/*                             ___                              ___
 *  __________  _____  ____ ___|  |___  ______  _____ __ __ ___ |  |___
 * / ___/     \/     |/  __| ___|     |/     ||/  _||/  \| | ___|      |
 * \___ \  |)    (|  |   |__  _|_  |) |  (|  |   ||        |  _|_   |) |
 * /____/  ___/\_____|\_____|____|___ |\_____|___||____|___|_____|____ |
 *     |__|
*/
@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');

body {
    background: #1E1E1E;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#logo {
    padding: 60px;
}

.align-center {
    text-align: center;
    margin: 0 auto !important;
}

a {
    color: #EBEBEB;
    text-decoration: none;
}

a:hover {
    color: #666666;
}

#font-section {
    padding-top: 70px;
}

a.big {
    font-size: 20px;
    letter-spacing: 5px;
}

.font-icons {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}
