html,body,
#page {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.homepage {
	height: 100%;
	background: url(../images/image003b.jpg) no-repeat 35% center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.homepage::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.50);

}

.logo {
    width: 200px;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.navigation {
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 15;
	padding: 5px 15px;
	-webkit-transition: top 2s; /* For Safari 3.1 to 6.0 */
  	transition: top 2s;
  	z-index: 999;
}

.navigation.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 999;
}

.nav {
	list-style-type: none;
	text-align: center;
	justify-content: center;
}

.nav a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
}

.nav li {
	display: inline-block;
    text-align: center;
    padding: 0 100px;
}

.homecontent {
	position: absolute;
    z-index: 15;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    line-height: 2rem;
    padding: 0 25px;
    text-align: center;
    width: 38%;
    font-size: 20px;
}

.contact-banner {
	padding: 0;
}

.contact-banner img {
	max-width: 100%;
}

.ishana-address .contact-title {
	font-family: 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}

.address-form {
	padding: 30px 15px;
}

.address-form p {
	font-family: 'Cormorant Infant';
	font-size: 20px;
	line-height: 1.8rem;
}

.map-button {
	padding: 0 0 15px 0;
}

a.button {
	color: #131718;
	display: inline-block;
    padding: 5px 30px;
	border: 2px solid #131718;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.ishana-address a {
	color: #131718;
}

.formrow {
	margin-bottom: 25px;
}

.formrow:last-child {
	margin-bottom: 0;
}

.inputbox {
	padding: 8px 15px;
	border: 0px;
	width: 100%;
	border-bottom: 1px solid #131718;
}

.textarea {
	background: #e3e3de;
	border: 0px;
	padding: 8px 15px;
	width: 100%;
	height: 120px;
}

::placeholder {
	font-weight: 600;
	font-size: 15px;
}

.button-container {
	text-align: right;
}

.formButton {
	background: #131718;
	color: #fff;
	padding: 20px 45px;
	border: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.form-container {
	border: 2px solid #3f4241;
	padding: 20px;
}

.footer {
	background: #ebebea;
    padding: 6px 15px;
    font-size: 11px;
	font-weight: 500;
	/*font-family: 'Cormorant Infant', serif;*/
	font-family: 'Montserrat', sans-serif;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer a {
	color: inherit;
}

.footer p {
	margin-bottom: 0;
}

.footer .credits {
	text-align: right;
}

a.greytext {
	color: #131718;
}

.contactpage {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
    top: 100%;
    -webkit-transition: top 2.5s; /* For Safari 3.1 to 6.0 */
  	transition: top 2.5s;
  	background: url(../images/contact-banner-a.jpg) no-repeat center bottom;
  	background-size: cover;
}

.contactpage.fixed {
	top: 0;
	font-size: 14px;
	text-align: center;
	z-index: 99;
}

/*.contactpage .container-fluid,
.contactpage .container,
.contactpage .row,
.contactpage.fixed .container-fluid,
.contactpage.fixed .container,
.contactpage.fixed .row {
    height: 100%;
}*/

.contactpage .container-fluid,
.contactpage .container,
.contactpage.fixed .container-fluid,
.contactpage.fixed .container {
    padding: 0 15px 50px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;

}

.contactpage-banner {
	width: 100%;
	height: 80%;
    margin-bottom: 0;
	background: url(../images/contact-banner-b.jpg) no-repeat left top;
	background-size: cover;
}

.terms-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    padding: 40px 20px 20px 20px;
    background: #fff;
    text-align: justify;
    z-index: 999;
    display: none;
}

.screen {
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.close-popup {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 8px 15px;
}

.close {
	display: block;
	opacity: 1;
}

.close-popup {
	cursor: pointer;
}

.contactcolumncontent {
	padding-top: 35px !important;
}

.maprow {
	display: none;
}

.mapFrame {
	height: 200px;
}

@media screen and (max-width: 1024px) {
	.homecontent {
	    width: 80%;
	}

	.logo {
		top: 20%;
	}

	.contactpage-banner {
	    height: 75%;
	}
}

@media screen and (max-width: 980px) {
	.terms-popup {
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    width: 100%;
	    padding: 40px 20px 20px 20px;
	    background: #fff;
	}
}

@media screen and (max-width: 800px) {
	.contactpage-banner {
	    height: 65%;
	}	
}

@media screen and (max-width: 550px) {
	.homecontent {
		width: 100%;
		top: 50%;
	}

	.homepage .logo {
		top: 15%;
	}

	.navigation {
		top: 40%;
	}

	.nav li {
	    padding: 0 40px;
	}

	.navigation {
	    top: 36%;
	}

	.address-form {
	    padding: 50px 25px;
	}

	.contactpage-banner {
		height: 60%;
	}

	.footer .copyright,
	.footer .credits {
		text-align: center;
	}

	.terms-popup {
	    top: 0%;
	    left: 0%;
	    transform: translate(0%,0%);
	    width: 100%;
	    padding: 40px 20px 20px 20px;
	    background: #fff;
	}

	.footer {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.logo {
	    top: 10%;
	}

	.navigation {
	    top: 30%;
	}

	.homecontent {
	    top: 39%;
	    line-height: 1.7rem;
	    padding: 0 15px;
	}

	.mapFrame {
		height: 150px;
	}

}