.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
    z-index: 0;
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('clouds.png') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.overlay {
	position:absolute;
    top:0;
    left:0;
	background-color: rgba(8,50,69,0.6);
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.title {
    /*font-family: 'Varela Round', sans-serif;*/
    /*font-family: 'Nova Square', cursive;*/

/*font-family: 'Megrim', cursive;*/
font-family: 'Flamenco', cursive;

/*font-family: 'Nova Round', cursive;*/

/*font-family: 'Nova Flat', cursive;*/
/*font-family: 'Poiret One', cursive;*/




    font-size: 70px;
    text-align: center;
    margin:60px;
    color: rgba(177, 251, 255, 0.48);

}

.bodytext {
	text-align: center;
	padding-top:40px;
	font-size: 80px;
}

.undertext {
	text-align: center;
	padding-top:20px;
	font-size: 30px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgba(177, 251, 255, 0.23);
}

/*
body{margin:40px
auto;max-width:650px;line-height:1.6;font-size:18px;color:#444;padding:0}*/