/* CHANGE BACKGROUND COLOR HERE */
#durangoBanner {
    background: #1a1a1a;
}

.refinements {
    text-align: left;
}

@import "https://use.typekit.net/hne8axm.css";

.tk-aktiv-grotesk {
    font-family: "aktiv-grotesk", sans-serif;
}

.tk-aktiv-grotesk-extended {
    font-family: "aktiv-grotesk-extended", sans-serif;
}

#mainBanner {
    height: auto;

    /* CHANGE BACKGROUND COLOR HERE */
    background-color: #1a1a1a;

    width: 100%;
    background-size: cover;
    background-position: top center;
}

#mainBanner .h1 {
    font-family: 'aktiv-grotesk-extended';
    font-weight: 600;
    font-size: 1.75rem;
    color: #f6f2f4;
    line-height: 1;
    text-shadow: 0px 0px 20px #282828;
}

#mainBanner .custom-small-heading {
    font-family: 'aktiv-grotesk-extended';
    font-size: 12px;
    font-weight: 400;
    color: #d0d0d0;
}

.sm-headline-text {
    font-family: 'aktiv-grotesk-extended';
    font-weight: 400;
    font-size: 1.15rem;
    color: #aaaaaa;
    line-height: 1
}

#featuredSecondary h4 {
    font-family: 'aktiv-grotesk-extended';
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1
}

.text-btn {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-btn:hover {
    color: #DDCBA4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#durangoBanner img {
    border-radius: 5px;
}

.durangoBanner-desc {
    text-align: center;
    padding: 20px 0 30px 0;
}

.durangoBanner-desc h2 {
    font-family: "Engravers Bold", serif;
    color: #1c3a56;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 2.75rem;
}

.durangoBanner-desc a.durangoBanner-links {
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "aktiv-grotesk-extended", sans-serif;
}

#durangoBanner .durangoBanner a {
    color: #1c3a56;
    font-weight: 900;
    text-decoration: none;
    padding: 10px;
    background: transparent;
}

#durangoBanner .durangoBanner a:hover {
    color: #1c3a56;
    background: #f6f2f4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#durangoBanner .durangoBanner-links {
    color: #1c3a56;
    font-size: 0.8em;
    font-weight: 900;
    text-decoration: none;
    padding: 10px;
    background: #f6f2f4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#durangoBanner .durangoBanner-links:hover {
    color: #f6f2f4;
    background: #1c3a56;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mob-show {
    display: none !important;
}

@media screen and (max-width: 960px) {

    .mob-hide {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {

    #durangoBanner .h2 {
        font-size: 1.75rem !important;
    }
}

/* Image Hovers */
.hovimg-text {
    opacity: 0;
    visibility: hidden;
    width: 60%;
    height: 70px;
    position: absolute;
    top: -25%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #1c3a56;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    line-height: 1;
}

.content-box {
    position: relative;
    max-width: 100%;
    margin: 15px 0;
}

.custom-small-heading {
    font-family: 'aktiv-grotesk-extended';
    font-size: 10px;
    font-weight: 600;

    /* CHANGE SECOND SMALLER TITLE HERE */
    color: #aaa;
}

#durangoBanner .h2 {
    font-family: 'aktiv-grotesk-extended';
    font-size: 2.5em;
    font-weight: 800;

    /* CHANGE LARGE TITLE COLOR HERE */
    color: #fff;
}

#durangoBanner .h4 {
    font-size: 1rem;

    /* CHANGE TEXT COLOR HERE */
    color: #fff;

    font-family: 'aktiv-grotesk-extended';
}