body {
    margin: 0;
    background-color: #000;
}

.fancy_font {
    font-family: 'Great Vibes';
}

@font-face {
    font-family: "Great Vibes";
    src:url(../libraries/GreatVibes-Regular.ttf);
}

.top_banner {
    background: url('../images/background_upper.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid #e4d0af;
}
.title_logo {
    margin-left: 6rem;
}
.title_text {
    font-size: 3.7rem;
    text-align: right;
    line-height: 3.4rem;
    margin-top: 3.5rem;
}
.bottom_banner{
    background: url('../images/background_lower.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #e4d0af;
}
.bottom_nav{
    width: 50%;
    margin: 0px auto;
}
.bottom_nav_link {
    color: #000;
    font-size: 1.25rem;
}
.bottom_nav_link:hover{
    color: #333;
}

.gold_text{
    color: #c9a86f;
}


@media (max-width: 1199px) {
    .title_text {
        font-size: 3rem;
        line-height: 2.7rem;
        margin-top: 3rem;
    }
    .title_logo {
        margin-left: 5.5rem;
    }
}
@media (max-width: 991px) {
    .title_text {
        font-size: 2.5rem;
        line-height: 2.0rem;
        margin-top: 2.7rem;
    }
    .title_logo {
        margin-left: 5.0rem;
    }   
}
@media (max-width: 820px) {
    .title_text {
        font-size: 1.8rem;
        line-height: 1.5rem;
        margin-top: 2.5rem;
    }
    .title_logo {
        margin-left: 4.5rem;
    }   
}
@media (max-width: 710px) {
    .title_text {
        margin-top: 2.25rem;
    }
    .title_logo {
        margin-left: 3.0rem;
    }   
}
@media (max-width: 659px) {
    .title_text {
        font-size: 1.5rem;
        margin-top: 1.65rem;
    }
    .title_logo {
        margin-left: 1.0rem;
    }   
}

@media (max-width: 575px) {
    .title_text {
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .title_text_inner{
        width: 100%;
    }
    .title_logo {
        text-align: center;
        margin-left: 0rem;
    }
}