/* CSS Document */
body{
	margin: 0;
	font-family: 'Cairo', sans-serif;
	text-align: center;
	font-size: 1em; 
}
.banner-home{
	background-image: url("https://captainmj.s3-ap-southeast-1.amazonaws.com/yachtcontrolroom/images/_DSC9992-2.jpg");
	height: 300px;
	background-size: cover; background-position: center;
	padding-top: 20px;
}
.banner-home h1{
	font-family: 'Cairo', sans-serif;
	text-align: center;
	font-size: 3em;
	margin-top: 0;
	color:#080062;
}
.banner-logo-image {
	margin-left: 32px; 
	margin-top: 10px;
	/*width: 19%;*/
	max-hight: 10vw;
}
nav ul li a{
	text-decoration: none;
	color:#011238;
	background-color: #BBC6D1;
	display:block;
	text-align: center;
	padding:10px 0 10px 0;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #B0CBE6;
	color: #FFFFFF;
}
nav ul{
	list-style:none;
	padding-left:0;
	
}
.image-one{
	padding: 0 20px;
	
}
.art-one-home-img{
	width:100%;
	height: 650px;
	background-image: url("https://captainmj.s3-ap-southeast-1.amazonaws.com/yachtcontrolroom/images/_DSC2223.jpg");
	background-size: cover;
	background-position: center;
	
}
.art-one-home{
	background-color: #517AA9;
	padding: 0 20px 10px 20px;
	margin-bottom: 20px;
	
}
.art-one-home p{
	color: white;
}
.art-one-home h2{
	color: #31064E;
}  
.art-two-home-img{
	width: 300px;
	height: 300px;
	background-image: url("https://captainmj.s3-ap-southeast-1.amazonaws.com/yachtcontrolroom/images/20170710_203201_HDR-s2.jpg");
	margin: auto;
	background-size: cover;
	background-position: left;
	border-radius: 50%
}
.art-three-home-img{
	width: 300px;
	height: 300px;
	background-image: url("https://captainmj.s3-ap-southeast-1.amazonaws.com/yachtcontrolroom/images/20170710_203201_HDR-s2.jpg");
	margin: auto;
	background-size: cover;
	background-position: right;
	border-radius: 50%
}
.footer-home{
	height: 200px;
	background-color:#344759;
	color: white;
	padding: 20px;
	font-size: small;
}
.about-message{
	text-align: left;
	padding: 1% 4% 4% 2%;
}
.about-div{
	/*padding: 40% 40% 40% 40%;*/
	/*overflow: hidden; */
	
	width: 500px;
	/*height: 420px;
	//background: white; 
	opacity: 0.5; */
	color: #0213B1;
	top: 55%;

	/*position: absolute; */
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}

.imbold{
	
}

@media screen and (min-width:500px) {
	nav ul{
		display:flex;		
	}
	nav ul li{
		flex: 1;
		margin: 5px;
	}
	.feature-images{
		display: flex;	
	}
	.image-one{
		flex: 1;
	}
	.art-one-home{
		display: flex;
		padding: 0;
	}
	.art-one-home-img{
		flex: 1;
	}
	.art-text{
		flex: 1;
	}
	.myimgtest{
		flex-grow: 1;
	}
}
.contact-us{
	border-radius: 10px 10px 10px 10px;
	width: 550px;
	height: 330px;
	background: #dddddd;
	color: #7C2829;
	top: 40%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 25px 25px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
		
}
.contactsubmit{
	margin: 10px 0;
}
.art-cantactforms{
	width: 300px;
	height: 400px;
}
.footer-contact{
	font-family: 'Cairo', sans-serif;
	text-align: center;
	font-weight: bold;
	margin-top: 0;	
}
.footer-contact h3{
	font-size: large;
	font-weight: bold;
}
.footer-contact p{
	font-size: small;
	font-weight: normal;
}
.banner-home-contactus{
	background-image: url("https://captainmj.s3-ap-southeast-1.amazonaws.com/yachtcontrolroom/images/_DSC9992-2.jpg");
	height: 550px;
	background-size: cover; background-position: center;
	padding-top: 20px;
}
.banner-home-contactus h1{
	font-family: 'Cairo', sans-serif;
	text-align: center;
	font-size: 3em;
	font-weight:bold;
	margin-top: 0;
	color:#080062;
}.myimgtest {
}
