@charset "utf-8";
/* CSS Document */

/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Josefin+Sans:300');

body {
	/* font-family: 'Josefin Sans', regular; */
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	background-color: #F1F1F0;
	color: #000;
	font-size: 18px;
	line-height: 2;
}
h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 130px;
	font-weight:bold;
	padding: 20px 0 0px 40px;
}
.red {
	color: #8B3846;
}
.orange {color: #D89154;}

#navmod {border-style: solid;
    border-width: 2px 0px 0px 0px;;
    
    
}

.nav > li > a {font-size: 20px; color: #000;}

.nav > li > a:hover {background-color: inherit; color:#8B3846;}


.navbar-toggle {
 
    border: 1px solid #000;
 
}

.icon-bar {border:#8B3846 solid; border-radius: 2px;}

h1, h2, h3, h4, a, a:hover {color: #8B3846;}

h2, h3, h4 {font-weight:900;}

.move {padding-left: 44px; padding-top:40px; padding-right:30px;}

.topmove {margin-top:50px;}

.img-responsive-center {
    border-radius: 4px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}