@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Risque&display=swap');

.container-fluid {
	background: #C3F4F7;
}
.navbar-nav{
	font-family:'Risque', cursive;
	color:#3B270C;
}
#paragraph h1{
	text-align: center;
	font-family:'Risque', cursive;
	font-size: 65px;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#B22222;
}

#paragraph h2{
	text-align: center;
	font-size: 40px;
	color: #B22222;
	font-family:'Risque', cursive;
	padding-top: 20px;
	padding-left: 20px;
	
}

#paragraph{
	font-size: 25px;
	font-family:'Bodoni Moda', serif;
	padding-top: 30px;
	color: #7C5E4E;
	background-color: #FCF6E3;
	
	
}

.carousel-item h5{
	color: #000000;
	font-weight:bolder;
	font-size: 25px;
	font-family: 'Bodoni Moda', serif;
}

.carousel-item p{
	color: #000000;
	font-weight:bolder;
	font-size: 15px;
	font-family: 'Bodoni Moda', serif;
}

.column{
	background-color:#FCF6E3;
}

.col h1{
	font-family:'Risque', cursive;
	color:#B22222;
}

.col p{
	font-family:'Bodoni Moda', serif;
	color:#7C5E4E;
	font-size: 15px;
	padding-top: 20px;
}

.about{
	width:680px;
	margin:70px auto;
	display:flex;
	flex-wrap:wrap;
	background: #FCF6E3;
}

.profile{
	background-image: url("About Us.png");
	
}
.about-us{
	width:300px;
	height:300px;
	border-radius:5px;
	display:block;
	margin:5px;
	background-size:100%;
	background-repeat: no-repeat;
	opacity: .5;
	transition: opacity 2s;
	margin-left: 175px;
	margin-top: 20px;
}
.about-us:hover{
	opacity: 1.0;
}

.about p{
	margin-top:20px;
	margin-left: 10px;
	margin-right:10px;
	font-family:'Bodoni Moda', serif;
	color:#7C5E4E;
	font-size: 15px;
}

.about-page{
	background: #FCF6E3;
}

.contact-body{
	background-color: #FCF6E3;
}

.contact-body h1{
	text-align: center;
	font-family:'Risque', cursive;
	font-size: 65px;
	padding-top: 30px;
	padding-bottom: 10px;
	color:#B22222;
}

.contact-body p{
	margin-top:10px;
	margin-left: 10px;
	margin-right:10px;
	font-family:'Bodoni Moda', serif;
	color:#7C5E4E;
	font-size: 25px;
}

.contact-body label{
	width: 100%; 
	padding: 12px;  
	margin-top: 6px; 
	margin-bottom: 16px;
	font-family:'Bodoni Moda', serif;
}

form{
	text-align: center;
}

footer{
	padding: 40px 0 10px;
	width: 100%;
	font-size: 12px;
	background-color:#C1B197;

}

footer h3 {
	font-family:'Risque', cursive;
	color: #B22222;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
    margin-bottom: 15px;
}

footer p {
	font-family:'Bodoni Moda', serif; ;
    font-weight: 300;
	color: #fff;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer-left {
	width: 30%;
}

#footer-left a {
    color: #fff;
}

#footer-center {
    width: 30%;
}

#footer-center img {
    height: 50px;
    margin-right: 15px;
}

#footer-right {
	width: 30%;
	text-align: right;
}

