:root {
    --gray: #ccc;
    --orange: #ff5f08;
    --dark-orange: #cf4921;
    --black: #201c20;
}

.font-anybody {
    font-family: 'Anybody', serif;
    font-style: italic;
    font-weight: 900;
}

.font-freight-text-pro {
    font-family: "freight-text-pro", serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 900;
}

.text-orange {
    color: var(--dark-orange);
}

.border-bottom {
    border-bottom-color: var(--orange) !important;
    border-bottom-width: 0.15rem !important;
}

.btn-orange {
    background-color: var(--orange);
    border-radius: 0;
    color: #fff;
    font-family: 'Anybody', serif;
    font-size: 1.33rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1.2rem;
    text-transform: uppercase;
}

.btn-orange:hover {
    background-color: var(--dark-orange);
    color: #fff;
}

.bg-orange {
    background-color: var(--dark-orange);
}

.bg-orange p {
    font-size: 1.5rem;
    max-width: 75%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

main {
    background-color: var(--gray);
    color: var(--black);
}

header {
    background: url('img/Hero.jpg') no-repeat center bottom var(--black);
    background-size: cover;
    color: #fff;
    position: relative;
}

#the-drop {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
}

header div.d-flex {
    min-height: 38vw;
}

footer {
    background-color: var(--dark-orange);
    padding-bottom: 1rem;
}

footer section {
    background-color: var(--black);
    color: #fff;
}

@media(max-width: 767px) {
    div.logo {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1rem;
    }

    header div.logo {
        margin-bottom: 2rem;
    }

    #the-drop {
        display: none;
    }
}

@media(min-width: 768px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media(min-width: 1600px) {
    .font-freight-text-pro {
        font-size: 1.5rem;
    }
}

.other-retailers a {
    color: inherit;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
}

.other-retailers a:hover {
    text-decoration: underline;
}

.other-retailers ul {
    list-style: none;
}
