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

header {
	padding: 0px;
}

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

footer {
	padding: 15px;
	background-color: #369;
}

body {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #036;
}

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

.search-box {
	margin-left: auto;
	margin-right: auto;
	float: right;
	height: 14px;
	width: 200px;
	color: #036;
}

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

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

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

h2 {
	font-size: 20px;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 23px;
}

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: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
}
	.newslist {
		font-size: 18px;
		color: #FFFFFF;
		cursor: hand;
		text-decoration: none;
}

	.newslist:hover {
	 	font-size: 18px;
		color: #C1C1C1;
		cursor: hand;
		text-decoration: none;
		
}
.advertising {
	font-size: 8px;
	text-align: right;
	color: #70699B ;
}

.button {
	float: right;
	padding: 8px 30px 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.google-ad-box {
	margin-left: 2px;
	background-color: #036;
	color: #FFFFFF;
	padding: 5px 5px 20px 5px;
	border-width: 2px 0px 0px 2px;
	border-style: solid;
	border-color: #369;
	text-align: left;
	height: auto;
}
	
.google-ad-box-middle {
	align-items: center;
	background-color: #036;
	color: #FFFFFF;
	padding: 5px 0px 30px 0px;
	text-align: right;
	height: auto;
	
}
.video-box {
	align-items: center;
	background-color: #036;
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	height: auto;
	
}

.header-box {
	margin-left: 2px;
	background-color: #036;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	border-width: 2px 0px 0px 2px;
	border-style: solid;
	border-color: #369;
	text-align: left;
	height: auto;
	
}
.info-box {
	margin: 5px 0px 2px 2px;
	background-color: #036;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	border-width: 2px 0px 0px 2px;
	border-style: solid;
	border-color: #369;
	text-align: left;
	height: auto;
	
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	color: #F4E6E6;
}

.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 778px){
	
	body {
		max-width: 900px;
	}
	.style-logo {
	float: left;
	}
	.style-nav {
		float: right;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
	p {
	font-size: 16px;
}
	.newslist {
		font-size: 16px;
		color: #FFFFFF;
		cursor: hand;
		text-decoration: none;
}

	.newslist:hover {
	 	font-size: 16px;
		color: #C1C1C1;
		cursor: hand;
		text-decoration: none;
		
}

}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	.newslist {
		font-size: 16px;
		color: #FFFFFF;
		cursor: hand;
		text-decoration: none;
}

	.newslist:hover {
	 	font-size: 16px;
		color: #C1C1C1;
		cursor: hand;
		text-decoration: none;
		
}
}
	

