@import 'normalize.css';

html {
    box-sizing: border-box;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 30%, #f1f1f1 70%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 30%, #f1f1f1 70%);
    background: radial-gradient(ellipse at center, #ffffff 30%, #f1f1f1 70%);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
}

h1, h2 {
    margin: 0.4em 0;
    text-align: center;
    font-weight: normal;
}

h1 {
    margin: 40px 0;
    font-size: 0;
}

h1 img {
    max-width: 80vw;
    max-height: 400px;
}

h2 {
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    color: #c48943;
}

.contact {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.contact span {
    display: block;
    margin: 20px;
}

.contact .tel {
    flex: 1;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    color: #7bbb28;
}

.contact .facebook {
    margin: 0 20px;
}

.contact .mail {
    font-size: 24px;
    color: #4b4e4f;
}

h6 {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

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

    h2 {
        font-size: 44px;
    }

    .contact {
        display: flex;
    }

    .contact span {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .contact .tel {
        flex: 1;
        font-size: 60px;
    }
}
