@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans';

* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: lightblue;
	background-image: url(img/backgnd_sky.jpg);
	font-family: sans-serif;
	margin: 0 auto;
}
p {
	font-family: 'Alegreya Sans', sans-serif;
	color: dark;
	font-size: 125%;
	line-height: 140%;
	padding: 3%;
	text-align: 2%;
	text-align: justify;
}
h3 {
	font-size: 150%;
	line-height: 135%;
	font-weight: 300;
	color: #524C56;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}
a {
	color: #524C56;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C3D7D7;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: -12px;
}
#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
#banner-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 3% 0;
}
header {
	background-image: url(img/header_sky.jpg);
	width: 100%;
	height: 3px auto;
	top: 0;
	left: 0;
}
#logo {
	margin: 5px auto;
	float: center;
}

/* --- Start Nav ----*/
#cssmenu {
  background: #6991AC;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

/*-- End of Nav --*/

.slider {
	max-width: 1200px;
}
.slider1 img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.slider .bx-wrapper .bx-controls-direction a {
	display: none;
}
.one-third {
	width: 33.33333%;
	float: left;
	text-align: justify;
	text-align: center;
}
.icon-wrap {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 125%;
	text-align: center;
	background-color: #6991AC;
	margin-top: 8%;
	margin-bottom: 3%;
}
.icon-wrap i {
	text-align: center;
	color: #F0F0F0;
	font-size: 450%;
	padding: 20%;
}
.left-col {
	float: left;
	margin: 0 auto;
	width: 60%;
	height: auto;
	padding: 1%;
}
.sidebar {
	float: right;
	margin: 0 auto;
	width: 32%;
	height: auto;
	padding: 1%;
}
.right-col {
	float: right;
	margin: 0 auto;
	width: 60%;
	height: auto;
	padding: 1%;
}
.sidebar-left-photo {
	float: left;
	margin: 0 auto;
	width: 32%;
	height: auto;
	padding: 1%;
}
.one-third-padding {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: justify;
}
.clearfix-padding {
	clear: both;
	padding: 2%;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}



/*--- Start Footer ---*/
footer {
	background: #6991AC;
	width: 100%;
	overflow: auto;
} 
.icon-text {
	width: 100%;
	margin: 0 auto;
}
.icon-text-icon {
	float: left;
	width: 20%;
	padding: 4%;
}
.icon-text-text {
	width: 64%;
	float: left;
	padding: 4%, 4%, 2%, 0;
}
.footer-nav {
	text-align: right;
}
.footer-nav a {
	font-size: 130%;
	color: #C3D7D7;
	font-weight: 200;
}
.footer-nav a:hover {
	color: #F5F5F5;
}
.social {
	list-style-type: none;
	text-align: center;
}
.social li {
	display: inline;
}
.social i {
	font-size: 400%;
	margin: 1%;
	padding: 5% 5% 5% 4%;
	color: #C3D7D7;
}
.social i:hover {
	color: #F5F5F5;
}
footer.second {
	border-top: 1px solid #AADCD2;
	background-color: #544B59;
	max-height: 50px;
	text-align: center;
	margin: 0;
}
footer.second p {
	padding: 5px 0 9px 0;
	text-align: center;
	color: #F5F5F5;
	font-size: 160%;
	line-height: 125%;
}
@media screen and (max-width: 768px) {
	p {
		font-size: 100%;
	}
	h3 {
		font-size: 120%;
	}
	header {
		height: 3px auto;
		position: relative;
	}
	#menu-icon {
		display: inline-block;
	}
	nav:hover ul {
		display: block;
	}
	nav ul, nav:active ul {
		display: none;
		z-index: 1000;
		position: absolute;
		padding: 20px;
		background: #F5F5F5;
		border: 1px solid #A5BDCD;
		width: 50%;
		right: 20px;
		border-radius: 3px 0 3px 3px;
		opacity: 0.95;
	}
	nav li {
		text-align: center;
		width: 100%;
	}
}













