.container{
			width: 1200px;
			height: 793px;
			margin-left:  auto;
			margin-right: auto;
			background-color: #EDF1F5;
		}
body{
			background-image: url("../images/creambackground.jpg");
			background-color: #ffffff;
		}
#title{
		}
header{
		width: 1200px;
		height: 160px;
		text-align: center;
		text-transform: uppercase;
		margin-left: auto;
		margin-right: auto;
		background-image: url("../images/creambackground.jpg");
		background-color: #ffffff;

		}
#stripebox{
			width: 1200px;
			height: 60px;
			margin-left: auto;
			margin-right: auto;
			background-color: #156A8A;
		}
header{
		background-color: white;
		}
nav {
		background-color: #156A8A;
		overflow: hidden;
		text-align: center;
		width: 1200px;

		background-color: #156A8A;
		}
nav a {
		float: left;
		display: block;
		color: #EDF1F5;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		font-size: 20px;
		}
nav a:visited{
		color: #EDF1F5;
		}
nav a:hover{
		color: #011f4b;
		background-color: #a7adba
		opacity: .6
		}
nav a:active{
		color: #AE8B19;
		}
#socialmediamenu{
	background-color: black;
	overflow: hidden;
	text-align: center;
	width: 1200px;
	height: 40px;
		}


.centerNavBox{
	width: 750px;
	margin: 0px auto;
}
nav a{
		width: 130px;
		float: left;
		text-align: center;
}
.centerNavBox1{
			width: 600px;
			margin: 0px auto;
			display: inline-block;
			padding: 0px 20px 0px 20px
					}

h1{
	font-size: 35px;
	color: #156A8A;
	line-height: 0.5;
	font-family: 'Playfair Display', serif;
}
h2{
	font-size: 14px
	line-height: 0.5;
	font-family: 'Noto Serif', serif;
	text-align: center;

}
h3{
	text-align: center;
	font-family: 'Noto Serif', serif;

}
h4{
	text-align: center;
	font-family: 'Noto Serif', serif;
}
p{
	text-align: left;
	font-family: 'Noto Serif', serif;
}
a{
	font-family: 'Playfair Display', serif;
}
.blackstripe{
	width: 1200px;
	height: 10px;
	background-color: black;

}
.bluestripe{
	width: 1200px;
	height: 60px;
	height: 10px;
	background-color: #156A8A;
}
#title{
	width: 1200px;
	height: 100px;
	background-color: white;
	padding: 0px;
	text-indent: 10px;
	background-image: url("../images/creambackground.jpg");
	background-color: #ffffff;
}
footer{
	clear: both;
	width: 1200px;
	height: 30px;
	background-color: #156A8A;
}
#socialmediamenu{
	width:1200px;
	height: 30px;
	background-color: black;
}


.centerNavBox1 a img{
	margin-left: 40px;
	margin-right: 40px;
}
nav a{
	width: 130px;
	float: left;
	text-align: center;
		}

#socialmediabox a{
    width: 130px;
	float: left;
	text-align: center;
	padding: 10px
		}
#socialmediabox a {
		float: left;
		display: block;
		color: #EDF1F5;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		font-size: 20px;

		}
#socialmediabox a:visited{
		opacity: .7;
		}
#socialmediabox a:hover{
		opacity: .4;
		}
#socialmediabox a:active{
		opacity:  .1;
		}
		.fa-bars { display: none;
		}


		/*-------------------------------------
		| Hamdburger Menu
		-------------------------------------*/
		.fa-bars{
		display: block;
		}
		nav#mainmenu a {
		display: inline-block;
		}

		/* Toggle -------------------------------*/
		body.mobile-open nav#mainmenu a {
		display: block;
		width: 200px;
		margin: 5px auto;
		}

		/* Desktop view -------------------------------*/
		body.desktop .fa-bars {
		display: none;
		}
		body.desktop nav#mainmenu a {
		display: inline-block;
		}
