/*
Theme Name: BlankSlate Child
Template: blankslate
*/


/* GENERAL */


body{
	font-family: "Cinzel", serif;
}
h2 {
	font-size: 5vh !important;
	text-transform: uppercase;
	color: #03471a!important;
	font-family: "Cinzel", serif;
}
h3 { 
	font-size: 3vh!important;
	font-style: italic;
	color: #03471a!important;
	font-family: "Cinzel", serif;
}






/* COMING SOON */

.fp-hero-banner {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 150px 0 100px;
}
.fp-hero-banner img {
    width: 70%;
    margin: 0 auto;
    max-width: 600px;
}
#comingsoon-newsletter {
    width: 80%;
    max-width: 600px !important;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/wood-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    border: 5px solid #1a1916;
}
#comingsoon-newsletter .wpforms-container {
    margin: 10px auto;
}

 



/* NAVIGATION */
#logo-head {
    background-color: #25341d;
    padding: 10px;
    text-align: center;
}
#logo-head img {
    height: 50px;
    margin: 0 auto;
}
#nav-logo {
    width: 200px;
}
#header {
    background: #ebebeb;
    padding: 20px;
}
.menu li {
    display: inline !important;
    padding: 10px 15px !important; 
}