html, body {
    height: 100%;
    width: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
    padding: 42px 30px 0;
    background-color: #fff;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('../fonts/chunkfive/chunkfive-webfont.eot');
    src: url('../fonts/chunkfive/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/chunkfive/chunkfive-webfont.woff') format('woff'),
    url('../fonts/chunkfive/chunkfive-webfont.ttf') format('truetype'),
    url('../fonts/chunkfive/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:focus {
    outline: none;
    color: inherit;
    text-decoration: inherit;
}

::selection
{
    background-color: #d33c45;
    color:#FFFFFF;
}

::-moz-selection
{
    background-color: #d33c45;
    color: #FFFFFF;
}

h1 {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.contact {
    margin-top: 50px;
    width: 300px;
}

.contact .info a {
    color: #FFFFFF;
}

.contact .info .fa {
    font-size: 25px;
}

.contact .info .media {
    margin-bottom: 20px;
}

.contact .info .icon {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 25px;
}

.contact .info .text {
    overflow: hidden;
}


/**
 *  Responsive styles
 */

/* Large display */
@media (min-width: 1200px) {

}

/* Portrait tablets */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Phones to tablets */
@media (max-width: 767px) {

}

/* Don't add styles for this resolution */
@media (max-width: 370px) {

    body {
        font-size: 14px;
    }
}
