@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans_500_Italic-webfont.woff2') format('woff2'),
         url('fonts/MuseoSans_500_Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #f9f9f9;
    color: #333;
    font-family: 'Museo Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
}

#container {
    display: table;
    width: 100%;
    height: 100vh;
}

#content {
    display: table-cell;
    vertical-align: middle;
    padding: 70px 40px;
    text-align: center;
}

img {
    margin: 0 auto 50px;
    max-width: 480px;
    display: block;
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

address {
    font-style: normal;
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .1s;
}

address p span {
    margin-right: 10px;
    color: #ff8300;
}

p {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    body {
        font-size: 30px;
    }

}

@media (min-width: 1024px) {

    address p {
        display: inline-block;
    }

    address p span {
        margin-right: 15px;
    }

    address p + p {
        margin-left: 40px;
    }

}

@media (min-width: 1280px) {

    img {
        max-width: 680px;
    }

}
