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


nav {
	float: right;
	padding-right: 20px;
}

body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
}

nav ul li {
	list-style-type: none;
	padding-left: 20px;
	text-align: right;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 1.2em;	
}

.hero-box {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/hero-image1.jpg);
    background-size: cover;
    margin: 1%;
    background-position: 0% 0%;    
}

.hero-box-port {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imgport0hero);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}

.hero-box-rnr {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imgrnr0hero);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}

.hero-box-cty {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imgcty0hero.jpg);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}

.hero-box-land {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imglandhood.jpg);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}
    
.hero-box-adv {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imgadvhero.jpg);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}

.hero-box-about {
    height: 338px;
    background-color: #00AEEF;
    background-image: url(images/imgabo0hero.jpg);
    background-size: cover;
	background-position: center;
    margin: 1%;    
}




.box1 {
	background-image: url("images/image1.jpg");
	background-size:auto;
	background-position: center;
	width: 31.33%;
	float: left;
	margin: 1.0%;
}

h1 {
    color: #000000;
    font-size: 4em;
    text-align: center;
    padding-top: 120px;
    padding-left: 0px;
}

h2 {
	color: #FEFEFE;	
	font-size: 2.5em;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
}

h3 {
    color: #000000;
    font-size: 2em;
    margin-left: 1%;
}

h4 {
    color: #241EEB;
    font-size: 2.5em;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
}
h5 {
    color: #000000;
    font-size: 2.5em;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
}


.col img {
	width: 100%;
	margin: auto;
	height: auto;
	display: block;
	border-color: white;
	border-width:thick
		
}

.col {
	width: 98%;
	float: center;
	text-align: bottom;
	color:white;
}

.bottom {
    width: 100%;
    font-size: 2.0em;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}

.bottom2 {
    width: 100%;
    font-size:1.0em;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}

.col2 img{
	width: 100%;
	height: auto;
	display: block;
}

.col4 {
	width: 31.33%;
	float: center;
	margin: 0%;
	height: auto;
}

p {
    margin-left: 1%;
	font-size: 1.5em;
	padding-left: 3em;
	padding-right: 2em;
}




/*TABLET*/
@media only screen and (max-width:1300px){
	h1 {
		font-size: 2.8em;
		text-align: center;
		padding-left: 0px;
	}
	
	h2 {
	color: #FEFEFE;	
	font-size: 2.5em;
	text-align: center;
	
}
	
	p {
	font-size: 1.5em;
}
	.col {
		width: 48%;
	}

	.bottom {
    font-size: 2em;
	}
		
	h3 {
		font-size: 2.5em;
		
	}
}

/*MOBILE*/
@media only screen and (max-width:1000px){
	
	nav ul li a {
    font-size: 1.5em;	
	padding-bottom: 1em;
}
	
	h1 {
	font-size: 4.5em;
	}
	
	h2 {
	color: #FEFEFE;	
	font-size: 4.0em;
	text-align: center;
	
}
	h3 {
	font-size: 3.5em;
	}
	
	p {
	font-size: 2.5em;
}
	.col {
		width: 98%;
	}
	
	.bottom {
    font-size: 3em;
	position: absolute;
	}
	
	.bottom2 {
    font-size:2em;
	}
	
	.hidden-xs {
		display: none;
	}

}

