/* CSS Document */
@import url('//fonts.googleapis.com/css?family=Lato:400,700,900');

*,
body,
input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif !important;
}

html, body {
    height: 95%; /* for IE */
}

#content {
    width: 100%;
    height: 100%;
}

#main {
    height: 100%;
    text-align: center;
    font-size: 32px;
}

.footertext {
    font-weight: bold;
    color: #FFF;
    font-size: 9pt;
    height: 20px;
    text-align: center;
}

body {
    font-weight: bold;
    margin: 0;
    background-color: #d94b5f;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
    margin: 2px 0;
}

.logo {
    background-image: url("../img/madebysauce.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 360px 173px;

    width: 360px;
    height: 173px;
    margin: 42px auto;
}

@media (max-width: 480px) {

    .logo {
        background-size: 215px 100px;

        width: 215px;
        height: 100px;
    }
}