/*|||||||||||||||||||||||||||||| Responsive Styles [START] ||||||||||||||||||||||||||||||*/



/********************** 1280px **********************/
@media only screen and (max-width: 1300px) {
    .nav .navSection {
        width: 1024px;

        transition: all 0.3s ease;
    }

    .bodySection {
        width: 1024px;

        transition: all 0.3s ease;
    }

}

/********************** 1024px **********************/
@media only screen and (max-width: 1040px) {

    .nav {
        height: 60px;

        transition: all 0.0s ease;
    }

    .nav.sticky {
        height: 60px;

        transition: all 0.3s ease;
    }

    .nav .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        transform: translate(-5%, -50%);
        z-index: 1111112;

        transition: all 0.3s ease;
    }

    .nav .menu {
        background: black;
        justify-content: space-evenly;
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        display: none;
        padding-top: 50px;
        transition: all 0.3s ease;
    }

    .nav .menu li {
        position: relative;
        text-align: center;
        margin: 5%;
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
        transition: all 0.3s ease;

    }

    .nav .menu.open {
        background: black;
        display: block;

        pointer-events: all;
    }

    .nav.sticky .menu.open {
        background: black;

        pointer-events: all;
    }

    .toggle .line1 {
        transform: rotate(-45deg) translate(-1px, 4px);
    }

    .toggle .line2 {
        transition: all 0.7s ease;
        width: 0;
        display: none;
    }

    .toggle .line3 {
        transform: rotate(45deg) translate(-1px, -4px);
    }

    #down {
        display: none;
    }

    .menu li ul {
        display: none;
        background: transparent;
    }

    .logo {
        width: 140px;
        height: 50px;
        padding-top: 10px;

        transition: all 0.3s ease;
    }


    .nav .navSection {
        width: 800px;

        transition: all 0.3s ease;
    }

    .bodySection {
        margin: auto;
        width: 800px;

        transition: all 0.3s ease;
    }

    h1 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
        border-bottom: 3px solid black;
    }

    h2 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
        border-bottom: 2px solid black;
    }

    p {
        font-size: 14px;
    }

    .cap {
        line-height: 18px;
        font-weight: 600;
        border-bottom: 3px solid white;
    }

    .bodySection .button {

        border-radius: 2px;
        border: 2px solid black;
        font-size: 18px;
        transition: all 0.3s;
    }

    .footercopy {
        padding: 10px;
        font-size: 10px;
        text-align: center;
        border-top: 3px solid white;
    }

    .banner {
        height: 200px;
        transition: all 0.3s ease;
    }

    .bred-round {
        width: 140px;
        height: 50px;
        margin: -28px auto 0;
    }

    .bred-round span {
        font-size: 10px;
    }

    .row5 .button {
        border: 2px solid black;
        font-size: 14px;
        width: 180px;
    }

    .row7 label {
        font-size: 14px;
    }

    .row7 select {
        font-size: 14px;
    }

    .row7 option {
        font-size: 14px;
    }

    .row7 .column7 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/********************** 820px nav **********************/
@media only screen and (max-width: 820px) {

    .bodySection {
        margin: auto;
        width: 650px;

        transition: all 0.3s ease;
    }

    .nav .navSection {
        width: 650px;

        transition: all 0.3s ease;

    }

    .row .column1 {
        margin-right: 10px;
    }

    .row .column2 {
        margin-left: 10px;
    }


    .row4 .column1 {
        margin-right: 10px;
    }

    .row4 .column2 {
        margin-left: 10px;
    }

    h1 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
        border-bottom: 3px solid black;
    }

    h2 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
        border-bottom: 2px solid black;
    }

    p {
        font-size: 12px;
    }

    .cap {
        line-height: 16px;
        font-weight: 600;
        border-bottom: 3px solid white;
    }

    .bodySection .button {

        border-radius: 2px;
        border: 2px solid black;
        font-size: 16px;
        transition: all 0.3s;
    }

    .footercopy {
        padding: 10px;
        font-size: 8px;
        text-align: center;
        border-top: 3px solid white;
    }

    .banner {
        height: 140px;
        transition: all 0.3s ease;
    }

    .row5 .button {
        border: 1.5px solid black;
        font-size: 12px;
        width: 180px;
    }

    .row7 label {
        font-size: 12px;
    }

    .row7 select {
        font-size: 12px;
    }

    .row7 option {
        font-size: 12px;

    }
}

/********************** 680px **********************/
@media only screen and (max-width:680px) {

    .nav .navSection {
        width: 520px;

        transition: all 0.3s ease;
    }

    .bodySection {
        margin: auto;
        width: 520px;

        transition: all 0.3s ease;

    }

    .row {
        display: block;
    }

    .row .column1 {
        width: 100%;
        margin-right: 0px;
    }

    .row .column2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 18px;
    }

    .row2 .column3 {
        width: 50%;
    }


    .row7 .column7 {
        margin-left: 5px;
        margin-right: 5px;
    }

    #hide {
        display: none;
    }

}

/********************** 540px **********************/
@media only screen and (max-width: 540px) {
    .nav .navSection {
        width: 500px;

        transition: all 0.3s ease;

    }

    .bodySection {
        margin: auto;
        width: 500px;

        transition: all 0.3s ease;
    }
    .row2 .column3 {
        width: 100%;
    }
    .row3 {
        display: block;
    }

    .row3 h1 {
        border-bottom: 2px solid white;
    }

    .row3 .column4 {
        width: 100%;
        margin-right: 0px;
    }

    .row3 .column5 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;

    }

    .row3 .column6 {
        width: 100%;
        margin-left: 0px;
    }

    .row7 {
        display: inline-block;
    }

    .row7 .column7 {
        width: 145px;
        float: left;
        margin: 10px
    }

    .row4 {
        display: block;
    }

    .row4 .column1 {
        width: 100%;
        margin-right: 0px;
    }

    .row4 .column2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    .row8 .column8 {
        width: 100%;
    }
}

/********************** 415px **********************/
@media only screen and (max-width: 415px) {
    .nav .navSection {
        width: 350px;

        transition: all 0.3s ease;
    }

    .bodySection {
        margin: auto;
        width: 350px;

        transition: all 0.3s ease;

    }
    
    .row2 {
        display: block;
    }

    .row7 .column7 {
        width: 160px;
        float: left;
        margin: 7px
    }


}

/********************** 280px **********************/
@media only screen and (max-width: 280px) {
    .nav .navSection {
        width: 260px;

        transition: all 0.3s ease;
    }

    .bodySection {
        margin: auto;
        width: 260px;

        transition: all 0.3s ease;

    }

    .row7 .column7 {
        width: 120px;
        float: left;
        margin: 4px
    }
}

/*|||||||||||||||||||||||||||||| Responsive Styles [END] ||||||||||||||||||||||||||||||*/