/** CSS Page Reset **/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	min-width: 350px;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Regular.ttf);
	}
	
body {
	min-width: 320px;
	font-family: Roboto;
	font-size: 16px;
	color: #777777;	
	letter-spacing: 1px;	
	text-align: center;
	line-height: 20px;
	}
	
nav {
	width:100%; 
	background-color:#003a5d; 
	height:110px; 
	line-height:60px;
	z-index:10000000;
	position: fixed;
	}
	
h3 {
	padding: 10px;
	font-size:14px;
	font-weight: bold;
	color: #666666;
	}
	
article {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 23px;
	
	}
	
.logo img {
	float: left;
	padding: 10px 0px 0px 35px;
	width: 190px;
	}
	
.hamburger {
	display: none;

	}
	
.cross {
	display:none;

	}	
	
.menu {
	display:none;
	}	
	
.nav-links-large {
	float: right;
	padding: 28px 35px;
	}
	
.nav-links-large ul {

	}
	
.nav-links-large li {
	display: inline-block;
	padding-left: 35px;
	}

.nav-links-large a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
	border-bottom: 1px solid #003a5d;
	padding-bottom: 0px;
	}
	
.nav-links-large a:hover {
	color: #0098ca;
	border-bottom: 1px solid #0098ca;
	padding-bottom: 10px;
	}


	
.heading-standard {
	width: 87%;
	font-size: 27px;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 12px;
	padding-top: 40px;
	margin: 0 auto;
	line-height: 30px;
	color: #666666;
	}
	
.heading-special {
	width: 87%;
	font-size: 27px;
	border-bottom: solid 1px #fff;
	padding-bottom: 12px;
	padding-top: 40px;
	margin: 0 auto;
	line-height: 30px;
	color: #ffffff;	
	}
	
.sub-text {
	max-width: 87%;
	margin: 0 auto;
	font-size: 17.5px;
	line-height: 23px;
	padding-top: 10px;
	}
	
#about-us {
display:inline-block;
	background-image: url(img/header.jpg);
	background-color:#28324e;
	color: #ffffff;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;

	}
	
.about-us {
	padding: 120px 20px 0px 20px;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 540px;
	}
	
.scroll-button {
	padding: 10px;
	opacity: 0.3;
	width: 70px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	
.scroll-button:hover {
	opacity: 1;
	}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}	
	
.about-us  h3{
	font-size: 15px;
	color: #ffffff;
	opacity: .7;
	margin-top: -10px;
	}
	
#more-about-us {
	display:inline-block;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;	
	}
	
.m-cust-foc {
	display: none;
}
	
.more-about-us {
	padding: 0px 20px;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 540px;
	}

.more-about-us img{
	width: 80%;
	height: auto;
	min-width: 280px;
	padding: 10px;
	}
	
.articles {
	max-width: 1024px;
}
	
.articles ul {
	margin: 0 auto;
}	

.articles li {
	width: 230px;
	display: inline-block;
	padding: 20px;
}	
	
#services {
	display:inline-block;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;	
	}
	
.services {
	padding: 0px 20px;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 540px;
	}	
	
/* Slideshow Section */
.slideshow-container {
	max-width: 960px;
	position: relative;
	margin: auto;
	height: auto;
	}

.mySlides img{
	height: 100%;
	top: 0;
	
	}

.mySlides {
    display: none;
	}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	}

.prev {
	left: 0;
	}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}

.numbertext {
	position: absolute;
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	}

.text {
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	}

.text h2 {
	font-size: 25px;
	color: #fff;
	padding: 10px;
	}

.text p {
	color: #fff;
	font-size: 17px;
	}

.dot {	
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}

.active, .dot:hover {
	background-color: #717171;
	}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
	}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
	}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
	}
	
#contact-us {
	background-color: #0098ca;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;	
	}
	
.contact-us {
	padding: 0px 20px;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 540px;
	color: #ffffff;
	}	
	
.contact-label {
	float: left;
	padding-left: 5.5%;
	}

.contact-input {
	border: none;
	letter-spacing: 1px;
	width: 87%;
	height: 35px;
	font-size: 15px;
	margin-top: 10px;
	padding: 3px 10px;
	font-family: Roboto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}	
	
.contact-input:focus {	
	-ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	-o-transform: scale(1.02);
	outline: none;
	border-radius: 10px;
	}

