/*
#8035BC # purple
#c09ade lighter
#60288d darker

#0776B2 # blue
#83bbd8 lighter
#055985 darker
*/

body {
    background: #000;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Dosis', sans-serif;
    font-size: x-large;
    font-weight: bold;
}

#contact a:link {
    color: #055985;
    background: #83bbd899;
    text-decoration: none;
    margin: 1em;
    padding: .2em;
}

#contact a:visited {
}

#contact a:hover {
    color: #83bbd8;
    text-decoration: underline;
}

#contact a:active {
    color: #83bbd8;
    text-decoration: underline;
}

@media (orientation: portrait) {
    body {
        background-image: url("static/ww_p_lrge.jpeg");
    }
}

@media (orientation: landscape) {
    body {
        background-image: url("static/wwc_lrge.jpeg");
    }
}
