#mmHeader {
    padding: 0;
}
#mmHeader .image-container {
    background: url(/-/media/c6f8367cccb0478085c4468550bafdfe.ashx);
    background-size: cover;
    min-height: 85vh;
    height: auto;
}
#mmHeader .image-container .row div {
    text-align: center;
}
#mmHeader .image-container .row div h2 {
    color: white;
    font-size: 60px;
    max-width: 850px;
    margin: auto;
}
#mmHeader .button-container {
    min-height: 15vh;
    height: auto;
    background: #E4E4E4;
}
#mmHeader .button-container .brochure-link {
    margin: 150px 50px; 
    background: #303030;
    text-align: center;
    width: 500px;
    margin: auto;
    margin-top: 50px;
    height: 50px;
    border-radius: 30px;
}
.pullLeft {
    margin-left: 0 !important;
}
.pullRight {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
}
#mmHeader .button-container a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 15px;
    letter-spacing: 1px;
    text-decoration: none;
}
.marginTop20 {
    /*margin-top: 20%;*/
    margin-top: var(--headerMargin);
}
.marginTop15 {
    margin-top: 15%;
}
.marginTop3 {
    margin-top: 3%;
}
#mmHeader p {
    color: white;
    font-size: 24px;
    font-weight: 600;
    height: var(--pHeight);
    margin: auto;
    margin-top: 3%;
    max-width: 300px;
}
#mmHeader p.lilWider {
    max-width: 350px;
}
.borderRight {
    border-right: 3px solid white;
}
.borderLeft {
    border-left: 3px solid white;
}
.borderRight p {
    margin-right: 2rem;
}
.borderLeft p {
    margin-left: 2rem;
}

@media only screen and (max-width: 1600px) {
    #mmHeader .button-container a {
        font-size: 16px;
    }
    #mmHeader .button-container .brochure-link {
        width: 400px;
    }
}
@media only screen and (max-width: 1400px) {
    #mmHeader .image-container .row div h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .pullLeft {
        margin-left: auto !important;
    }
    .pullRight {
        margin-right: auto !important;
    }
    #mmHeader .image-container .row div h2 {
        max-width: 700px;
    }
}
@media only screen and (max-width: 991px) {
    .borderRight {
        border-right: none;
        border-bottom: 3px solid white;
    }
    .borderLeft {
        border-left: none;
        border-top: 3px solid white;
    }
    #mmHeader .image-container p {
        margin: 3vh auto !important;
    }
    #mmHeader .image-container .row div h2 {
        font-size: 40px;
        max-width: 475px;
    }
    .marginTop20 {
        margin-top: 10vh;
    }
    #mmHeader .image-container {
        background-position-x: center;
    }
}
@media only screen and (max-width: 500px) {
    #mmHeader .button-container .brochure-link {
        width: auto;
    }
    #mmHeader .button-container a {
        font-size: 14px;
        letter-spacing: 0px;
    }
    #mmHeader .image-container .row div h2 {
        font-size: 30px;
    }
    #mmHeader p {
        font-size: 20px;
    }
}