@font-face {
    font-family: AvantGardeGothic;
    src: url('../fonts/ITCAvantGardeGothicLTBold.otf');
    font-style: normal;
}

.heading {
    font-family: AvantGardeGothic;
    font-weight: bolder;
    font-size: 50px;
}

.sub-heading {
    font-family: AvantGardeGothic;
    letter-spacing: 16px;
}

.bg-yellow {
    background-color: #F5BB44;
}

.heading-container {
    padding-top: 20px;
}

.heading-text {
    font-family: Helvetica;
    color: #444444;
    font-size: 18px;
    padding-bottom: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-cover-image {
    background-size: cover;
    height: 650px;
    margin-top: 133px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

@media only screen and (max-width: 1199px) {
    .heading-text {
        display: none;
    }

    .heading {
        font-weight: bolder;
        font-size: 40px;
    }

    .sub-heading {
        letter-spacing: 4px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .heading-text {
        display: none;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .heading-text {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .heading-text {
        display: none;
    }

    .heading {
        font-weight: bolder;
        font-size: 30px;
    }

    .sub-heading {
        letter-spacing: 4px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .heading-text {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .heading-text {
        display: none;
    }
}