#header {
    background: #51b9ff; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, #000, #434343); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #000, #434343); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #000, #434343); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom right, #000, #434343); /* Standard syntax (must be last) */
    left: 0px;
    top: 0px;
    width: 100vw;    
    color: white;
    position: absolute;    
    text-align: center;
    display: inline-block;
    font-size: 25px;
}

#vid-preview{
	max-width:40vw;
	margin-left: 10%;
	margin-top: 13.5%;
	box-shadow: 4px 4px 4px #888888;
}

#side-preview{
	margin-left:54%;
	margin-top:-27%;
}

#download-div{
	height:100vh;
}

body{
	height:100vh;
}

html{
	overflow:hidden;
}

#main-text{
    font-family: 'Roboto', sans-serif;
    padding: 150px 10%;
    width: 80%;
    font-size:18px;
}

#site-owner{
    margin-top: -30px;
    padding: 0;
    font-size: 15px;
}

* {
    overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
}

#frame{
    max-width: 80vw;
    margin-left: 10%;
    margin-top: -120px;
    border: 2px #292E49 solid;
}
