@charset 'UTF-8';
@import url("html-Emerson_layout-styles.css");

h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 23px;
}

h3 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 250;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 20px;
}
.seismic {
background-image: url("Images/20230713_114945.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color:#9FCCD0;
	padding: 100px 200px 100px 200px;
	text-align:center;
	width: 100%;
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #0E4E08;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	.info-box-tan{
		height: 355px;
	}
	.info-box-dark{
		height: 355px;
	}
	.col-md-one-half {
		width: 50%;
		float:left;
	}
		.col-md-one-third {
		width: 33%;
		float:left;
	}
	
	.col {
		float: center;
		padding: 0px 7px 14px;
	}
}
/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
		.info-box-tan{
		height: 320px;
	}
	.info-box-dark{
		height: 320px;
	}
}

