﻿
#controls {
    float: right;
    padding: 2px;
    width: 25px;
    background: #333;
    position: fixed;
    margin: 0 0 0 440px;
    text-align: center;
    transition: .25s ease-out;
}

    #controls a {
        font-size: 24px;
        color: #aaa;
        display: block;
        font-weight: bold;
        padding: 5px;
    }

        #controls a:hover {
            color: #fff;
            background: #000;
            transition: .25s ease-out;
        }

a.selected {
    background-color: #294C52;
    color: #fff !important;
}

#small {
    font-size: 10px !important;
}

#medium {
    font-size: 16px !important;
}

#large {
    font-size: 20px !important;
}

.small {
    font-size: 75%;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin: 10px 0;
}

p {
    font-size: 14px;
    line-height: 20px;
}
