@charset "UTF-8";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
	color: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}



h1 {
	position: relative;
	top: 45%;
	font-weight: 500;
	color: #34D7E2;
	font-size: 90px;
	text-align: center;
}

h2 {
	font-weight: 500;
	color: #fff;
	font-size: 40px;
	position: absolute;
	text-align: center;
	background: #34D7E2;
	margin-top: 15px;
	margin-left: 15px;
	z-index: 10;
	height: 65px;
	width: 70px;
	padding-top: 5px;
}

h3 {
	font-weight: 100;
	color: #fff;
	font-size: 11px;
	position: absolute;
	text-align: center;
	left: 15px;
	top: 65px;
	height: 17px;
	width: 70px;
	background: #34D7E2;
	z-index: 20;
	padding-bottom: 3px;
}

h4 {
	font-weight: 100;
	margin-left: 15px;
	margin-bottom: 7px;
	color: #34D7E2;
	font-size: 20px;
	position: absolute;
	bottom: 45px;
}

h5 {
	font-weight: 500;
	margin-left: 15px;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 40px;
	line-height: 10px;
    position: absolute;
    bottom: 0;
}

h6 {
	position: absolute;
	top: 77%;
	left: 7%;
	font-weight: 500;
	color: #fff;
	font-size: 50px;
}

ul.banner  {
	position: absolute;
	top: 90%;
	left: 7%;
	font-weight: 200;
	color: #fff;
	font-size: 20px;

}

ul.banner li {
	list-style: none;
	text-decoration: none;
	float: left;
	padding-left: 7px;
	margin-right: 40px;
	border-left: 1px solid #fff;
}


#title {
	background: url(IMG_0992.jpg) center center / cover no-repeat fixed;
}

#about{
	padding: 7%;
	position: relative;
	background: #34D7E2;
	text-align: center;
}

#aboutback{
	height: 43%;
	background: url(IMG_0992.jpg) center center / cover no-repeat ;
}

#scroll{
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	border: solid 2px #fff;
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	color: #fff;
	text-decoration: none;
	z-index: 30;
}

#scroll:hover{
	border: solid 2px #fff;
	color: #fff;
	background: #34D7E2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

	#myVideo{
	position: relative;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
  	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	}
