@font-face {
    font-family: 'Canela Web';
    src: url('../fonts/Canela_Light_Web/Canela-Light-Web.eot');
    src: url('../fonts/Canela_Light_Web/Canela-Light-Web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Canela_Light_Web/Canela-Light-Web.woff') format('woff'),
    url('../fonts/Canela_Light_Web/Canela-Light-Web.ttf')  format('truetype'),
    url('../fonts/Canela_Light_Web/Canela-Light-Web.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir/Avenir45Book.eot');
    src: url('../fonts/Avenir/Avenir45Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir/Avenir45Book.woff') format('woff'),
    url('../fonts/Avenir/Avenir45Book.ttf')  format('truetype'),
    url('../fonts/Avenir/Avenir45Book.svg#svgFontName') format('svg');
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #4a4a4a;
}

a {
    color: #4a4a4a;
}

h1 {
    font-family: 'Canela Web';
    font-weight: normal;
}

p {
    margin: 10px 0;
    padding: 0 20px;
    font-family: 'Avenir';
}

@media (min-width: 769px) {
    .page-main {
        background: url("../images/desktop.jpg") no-repeat center;
        background-size: cover;
    }

    h1 br {
        display: none;
    }

    h1 {
        margin: 40px 10px 11px;
        font-size: 32px;
        letter-spacing: .25px;
    }

    p {
        font-size: 24px;
        line-height: 33px;
    }
}

@media (max-width: 768px) {
    .page-main {
        background: url("../images/mobile.jpg") no-repeat center;
        background-size: cover;
    }

    h1 {
        margin: 40px 10px 23px;
        font-size: 44px;
        letter-spacing: 1.1px;
    }

    p {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 1.1px;
    }
}

@media (max-width: 500px) {
    h1 {
        margin: 32px 10px 14px;
        font-size: 32px;
        letter-spacing: .8px;
    }

    p {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .8px;
    }
}
