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, font, 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, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
	scroll-behavior: smooth;
}

body {
	max-width: 100vw;
	font-family: "Roboto Condensed", sans-serif!important;
	overflow-x: hidden;
	background-color: black!important;
	color: white!important;
	align-content: center;
}

.modal-content {
	background-color: black!important;
	border: 1px solid white;
}

.close {
	color: white!important;
}

#cover {
	position: fixed; 
	height: 100vh; 
	width: 100vw; 
	top:0; 
	left: 0; 
	background: #000; 
	z-index:4;
	text-align: center;
	vertical-align: center;
	align-items: center;
	animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
    display: flex;
  justify-content: center;
}

.land {
  
  position: relative;
  text-align: center;
  margin-bottom: 5vh;
  width: 100vw; 
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-color: black;
  
  animation-delay: 3s; 
}

.land video {
  position: fixed;
  width: 100vw; 
  height: 100vh;
  object-fit: fill;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
  animation: fadeInAnimation ease 10s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
 }
#splash {
	
	position: absolute;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.splash img {
	object-fit: cover;
}

 .content {
	z-index: 99;
	animation: fadeOutAnimation ease 10s;
  	animation-iteration-count: 1;
  	animation-fill-mode: forwards;
  	position: relative;
  	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
 }
 

 
 @keyframes fadeOutAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
 }

 .land h1 {
	  padding-bottom: 2rem!important;
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 11vh;
	  line-height: 1.1em;
  }
 
/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	background-color: transparent!important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background-color: black!important;
}

.indicator__track.scrolled {
	 background: black!important;
}

.navbar-dark .navbar-nav .nav-link {
	color: white!important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    flex-wrap: wrap;
	align-items: center;
}

.navbar-brand {
	margin-right: 0!important;
}

	.nav a { text-decoration: none!important; color: white!important; }
	.nav a:link { text-decoration: none!important; color: white!important; }
	.nav a:visited { text-decoration: none!important; }
	.nav a:hover { text-decoration: underline!important; }
	.nav a:active { text-decoration: none!important; }
	
  .social {
	  height: 25px;
	  width: 25px;
	  margin: 25px
  }
  
  .social img {
	  height: 100%;
	  width: 100%;
  }
  
  .indicator__track {
	  width: 100%;
	  height: 6px;
	  background: transparent!important;
	  position: fixed;
	  margin-top: 123px;
	  z-index:1001;
	  -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	}
	
	.indicator__bar {
	  height: 6px;
	  background: white;
	  width: 0%;
	  z-index:1002;
	}
  
  .land .navbar-brand img{
	  height: 100px;
  }
  
  .EA {
	  font-style: inherit;
	  font-size: 11vh;
	  line-height: 1.1em;
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-family: "Roboto Condensed", sans-serif;
	  -webkit-text-stroke-width: 0.02em;
	  -webkit-text-stroke-color: inherit;
      -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  
  .highlights {
	  position: relative;
	  text-align: center;
	  z-index: 99;
  }
  
  .school {
	  position: relative;
	  text-align: center;
	  z-index: 99;
  }
  
  .highlights h1 {
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 4vw;
	  line-height: 1.1em;
	  margin-bottom: 5vh;
  }
  
  .school h1 {
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 4vw;
	  line-height: 1.1em;
	  margin-bottom: 5vh;
  }
  
  .hCont {
	display: flex;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
	width: 100vw;
	margin-top:5vh;
	
  }
  
  .hContElement {
	  width: 40vw;
	  margin-top: 5vh;
  }
  
  .hContElement img {
	  height: 50vh;
  }
  
  .hContElement p {
	  text-align: left;
  }
  
 #calendar {
	  position: relative;
      z-index: 5;
	  text-align: center;
	  
  }
  
  #calendar h1 {
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 4vw;
	  line-height: 1.1em;
	  padding: 5vh;  
  }
  
  .dateCont {
	  padding-top: 5vh;
	  padding-bottom: 5vh;
  }
	
  .cFlex {
	  display: flex;
	  flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100vw;
    justify-content: space-evenly;
	width: 100vw;
  }
  
  .cFlex h2 {
	  font-style: inherit;
	  font-size: 2.5vh;
	  line-height: 1.1em;
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-family: "Roboto Condensed", sans-serif;
	  -webkit-text-stroke-width: 0.04em;
	  -webkit-text-stroke-color: inherit;
      -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 10px 10px -10px -10px white;
	}

	70% {
		transform: scale(1);
		box-shadow: 10px 10px -10px -10px white;
	}

	100% {
		transform: scale(0.95);
		box-shadow: 10px 10px -10px -10px white;
	}
}
  
  .box {
	  width: 18vw;
	  user-select: text;
	  -webkit-user-select: text;
	  z-index:100;
  }
  
  .card {
	  border: none!important;
	  background-color: transparent;
	  overflow: hidden;
	  z-index:100;
  }
  
  .card-body {
	  border: none!important;
	  background-color: transparent;
	  z-index:100;
  }
  
  .card-text {
	  border: none!important;
	  background-color: transparent;
  }
  
  .card-img {
	    position: relative;
		z-index:100;
  }
  
  .card-img img {
		z-index:100;
  }
  
  .btn.btn-secondary {
    	display: none;	
		margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	}
	
  img:hover + .btn.btn-secondary, .btn.btn-secondary:hover {
	    display: block;
		
	}

