@media (max-width: 1920px){
	#contain-fluid{
		clear: both;
		float: left;
		width: 100%;
		max-height: 100%;
	}
	
	.infoContent{
		margin-top: 2%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#content{
		float: left;
		clear: both;
		width: 100%;
		background-color: rgba(240,240,240,1.00);
	}
	
	#content2{
		float: left;
		clear: both;
		width: 100%;
		height: 520px;
		background-image: url(../images/safety.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100% auto;
	}
	
	#content3{
	float: left;
	clear: both;
	height: 430px;
	width: 100%;
	background-image: url(../images/team.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: 0 62%;
	}

	#foot{
		width: 100%;
		float: right;
		clear: both;
		height: 200px;
		bottom: 0;
		background-color: black;
		border-top: #CC7800 solid 6px;
		color: #FFFFFF;
		font-size: 10pt;
	}
	
	.footCon{
		padding-left: 5%;
		margin-top: 1%;
	}
	
	#message{
		float: left;
		clear: both;
		width: 32%;
		height: 80px;
		z-index: 1;
		background-color: rgba(70,48,20,0.7);
		border-radius: 10px;
		position: absolute;
		top: 40%;
		left: 33%;
		color: rgba(255,255,255,1.00);
		font-size: 14pt;
		border: 1px solid rgba(255,255,255,1.00);
	}
	
	.form2-control {
	display: block;
	width: 50%;
	height: 90px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-left: 5%;
}

}

@media (max-width: 768px){
	.msg{
		text-align: center;
		font-size: 12pt;
		margin-top: 5%;
	}
	
	#content{
		float: left;
		clear: both;
		width: 100%;
		height: 270px;
		overflow: scroll;
	}

	#content2{
		float: left;
		clear: both;
		width: 100%;
		height: 360px;
		overflow: scroll;
		background-image: url(../images/safety.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100% 300px;
	}
	
	#content3{
	float: left;
	clear: both;
	height: 418px;
	width: 100%;
	background-image: url(../images/team.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 390px;
	background-position: 0% 47%;
	}

	}

@media (max-width: 320px){
		.msg{
			text-align: center;
			font-size: 10pt;
			margin-top: 5%;
	}

	#content2{
		float: left;
		clear: both;
		width: 100%;
		height: 220px;
		overflow: scroll;
		background-image: url(../images/safety.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100% 200px;
	}

	#content3{
	float: left;
	clear: both;
	height: 420px;
	width: 100%;
	background-image: url(../images/team.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 200% 360px;
	background-position: 0% 100%;
	}

}
