@font-face {
    font-family: 'FuturaStd-Heavy';
    src: url('./../fonts/FuturaStd-Heavy2.otf') format('truetype')
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.callout {
    display: table;
    width: 100%;
    height: 100vh;
    color: #000;
    background: url(../img/RTR2Light.png) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio h2 {
    font-weight: bold;
    font-size: 2.2vw;
    line-height: 1.4;
}

.contact h2 {
    font-weight: bold;
    font-size: 7vw;
    text-align: center;
    line-height: 1.2;
    font-family: "FuturaStd-Heavy";
    margin-top: -30px;
}

.reserved h3 {
    margin: 40px 0;
}


@media only screen and (max-width: 1024px) {
    .callout {
        height: 45vh;
    }

    .contact h2 {
        font-size: 4.5vw;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 992px) {
    .callout {
        height: 30vh;
    }

    .portfolio h2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .contact h2 {
        font-size: 6vw;
        line-height: 1.2;
    }

    .portfolio br {
        display: none;
    }

    .reserved h3 {
        margin: 25px 0;
        text-align: center;
    }
}