* {
  box-sizing: border-box;
   padding: 0px 0px;
    margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

#apDiv1 {
	position:absolute;
	width:100%;
	height:inherit;
	z-index:-1;
	left: 0;
	top: 0px;
	
}
#apDiv2 {
	z-index:1;
	text-align: left;
	top: auto;
	left: auto;
	width: 250px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
a {
	font-size: 14px;
  	font-family: 'Montserrat', sans-serif;
  	color: white;
  	
  	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
}
.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 50%; /* IE10 */
	flex: 25%;
	max-width: 50%;
	padding: 0 0px;
}
.column img {
	margin-top: 0px;
	vertical-align: middle;
}


.navbar {
  overflow: hidden;
margin: auto;

display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  
}
.navbarinner {

 padding-right: 100px;
	
}
.navbar a {
  float: left;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(237, 0, 140, 1);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}
* {
	box-sizing: border-box;
}
.container {
	position: relative;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	display: flex;
      flex-direction: column;
}


.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
 transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 12px;
	padding: 12px;
	text-align: left;
}
.container:hover .overlay {
	opacity: 1;
}


video { 
    width: 100%; 
    height: auto; 
	padding: 0px;
} 
.imagefade{
	opacity: 0;
}


.teetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	
}
.type {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
HTML{
SCROLLBAR-ARROW-COLOR: #FF4000;
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #ff4000;
SCROLLBAR-DARKSHADOW-COLOR: #ff4000;
}

h1 {	
 
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align:right;
  padding: 100px ;
  text-decoration: none;
  font-size: 3vw;
	}
h2 {	
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align:left;
  padding: 15px 0px;
  text-decoration: none;
	}
h3 {	
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: left;
  text-decoration: none;
	}
h4 {	
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: gray;
  text-align:center;
  padding: 10px 10px;
  text-decoration: none;
	}	
linky {	
	text-align:center;
  padding: 5px 5px;
  
  text-decoration: none;
	}
about {
	
	font-size: 14px;
  	font-family: 'Montserrat', sans-serif;
  	color: white;
  	text-align: left;
  	text-decoration: none;
}
.flex-container {
  
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.flex-container > div {
  width: 1200px;
  margin: 50px;
  padding: 30px 90px;
  
}
.text-container {
  position: relative;
}

.fade-out {
  opacity: 1;
  animation: fadeCycle 9s infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.text-container {
  position: relative;
}

.fade-1 {
  opacity: 1;
  animation: fade1 9s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.fade-2 {
  opacity: 0;
  animation: fade2 9s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.fade-3 {
  opacity: 0;
  animation: fade3 9s infinite;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  16.66% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
 @keyframes fade2 {
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
 @keyframes fade3 {
  0% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
 }
 .text-container {
  position: relative;
}

.zoom {

  transition: transform 1s;
 
  
}
.zoom:hover {
  object-fit: cover;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  
  
  
}

body {
	margin-top: 0px;
	border: 0;
	box-sizing: border-box;
	}



    
	 .loadcontainer {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: loadcolumn;
	  overflow: hidden;
	  margin-bottom: -4px;
    }

   


    

    /* Clear floats after loadcolumns */
    .rowy:after {
      content: "";
      display: table;
      clear: both;
    }
	
		
	.triangle {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid rgb(237, 0, 140); 
   pointer-events: none;
}