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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
}

img {
	width: 400px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


body {
	margin-left: auto;
	margin-right: auto;
	background: #eaf4fc;
}

#myContainer { width:372px; height:246px; margin:auto; border:1px; border-style:solid; border-color:#696969;}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 600px;
}

.style-nav {
	font-size: 14px;
}

.style-nav ul {
	list-style-type: none;
	text-align: center;
}

.style-nav ul li {
	display: inline-block;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 5px;
	text-align: center;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}


.main-style {
	text-align:center;
}

.explain-box {
	padding: 10px 5px 10px 5px;
	background-color: #eaf4fc;
}

.explain-box-img {
	padding: 20px, 20px, 20px, 20px;
	align-content: center;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
img {
	width: 800px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
	
	body {
		max-width: 778px;
	}

	#myContainer { width:600px; height:400px; margin:auto; border:1px; border-style:solid; border-color:#696969;}


	.style-nav {
		font-size:18px;
	}
	
	.explain-box {
	padding: 20px 30px 20px 30px;
}

	
/*Desktop View*/

@media (min-width: 1024px){

img {
	width: 1200px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

	body {
		max-width: 1200px;
	}
	
#myContainer { width:900px; height:600px; margin:auto; border:1px; border-style:solid; border-color:#696969;}

	h4 {
		font-size: 23px;
	}	

.hero {
	padding: 60px 60px 80px 60px;
}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: center;
		font-size: 23px;
	}
	
		.explain-box {
	padding: 30px 200px 20px 200px;
}

	
}

