.mobile-bold-container {
    text-align: center;
    padding: 2em 0 6em 0;
}

.mobile-bold-container h3 {
    font-family: var(--body-font);
    color: var(--accent-color);
    font-weight: 200;
    font-size: 1.125em;
}

.mobile-bold-container h1 {
    font-family: var(--header-font);
    color: var(--accent-color);
    font-weight: 200;
    color: #f5f5f5;
    font-size: 1.875em;
}

.huge-banner {
    height: 60vh;
}

.box-image {
    position: relative;
}

.box-image a {
    background: none;
    border: none;
    position: absolute;
    top: 80%;
    right: 5%;
}

.box-image a img {
    width: 8em;
    height: 8em;
}

.safari-sign {
    width: 6em;
    height: 6em;
}

@media only screen and (min-width: 1200px) { 

    .mobile-bold-container {
        display: none;
    }

}