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

    .hero {
        min-height: 650px;
    }
}

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

    a.yellow-btn,
    a.purple-btn,
    input.yellow-btn {
        font-size: 24px;
        width: 20%;
        text-align: center;
    }

    form.form {
        top: 19%;
        right: 15%;
        left: 15%;
    }

    .form-container img {
        max-width: 106%;
    }

    form.form input {
        width: 100%;
        background: transparent;
        border: solid 2px #2A1351;
        padding: 12px 6px;
        outline: none;
        color: #2A1351;
    }

    .submit-container {
        width: 95%;
        text-align: center;
    }

}

@media screen and (max-width: 1100px) {
    .form-container {
        width: 80%;
    }

    .highlights-section h2 {
        font-size: 60px;
        margin: 10px 0;
    }

    .highlights-section img {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

    .highlights-txt p {
        font-size: 20px;
    }

    .yellow-btn.h3-btn {
        width: 70% !important;
    }

}

@media screen and (max-width: 1000px) {

    a.no-style {
        height: 100%;
    }

    .homepage-story h3 {
        height: unset !important;
    }

    a.yellow-btn.h3-btn {
        width: 70% !important;
    }
    .container.hamburger-icon {
        display: block;
    }

    .desktop-nav {
        display: none;
    }

    h2 {
        font-size: 47px !important;
        line-height: 1.1 !important;
    }

    a.yellow-btn,
    a.purple-btn,
    input.yellow-btn {
        font-size: 24px;
        padding: 10px 20px;
        width: 35% !important;
        text-align: center;
    }

    .homepage-story {
        width: 35%;
        margin: 0 27px;
        margin-bottom: 60px;
    }

    .homepage-story {
        width: 40%;
        height: 100%;
    }

    .contact-form-wrapper {
        flex-direction: column;
    }

    .form-text,
    .form-container {
        width: 100%;
        margin-right: 0%;
    }

    form.form {
        top: 25%;
    }

}

@media screen and (max-width: 900px) {

    .stories .sub-hero-inner {
        flex-direction: column;
    }

    .left-inner {
        display: flex;
        margin-bottom: 50px;
    }

    img.story-img {
        max-width: 85%;
    }

    .featured-text {
        width: 100%;
        margin: 25px 0;
        text-align: center;
    }

}

@media only screen and (max-width: 800px) {

    .more-stories-container a {
        min-height: 400px;
    }

    .home .sub-hero-inner {
        flex-direction: column;
        align-items: center;
    }

    .capitol {
        margin:10px 0;
    }

    .home .sub-hero-inner a.yellow-btn {
        margin: 20px auto !important; 
    }

    h1 {
        font-size: 80px !important;
    }

    .highlights-section {
        flex-direction: column;
        max-height: 100%;
    }

    .highlights-section img {
        width: 100%;
    }

    h3 {
        font-size: 30px !important;
    }

    .homepage-story, .no-style {
        width: 90%;
        text-align: center;
        margin: 30px auto;
        justify-content: center;
        align-items: center;
        min-height: unset;
        height: 100% !important;
    }

    .homepage-story .yellow-btn.h3-btn {
        width: 100% !important;
        text-align: center;
    }

    h3.title {
    height: unset !important;
}

    .story .sub-hero-inner {
        flex-direction: column;
        align-items: center;
    }

    .story .featured-text {
        width: 100%;
        text-align: center;
    }

    .more-stories-container {
        flex-direction: column;
    }

    .more-stories-container img {
        min-width: 100%;
        width: 100%;
        height: 380px;
    }

    .contact {
        display: flex;
        flex-direction: column;
    }

    .hero-inner {
        width: 100%;
        padding: 10% 5%;
    }

    .highlights-txt {
        max-width: 90%;
        width: 90%;
        padding: 5%;
    }

    .more-stories-container .top-border {
        top: 2%;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 7% 0;
    }

    .footer-left {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    }

    .footer-right {
        text-align: center;
        flex-direction: column;
    }

    .left-inner {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-left a {
        margin: 0;
        margin-bottom: 20px;
    }
    a.privacy-policy {
        margin: 0;
        margin-bottom: 12px;
    }
    p.disclaimer {
        margin-bottom: 20px;
    }
    


}

@media only screen and (max-width: 700px) {

    form.form {
        top: 22%;
    }

    .form-container {
        width: 100%;
        margin-right: 0%;
        text-align: center;
        margin: 0% 0 22% 0;
        position: relative;
        height: 422px;
    }

    form.form input {
        width: 100%;
    }

    form.form {
        width: 68%;
        position: absolute;
        top: 27%;
        right: 0;
        left: 10%;
    }

    .form-container img {
        width: unset;
        height: 480px;
        max-width: 112%;
        position: absolute;
        left: -5%;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
    }

    form.form input {
        padding: 9px 5px;
    }

    .hero {
        background-position: right;
        min-height: 500px;
    }

    img.headshot {
        width: 100%;
        margin-right: 0px;
    }

    .highlights-txt {
        padding: 5%;
    }

}

@media only screen and (max-width: 600px) {
    form.form {
        width: 80%;
    }

    .basic-page .hero {
        min-height: 300px;
    }
}

@media only screen and (max-width: 500px) {

    h1 {
        font-size: 49px !important;
        line-height: 1.2 !important;
    }

    .basic-content {
        margin-bottom: 15%;
    }

    img.story-img {
        max-width: 100%;
        width: 100%;
    }

    .hero {
        min-height: 250px;
        background-position: right;
    }

    .hero-inner {
        width: 100%;
        padding: 15% 7%;
    }

}

@media only screen and (max-width: 450px) {

    h2 {
        font-size: 33px !important;
        line-height: 1.1 !important;
    }

    .partner-logo-container img {
        width: 53%;
        margin: 20px;
    }

    .homepage-story {
        width: 100%;
        margin: 25px;
    }

    .stories h1 {
        font-size: 46px !important;
    }

    a.yellow-btn,
    a.purple-btn {
        width: 80% !important;
        text-align: center;
    }

    h1 {
        font-size: 53px !important;
    }

    img.headshot {
        margin-right: 0px;
        max-width: 270px;
        min-width: 270px !important;
        min-height: 270px !important;
        max-height: 270px !important;
    }

    .highlights-section h2 {
        font-size: 48px !important;
    }

    form.form input::placeholder {
        font-size: 18px;
    }

    input#submitForm {
        font-size: 30px;
        width: 59% !important;
    }

    .more-stories-container img {
        height: 250px;
    }


}