body{
    background-color: #d6bb6d;
    font-size: 100%;
    font-family:josefin-slab;
    font-weight: 400;
    padding-bottom:20px;
}
}
div,textarea,input{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

header{
    margin-top:-60px;
    background:#d6bb6d url("bread.end.png"); 
    height: 200px;
    clear:both;
}

header h1{
    font-family: 'Nosifer', cursive;
    font-size: 6em;
    text-align:center;
    line-height: 2.0em;
}

.centered
{
    text-align:center;
}
}

#primary_nav_wrap
{
	margin-top:15px;
    width:100%;
    height:50px;
    background-color: #ebc145;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul a
{
	display:block;
	color:black;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#d6bb6d;
}

#primary_nav_wrap ul li:hover
{
	background:#a89154;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#d6bb6d;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}

main{
    clear: both;
    background-color: darkkhaki;
    text-align:center;
    padding-top:-20px;
    margin-left:50px;
    margin-right:50px;
    border-style:groove;
    border-color:#d6bb6d;
    border-radius:10px;
}
h1{
    text-align:center;
}
h2{
    font-family: 'Schoolbell', cursive;
}
h4{
    font-family: 'Shadows Into Light', cursive;
}
p{
    font-family: 'Happy Monkey', cursive;
}
.container{
    max-width:510px;
    min-width:324px;
    margin:50px auto 50px;
    background-color:#a89154;
    border: 1px solid #ebc145;
}
.row.header{
    padding:1.5em 2.5em;
    border-bottom:1px solid #9a7b3b;
    background-color: #9a7b3b;
    color:#d6bb6d;
}
.row.body{
    padding:.5em 2.0em 1em;
    padding-bottom:0;
}
.pull-right{
    float:right;
}
.btn{
    font-size: 1.0625em;
    display:inline-block;
    padding:0.74em 1.5em;
    margin:1.5em 0 0;
    color:burlywood;
    border-width:0 0 0 0;
    border-bottom:5px solid;
    text-transform:uppercase;
    background-color:#9a7b3b;
    border-bottom-color:#9a7b3b;
    font-family: 'Lato',sans-serif;
    font-weight; 300;
}
.btn:hover{
    background-color:burlywood;
}
.btn.btn-submit{
    background-color:darkkhaki;
    border-bottom-color:bisque;
}
.btn.btn-submit:hover{
    background-color:#d6bb6d;
}
form{
    max-width: 100%;
    display: block;
}
form ul{
    margin:0;
    padding:0;
    list-style:none;
}
form ul li{
    margin: 0 0 0.35em 0;
    clear:both;
    display: inline-block;
    width:100%;
}
form ul li:last-child{
    margin: 0;
}
form ul li p{
    margin: 0;
    padding: 0;
    float:left;
}
form ul li p.right{
    float: right;
}
form ul li.divider{
    margin: 0.5em 0 0.5em 0;
    border:0;
    height: 1px;
    width:100%;
    display:block;
    background-color:blanchedalmond;
    background-image:linear-gradient(to right, blanchedalmond,bisque);
}
form ul li.req{
    color: burlywood;
}
form label{
    display:block;
    margin: 0 0 0.5em 0;
    color: darkkhaki;
    font-size: 1em;
}
form imput{
    margin: 0 0 0.5em 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color:#555;
    font-size: 1em;
}
form textarea{
    border:1px solid #ccc;
    padding: 6px 10px;
    width:100%;
    color: #555;
}
form small{
    color: darkseagreen;
    margin: 0 0 0 0;
}
#family{
    height: 500px;
}
footer{
    height: 40px;
    background-color:#d6bb6d ;
    color:black;
    text-align:center;
    line-height:2.2em;
}
@media only screen and (max-width:480px){
    .pull-right{
        float:none;
    }
    input{
        width:100%;
    }
    label{
        width:100%;
        display:inline-block;
        float:left;
        clear:both;
    }
    li,p{
        width:100%;
    }
    input.btn{
        margin: 1.5em 0 0.5em;
    }
    h1{
        font-size:2.25em;
    }
    h3{
        font-size:1.125em;
    }
    li small{
        display: none;
    }
}
img{
     border: 2px solid darkgoldenrod;
    border-radius: 20px;
}

