@charset "UTF-8";
/*---------GLOBAL----------*/

* {
	margin : 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; 
	background: transparent;
}

.clearfix::after{
	content: "";
	clear: both;
	display: table;
}

img {
	width: 100%;
}

body {
/*	background-image:linear-gradient(#e6fafc, #a6c4c9);*/
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

/** LINK STYLES **/

a {
	text-decoration: none;
}

a div{
	cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
	color: none;
}

a:hover {
    color: #ff7481;
}

/*PHOTOGALLERY*/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
/*  position: fixed;*/
  z-index: 1;
  padding-top: 50px;
  max-height: 1800px;
  left: 0;
  top: 0;
/*  width: 100%;*/
  height: 95%;
  overflow: auto;
}

/* Modal Content */
.modal-content {
/*  position: relative;*/
  background-color: #fefefe;
  margin: auto;
/*  padding-bottom: 30px;*/
  width: 70%;
  max-width: 1200px;
  max-height: 1800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	z-index: 2;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*
img {
  margin-bottom: -4px;
}
*/

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*CLASSES*/

.relative {
	position: relative;
}

body {
	background: #FFFFFF;
}

.image {
	width: 60%;
	margin-bottom: 100px;
}

.top-buffer {
	margin-top: 20px;
}

.top-bufferLG {
	margin-top: 125px;
}

.top-bufferHeading {
	margin-top: 50px;
}

.bottom-bufferHeading {
	margin-bottom: 100px;
}

/*----------NAV------------*/

#nav {
	position: fixed;
    right: 110px;
	top: 40px;
	z-index: 99;
}

#nav #nav-slider {
	display: none;
}

#nav div:first-child {
	text-align: center;
}

#nav div {
	margin: 8px 0;
}

#nav #nav-slider div:not(.seperator) {
	height: 20px;
}

#nav .seperator {
	border-top: 0.75px solid rgba(90, 90, 90, 0.43);
	width: 40%;
    margin: 0 auto;
}

#nav #nav-slider {
	margin-top: 16px;
}

/*----LANDING PAGE-----*/

.landingImg {
	background: url(../assets/01LandingPage/Asset3.png);
	height: 769px;
	width: 1920px;
}

.landingByline {
	background: url(../assets/01LandingPage/Asset5.png);
	width: 1361px;
	height: 313px;
}

/*---- ABOUT PAGE ----*/

.about {
	background-color: white;
	height: 350px;
}

/*---- SERVICES PAGE ----*/

.services {
	background: url(../assets/03Services/bg.png);
	height: 750px;
}

/*---- FACILITIES PAGE ----*/

.facilities {
	background: url(../assets/04Facilities/bg.png);
	height: 800px;
}

/*---- GALLERY PAGE ----*/

.gallery {
	background: url(../assets/05Gallery/bg.png);
	height: 1300px;
}

/*---- APPLY PAGE ----*/

.apply {
	background: url(../assets/06Apply/bg.png);
	height: 617px;
	z-index: -10;
}

/*---- CONTACT PAGE ----*/

.contact {
	background: url(../assets/07ContactFind/bg.png);
	height: 888px;
}

/*---- FOOTER ----*/

.footer {
	background-color: white;
	height: 80px;
}

.thankYou {
	background: url(../assets/11ThankYou/bgimg.png);
	
}