.modal-dialog {
  justify-content: center !important;
}

.modal-content {
  width: initial !important;
}
	
	.modal-content {
		background-color: black!important;
		border: 1px solid white;
	}

	.close {
		color: white!important;
	}
	
	.modal-backdrop {
      z-index: -1;
  }
  .modal-dialog {
	 z-index: 1051; 
  }
  .modal.show .modal-dialog {
	  z-index: 1051;
  }
  .modal img {
	  height: 50vh;
  }
	
  .modal-body {
	  display: flex;
	  }
	  
@keyframes fade-in {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
	}
	.fade-in-element {
	  animation: fade-in 1.4s;
	}
	
	.hidden {
	  opacity: 0;
	}
	
	  
  .booking {
	  z-index: 5;
	  position: relative;
	  min-height: 90vh;
	  display: flex;
	  align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  
  .booking p {
	  text-align: left;
	  margin-left: 20vw;
	  margin-right: 20vw;
	  margin-bottom: 5vh;
  }
  
  .booking h1 {
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 4vw;
	  line-height: 1.1em;
	  margin-bottom: 5vh;
	  margin-top: 5vh;
  }
  
  
	footer {
		position: relative;
		z-index: 5;
		background-color: black;
		text-align: center;
		font-family: "Roboto Condensed", sans-serif!important;
	}
	
	footer h1{
	  text-transform: uppercase;
	  letter-spacing: 7px;
	  color: white!important;
	  font-weight: 700;
	  font-size: 4vw;
	  line-height: 1.1em;
    }
	
	.contactFlex {
	  display: flex;
	  flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: center;
    }
	.contactFlex img{
		width: 40vw;
	}
	
	footer p{
		padding: 2vw;
	}
	
	#last{  
	height: auto; 
	justify-content: center; 
	} 
	
	.list-item{ 
	margin-bottom: 2%; 
	list-style-type: none; 
	} 
	
	.list-item span{ 
	margin-left: 10px; 
	font-size: 1.4rem; 
	}
	
	.list-item a{ 
	color: white; 
	display: inline-block; 
	} 
	
	.list-item a:hover{ 
	text-decoration: underline; 
	} 
	
	@media screen and (max-width: 426px){
		.land p {
    		margin-bottom: 0rem;
		}
		.contactFlex iframe { 
		    width: 300px; 
	    }
		.land h1 {
			font-size: 9vh;
		}
		.highlights h1, #calendar h1, footer h1 {
			font-size: 6vw;
		}
		
	}		
	
	@media screen and (min-width: 770px){ 
	.full{ 
		width: 70%; 
		margin-left: 15%; 
	} 
	.lt textarea{ 
	width: 95%; 
	margin-left: 2.4%; 
	} 
	
    .navbar-expand-lg .navbar-collapse {
		    display: -ms-flexbox !important;
		    display: flex !important;
		    -ms-flex-preferred-size: auto;
		    flex-basis: auto;
		    justify-content: flex-end;
    	}
	} 
		
	@media screen and (min-width: 1100px){ 
		
	.list-item{ 
	margin-bottom: 2%; 
	} 
	
	.fa-envelope, .gmail{ 
		display: inline-block; 
		width: auto; 
	} 
	}
	@media screen and (min-width: 770px){ 
	.hide-big{ 
	    display:none;	
	}
} 

@media screen and (max-width: 769px){ 
	.hide-small{ 
	    display:none;	
	}
	.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
	}
	.land video {
      object-fit: cover;
    }
  .social {
	  height: 25px;
	  width: 25px;
	  margin: 5px
  }
  .navbar {
	  width: 100vw;
  }
  .row {
	  
	}
	.btn.btn-secondary {
		display: block;
	}
	form {
		width: 90vw;
	}
	.modal img {
	  width: 50vw;
	  height: 75vw;
    }
	.modal-body {
		flex-direction: column;
		flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
		max-width: 80vw;
    }
	
  .box {
	  width: 45vw;
	  user-select: text;
	  -webkit-user-select: text;
  }
  .booking{
	  margin-top: 5vh;
  }
  .hContElement {
	  width: 90vw;
  }
}