html {
}
html,body {
height:100%;
font-family: "myriad-pro",arial,sans-serif;
font-weight: 300;
}
.top h1{
font-size:7.0em;
line-height:1.0em;
font-weight: 300;
font-style:normal;
margin-top:50%;
}
#content {
font-family: "myriad-pro";
margin:0 auto;
max-width:700px;
width:100%;
color: #fff;
text-align: center;
font-size: 13px;
}
#content .text{
text-align: left;
margin-top:1em;
font-size:1.8em;
font-weight: 300;
font-style:normal;
}
#footer {
margin:0 auto;
max-width:700px;
width:100%;
color: #fff;
text-align: center;
font-size: 13px;
margin-top:40px;
margin-bottom:2.0em;
}
#footer a {
color: #fff !important;
text-decoration:none;
}
@media screen and (max-width: 700px) { 
#content h1{
        font-size:8.0em;
	margin-bottom:1.0em;
}
.bottom a{
font-size:1.8em;
}
}