@font-face {font-family: FSElliot;
    		src: url("fonts/FSElliot.ttf");
    		}

@font-face {font-family: FSElliot-bold;
    		src: url("fonts/FSElliot-Bold.ttf");
    		}

@font-face {font-family: FSElliot-heavy;
    		src: url("fonts/FSElliot-Heavy.ttf");
    		}
            
body {
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 0;
    margin: 0;

}

.fallback img {
    height: 100%; 
    width:100%; 
    display:block;
}

#content {
    margin: 0 auto;
    max-width: none;
    min-width: 320px;
    text-align: left;
}

#logo {
    height: 5%;
    text-align: right;
}

.logo {
    width: 50%;
}

#video video {
    width: 100%;
    height: auto;
}

#text,
#button {
    padding: 20px 40px;
}

a {text-decoration: none;}

h1 {
    color: #9c006b; 
    text-transform: uppercase;
    font-family: FSElliot-heavy; 
    font-size: 4.8em;
    margin: 0;
    padding: 40px 0 10px 0;
    }

h2 {
    color: #9c006b;
	text-transform: uppercase;
    font-family: FSElliot-heavy;
    font-size: 3.8em;
    margin: 0;
    padding: 0; 
}

h3 {
    color: #4f5159; 
    font-family: FSElliot; 
    font-size: 3.7em;
}

#button {
    color: #fff; 
    font-size: 3em;
    font-family: FSElliot; 
    font-weight: bold;
    background: #9c006b;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 40px;
    display: inline;
}

@media only screen and (min-width: 240px) and (max-width: 427px) and (-webkit-device-pixel-ratio: 3) {
h1 { 
    font-size: 1.8em;
}

h2 {
    font-size: 0.8em;
}

h3 {
     font-size: 0.7em;
}

#button {
    font-size: 1em;

	}	
}    

@media only screen and (min-width: 240px) and (max-width: 427px) {
h1 { 
    font-size: 1.8em;
}

h2 {
    font-size: 0.8em;
}

h3 {
     font-size: 0.7em;
}

#button {
    font-size: 1em;

	}	
}    
    
@media only screen and (min-width: 428px) and (max-width: 992px) and (-webkit-device-pixel-ratio: 3) {
h1 { 
    font-size: 2.8em;
}

h2 {
    font-size: 1.8em;
}

h3 {
     font-size: 1.7em;
}

#button {
    font-size: 2em;

	}	
}      

@media only screen and (min-width: 428px) and (max-width: 992px) {
h1 { 
    font-size: 2.8em;
}

h2 {
    font-size: 1.8em;
}

h3 {
     font-size: 1.7em;
}

#button {
    font-size: 2em;

	}	
}      



    




