/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 23, 2018 */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    /*height: 100vh;*/
}

html {
    -webkit-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #fff;
    text-align: center;
    position: relative;
    font-family: 'Nunito', sans-serif;
    background: #f5001b url(images/bg-mobile.jpg?v=1a) 50% 50% / cover;
}

/*body:before {
    background: url(images/bg-mobile.jpg) 50% 50% / cover;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.35s 0.1s;
}

body.loaded:before {
    opacity: 1;
}*/

.u-inner {
    padding: 40px 20px 20px 20px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-between;
    min-height: 500px;
}

.logo {
    background: url(images/logo.png) no-repeat 0 0 / 100% 100%;
    height: 135px;
    overflow: hidden;
    text-indent: -9999px;
    width: 136px;
    margin: 0 auto;
}

.welcome {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 20px;
    margin-bottom: 100px;
}

.contact {
    font-size: 21px;
    line-height: 1.72;
}

.contact a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.contact__social {
    margin-top: 35px;
}

.social__link {
    background-color: #fff;
    background-size: 30px 30px;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: -9999em;
    width: 30px;
    margin-left: 24px;
}

.social__link:first-child {
    margin-left: 0;
}


.social__link--instagram {
    background-image: url(images/icon-instagram.svg);
}

.social__link--facebook {
    background-image: url(images/icon-facebook.svg);
}

@media screen and (min-width: 768px) {

    body {
        background-image: url(images/bg.jpg);
    }

    .u-inner {
        padding: 60px 20px 40px 20px;
    }

    .logo {
        height: 210px;
        width: 211px;
    }

    .welcome {
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .contact {
        font-size: 18px;
    }

    .contact a:hover {
        opacity: 0.5;
    }
}
