@import url('https://fonts.googleapis.com/css?family=Oswald');

*{
	box-sizing:border-box;
	font-family: 'Oswald', sans-serif;
}
body{
	padding: 0;
	margin:0;
	background: #fff;
	overflow-x: hidden;
	font-family: 'Oswald', sans-serif;
}
.wrapper{
	width: 100%;

}
#video{
	min-height: 100%;
	height: auto;
	min-width: 100%;
	width: auto;
	opacity: .7;
}
.video-content{
	position: absolute;
	top: 100%;
}
.logo h1{
	font-size: 45px;
	font-weight: 900;
	font-family: 'Oswald', sans-serif;
	position: relative;
	color: #004d4d;
	bottom: 560px;
	left: 10px;
	width: 150px;
	padding: 10px 40px;

}
.title h2{
	font-size: 35px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	position: relative;
	color:white ;
	bottom: 550px;
	left: 10px;
	padding:5px 40px;
    -webkit-filter: drop-shadow(1px 1px 0 #17779f)
                    drop-shadow(1px 1px 0 #17779f);
    filter: drop-shadow(1px 1px 0 #17779f)
            drop-shadow(1px 1px 0 #17779f);
}
.border{
	border-bottom: 8px solid #b2b2b2;
	position: relative;
	bottom: 535px;
	left: 50px;
	/*padding: 5px 40px;*/
	width: 200px;
	border-radius: 50px;
}
.subtitle{
	font-size: 20px;
	font-weight: 800;
	font-family: 'Oswald', sans-serif;
	position: relative;
	color:#00b3b3 ;
	bottom: 515px;
	left: 10px;
	padding:5px 40px;

}
.subtitle a{
	text-decoration: #fff;
	color: #17779f;
	-webkit-filter: drop-shadow(2px 2px 0 #ffffff)
                    drop-shadow(2px 2px 0 #ffffff);
    filter: drop-shadow(2px 2px 0 #ffffff)
            drop-shadow(2px 2px 0 #ffffff);
}
.main-content{
	padding: 20px 40px;
}
.main-content h3{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
}
.main-content p{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 28px;
}
.white-box{
	padding: 20px 50px;
	background: rgba(0,0,0,.1);
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	margin: 10px 100px 20px;
	line-height: 28px;
}
footer{
	background: rgba(0,0,0,.5);
	font-size: 18px;
	color: white;
	padding: 2px 50px;
	margin-top: 30px;
	height: 50px;
}
.logo {
	max-height: 120px;
	border: 0;
    -webkit-filter: drop-shadow(10px 10px 0 #f4f4f4)
                    drop-shadow(-1px -1px 0 #f4f4f4);
    filter: drop-shadow(1px 1px 0 #f4f4f4)
            drop-shadow(-1px -1px 0 #f4f4f4);
}
.no-deco{
	color: white;
}