@charset "utf-8";


.nav-link{
	font-family: "Merriweather", serif;
	text-transform:uppercase;
	font-weight: 700;
	color:#423215;

	
}

.nav-link:hover{
	color:#FEC953;
	
}

.navbar{
	background: #FAF2DF ;
	
opacity: 0.9;
	

}

body{
	background: #5B503D url("images/lacetext.png") repeat-x bottom;
	
}

a {
	text-decoration: none;
}


h1{
	font-family: "Gilda Display";
	font-weight: 800;
	color:whitesmoke;
	
}


h2{
	font-family: "Gilda Display";
	font-weight: 600;
	color:whitesmoke;
	
}

h3{
	font-family: "urbanist";
	font-weight:normal ;
	color: #FAF2DF;
	
}

h5{
	font-family: "urbanist";
	font-weight:normal ;
	color: #FAF2DF;
	
}

h6{
	font-family: "Urbanist";
	font-weight:inherit ;
	color:#FAF2DF ;
	
}

h7 {
	font-family: "Urbanist";
	font-weight:200 ;
	color:#FAF2DF ;
}



.carousel{
	
	
}

footer{
	background: #FAF2DF;
	
}




.bi_clr{
	color:#423215;
	font-size: 24px;
	
}

.bi_clr:hover{
	color:#FEC953;

}

.jumbocap{
	font-family: "Merriweather", serif;
	text-shadow: 2px 2px 8px black;
}

.cap_sub{
	font-family: "Gilda Display", serif;
	text-shadow: 2px 2px 8px black;
}


.desat{
	filter: sepia(0%);
	transition: .5s ease-in;
	
}

.desat:hover{
	filter: sepia(60);
	webkit-filter: blur(6px);
}

.desat2{
	filter: sepia(0);
	transition: .4s ease-in;
	
}

.desat2:hover{
	filter:sepia(40%);
	webkit-filter: blur(4px);
}








