header {
    font-size: 52pt;
    font-family: LeagueGothic, sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: rgba(250, 250, 250, .9);
}

#contact {
    font-family: LeagueGothic, sans-serif;
    font-size: 45pt;
    margin-top: 30px;
    margin-bottom: 20px;
}

#contact {
    
}

#bio p {
    padding-bottom: 20px;
    line-height: 1.5;
    text-align: justify;
}

#selfp {
    height: 150px;
    width: 150px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

body {
    text-shadow: 1px 1px #222;
    background: no-repeat url("/static/imgs/red_forrest.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: rgba(250, 250, 250, .8);
}

a, a:visited {
    text-decoration: inherit;
    color: rgba(200, 50, 50, .9);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}



@media screen and (max-width: 660px) {
    header {
        font-size: 35pt;
        text-align: left;
    }

    #contact {
        font-size: 30pt;
        text-align: left;
    }

    #bio p {
        text-align: left;
    }
}
