body {
    background-color: #ffffff;

    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;

    color: #000000;
    font-weight: 500;
    letter-spacing: 0.0em;

    border-style: solid;
    border-width: 18px;
    border-color: #ffffff;

    -webkit-font-smoothing: antialiased;
}

h1 {
    font-weight: 700;
    margin-top: 80px;
}


::selection {
    background: #ff3341;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff3341;
    color: #ffffff;
    text-shadow: none;
}

a:link {
    color: #ff3341;
}

a:visited {
    color: #ff3341;
}

a:hover {
    color: #000000;
}

.footer {
    margin-bottom: 40px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    body {
        font-size: 0.8em;
        letter-spacing: 0.01em;
    }
    h1 {
        font-size: 1.4em;
        font-weight: 700;
        margin-top: 80px;
    }
    h2 {
        font-size: 1.2em;
        font-weight: 700;
        margin-top: 80px;
    }

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    body {
        border-width: 8px;
    }
}