@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Montserrat Alternates, Segoe UI, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	background-color: #E4F9F5;
	
}

img {
	width: 50%;
	max-width: 50%;
	height: auto;
	vertical-align: middle;
}


.gallery {
	opacity: 0;
	transition: opacity 1s;
	border-radius: 55px;
}

.gallery.visible {
opacity: 1;
}


.roundcorner { 
	border-radius: 55px;
		
}

footer {
	font-family: Segoe UI;
	padding: 5px 5px;
	color: #ffffff;
	text-align: center;
	background-color: #40514E;
	
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FDA77F;
}

.logo {
	margin-left: 28%;
	margin-right: auto;
	max-width: 40%;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-family: Segoe UI;
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}

.title {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.content {
	background-color: #30E3CA;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 95px;
	font-weight: 200;
	margin-bottom: 350px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-family: Segoe UI;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

h5 {

	font-size: 57px;
	font-weight: 200;
	margin-bottom: 80px;

}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
    background-color: #4CAF50;
	box-shadow: 5px 5px 8px #8888;
    border: 2px solid #ffffff;
	overlaybgcolor: #ffffff;
	overlayopacity: 1;
    padding: 8px 60px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
	font-size: 24px;
	font-weight: 600;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 640px){
	
	body {
		max-width: 100%;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
		
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 250px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 100%;
		padding: px 0px 25px;
	}
	
	.col {
		float: left;
		padding: 0px 0px 25px;
	}
}

/*Desktop View*/

@media (min-width: 768px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 50%
}
}