/*********************** GLOBAL ***********************/

body {
    overflow: hidden;
    background-color: #fab1a0;
}

html,
body {
    height: 100%;
}

.page {
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%;

}

.page .page-container {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative;
    text-align: center;
}

.page .page-container h1 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #2d3436;
    font-weight: 900;

}

@media(max-width:768px) {
    .page .page-container h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width:520px) {
    .page .page-container h1 {
        font-size: 30px;
        line-height: 30px;

    }
}
@media(max-width:380px) {
    .page .page-container h1 {
        font-size: 26px;
        line-height: 26px;

    }
}
