/* CSS Document for wakesurfU */

body {
background-color: #e1f6fe;
color: #3a3d3e;
font-family: Noteworthy, sans-serif;
font-size: 1em;
margin: 0px;
padding: 0px;
}



/* ***************** DESKTOP ***************** */
#desktop_view {
display: block;
}

#mobile_view {
display: none;
}

/* ***************** MOBILE ***************** */
@media only screen and (max-width: 500px) {

#desktop_view {
display: none;
}
body
{font-size:1em;}


#mobile_view {
display: block;
}