.contact-message {
	letter-spacing: 1px;
	border: none;
	resize: none;
	width: 87%;
	height: 100px;
	font-size: 15px;
	margin-top: 10px;
	padding: 8px 10px;
	font-family: Roboto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

.contact-message:focus {	
	-ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	-o-transform: scale(1.02);
	outline: none;
	border-radius: 10px;
	}

.submit-btn {
	letter-spacing: 1px;
	font-family: Roboto;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;	
	width: 150px;
	height: 45px;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0px auto 30px auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .7;
	}

.submit-btn:hover {
	cursor: pointer;
	-ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
    transform: scale(1.04);	
	opacity: 1;
	border-radius: 15px;
	}
	
.alt-contact {
	max-width: 1024px;
	height: auto;
	}
	
.alt-contact ul {
	margin: auto 0;
	color: #ffffff;
	}
	
.alt-contact li {
	width: 192px;
	height: 192px;
	display: inline-block;
	color: #ffffff;
	margin: 20px;
	border: solid 2px #fff;
	border-radius: 500px;
	}
	
.alt-contact h2{
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	}
	
.alt-contact img {
	padding-top: 45px;
	height: 50px;
	}
	
.footer {
	padding: 20px 20px 0px 20px;
	margin: 0 auto;
	max-width: 1024px;
	}

.reset-button {
	padding: 10px;
	opacity: 0.5;
	width: 70px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	
.reset-button:hover {
	opacity: 1;
	}
	
@media only screen and (max-width: 880px) {
	
	.nav-links-large  {
		display: none;
	}
	
	.hamburger {
		display: block;
		background:none;
		position: fixed;
		top:0;
		right:0;
		padding:45px 30px 0px 15px;
		border:0;
		cursor:pointer;
		outline:none;
		z-index:10000000000000;
		}
	
	.cross {
		display: block;
		background:none;
		position: fixed;
		top:0;
		right:0;
		padding:32px 30px 0px 15px;
		border:0;
		cursor:pointer;
		outline:none;
		z-index:10000000000000;
		}	
	
	.menu {
		z-index:1000000;
		width:100%;
		background-color:#28324e;  
		position: fixed;
		text-align:center;
		font-size:17px;
		}	
	
	.menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
		}
	
	.menu li {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		display: block;
		padding:10px 0 10px 0;
		border-bottom:#373b5d 1px solid;
		}
	
	.menu li:hover {
		background-color: #0098ca;
		color:#fff;
		}
	
	.menu a {
		text-decoration:none;
		color:#fff;
		padding: 20px;
		}
	
	
	.about-us {
		padding: 50px 0px;
		min-height: auto;
		}
}	

@media only screen and (max-width: 600px) {
	.m-cust-foc {
		display: block;
		margin: 0 auto;
		width: 450px;
		min-width: 300px;
		}
	
	.cust-foc {
		display: none;
		}

	.text {
		position: absolute;
		bottom: 0;
		text-align: left;
		width: 100%;
		left: 0;
		background-color: rgba(0,0,0,0.7);
		height: auto;
		}

	.text h2 {
		font-size: 19px;
		color: #fff;
		padding: 10px;
		}

	.text p {
		color: #fff;
		font-size: 14px;
		margin-top: -10px;
		}

	.dot {	
		cursor:pointer;
		height: 10px;
		width: 10px;
		}
	}	
	
@media only screen and (max-width: 450px) {
	
	.logo img {
		width: 150px;
		}
		
	nav {
		height:95px; 
		}
	
	.hamburger {
		width: 19px;
		}
		

	
	.cross {
		width: 16px;
		}	
	
	.heading-standard {
		font-size: 25px;
		}
	
	.heading-special {
		font-size: 25px;
		}
	
	.sub-text {
		font-size: 17px;
		}
	
	.scroll-button {
		width: 60px;
		}
	
	.about-us {
		padding: 20px 0px;
		}
	
	.menu li{
		height: 55px;
		}
	
	/* Slideshow Section */
	.slideshow-container {
		min-width: 320px;
		position: relative;
		margin: auto;
		height: auto;
		}

	.mySlides img{
		width: 100%;
		}

	.mySlides {
		display: none;
		}

	.prev, .next {
		position: absolute;
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		top: 22px;
		background-color: rgba(0,0,0,0.7);
		}

	.prev:hover, .next:hover {
		background-color: rgba(0,0,0,0.8);
		}

	.numbertext {
		margin: 0 auto;
		right: 43%;
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		top: 0;
		background-color: rgba(0,0,0,0.7);
		}
	}	
	
	

	
	
	
	
	
	
	
	