div.under { font-size: 30px; font-weight: bold; color: #862C4E; padding: 20px 0 40px 0; }

div.parallax 
{ 
	height: 100%; background-size: cover; background-position: top center; background-repeat: no-repeat; 
	background-attachment: fixed; background-image: url("../images/welcome.jpg"); 
}

div.parallax button 
{ 
	cursor: default; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; 
	background: transparent; border: none; border-bottom: 1px solid white; color: white; padding: 10px 50px; background: transparent; 
}

div.parallax .button { position: absolute; bottom: 30px; margin: auto; left: 0; right: 0; text-align: center; }
div.logo { width: 100%; text-align: center; font-family: 'peace-sans-web'; font-size: 120px; padding: 50px 0 10px 0; color: black;}
div.typewriter { display: inline-block; margin: 0 10px; }
div.typewriter-text, div.typewriter-text-short{ display: inline-block; letter-spacing: 10px; font-size: 50px; color: #ffffff; }
div.language { text-align: right; padding-top: 30px; padding-right: 20px; }

/********************************************************************************
Media
********************************************************************************/

@media (max-width: 1200px)
{ 
	div.logo { font-size: 80px; }
    div.typewriter-text { font-size: 30px; }
}

@media (max-width: 700px)
{ 
	div.logo { font-size: 60px; }
    div.typewriter-text { font-size: 24px; letter-spacing: 5px; }
}

@media (max-width: 450px)
{ 
	div.logo { font-size: 45px; }
}

