@media (max-width: 1900px) {
    #tulip .head{
        max-height:800px;
    }

}

@media (max-width: 1700px) {
    #tulip .head{
        height:100%;
    }

    #tulip .head .overlay{
        top:120px;
    }

    #tulip .head .line{
        bottom:220px;
    }

    #tulip .services .caption.bot:after{
        width:600px;
    }

    #tulip .services .service.specialty:after{
        height:300px;
    }

    #tulip .part .caption{
        left:40px;
    }

    #tulip .head {
        max-height: 640px;
    }
}

@media (max-width: 1500px) {
    h1{
        font-size: clamp(40px, 6.25vw, 65px);
        margin:0 0 30px 0;
    }

    #tulip .part .caption {
        left: 20px;
    }

    #tulip .services .large, #tulip .services h2 {

        font-size: clamp(30px, 333.3vw, 50px);
    }

    #tulip .services .caption.bot:after {
        width: 500px;
    }

    #tulip .head {
        max-height: 550px;
    }

}

@media (max-width: 1300px) {
    #tulip .head .line {
        bottom: 200px;
    }

    #tulip .services .caption.bot:after {
        width: 400px;
    }

}

@media (max-width: 1200px) {
    h1 span{
        display:block;
    }

    #tulip .head .overlay {
        top: 40px;
    }

    #tulip .part .caption{
        bottom:40px;
    }

    #tulip .head .line {
        bottom: 140px;
    }

    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty{
        border:1px solid #fff;
        padding:30px;
        margin:1%;
        flex-basis:24%;
    }

    #tulip .about .left{
        min-height:500px;
    }

    #tulip .about .pic{
        width:350px;
    }

    #tulip .services, #tulip .contact{
        background-attachment: scroll;
    }

    #tulip .services .caption .large{
        line-height:1;
    }

    #tulip .services .flex:before, #tulip .services .flex:after, #tulip .services .caption.bot:after, #tulip .services .service.specialty:after{
        display:none;
    }

    #tulip .about {
        padding: 80px 0 80px 0;
    }

    #tulip .quote, #tulip .mission .large, #tulip .contact .bottom{
        font-size: 24px!important;

    }
}

@media (max-width: 1000px) {
    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty{
        padding:28px;

    }

}

@media (max-width: 960px) {
    #topwrapper .logo img{
        width:90px;

    }

    #tulip .large{
        font-size:24px;
    }

    #tulip .part .caption{
        font-size: clamp(20px, 2vw, 40px);
    }

    #tulip .head .line{
        bottom: 110px;
    }

    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty{
    flex-basis:39%;
    }

    #tulip .services{
        padding:130px 60px 80px 60px;
    }

    #tulip .about .pic{
        width:100%;
    }

    #tulip .mission .flex{
        flex-direction:column;
    }

    #tulip .mission .left, #tulip .mission .right{
        width:100%;
    }

    #tulip .mission .left{
        margin:0 0 220px 0;
    }

    #tulip .main{
        max-width:93%;
    }

    #tulip .mission .col.two {

    }

    .padding {
        padding: 50px 0;
    }

    #tulip .mission .large:after{
        display:none;
    }

    #tulip .mission .col.two{
        top: -150px;
        right: 10px;
    }

    #tulip .mission .bg {
        left: -120px;
        top:-20px;
    }

    #tulip .mission .flex{
        flex-direction:row;
    }



    #tulip .contact .bottom{
        padding:40px 0;
    }

    #footerwrapper{
        padding:30px;
    }
}

@media (max-width: 850px) {


    #navwrapper .main-menu ul {
        list-style: none;
        margin: -40px 0 0 0;
        height: 100vh;
        flex-direction:column;
        padding: 70px 0 0 0;
        -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, .5);
        -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
        box-shadow: -8px 0 8px rgba(0, 0, 0, .5);
        width: 100%;
        background: #72911D;
        z-index: 9;
    }

    #navwrapper .fa.fa-close{
        color:#fff;
    }

    #navwrapper .fa-bars{
        color: #72911D;
        font-size: 35px;
        display: block;
        z-index: 9;

        position: absolute;
        top: 10px;
        right: 10px;
    }

    #navwrapper .menu-toggle, #navwrapper .menu-close{
        display:block;
        text-align:right;
        font-size:21px;
    }

    #navwrapper .logo{
        display: none;
    }

    #topwrapper #navwrapper li{
        margin:50px 0;
    }


    #navwrapper .sub_menu li a {
        font-size: 14px;
        padding: .75em  5px;
    }

    #navwrapper .main-menu a  {
        display: block;
        padding: 0;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;

        border: none;
        font-size: 24px;
        border-radius: 0;
        text-align: center;
        position: relative;
        background: none;
        letter-spacing: 7px;
    }

     #navwrapper .main-menu .menu-close {
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: none!important;
    }


    .main-menu:target, .main-menu[aria-expanded="true"]{
        display: block;
        right: 0;
        outline: none;
        -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
        -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
        box-shadow: 3px 0 12px rgba(0,0,0,.25);
    }

    .main-menu:target .menu-close, .main-menu[aria-expanded="true"] .menu-close{
        z-index: 1001;
    }

    .main-menu:target ul, .main-menu[aria-expanded="true"] ul {
        position: relative;
        z-index: 1000;
    }

    .main-menu:target + .backdrop,
    .main-menu[aria-expanded="true"] + .backdrop{
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        background: #000;
        background: rgba(0,0,0,.85);
        cursor: default;

    }
    .main-menu,
    .main-menu:target + .backdrop,
    .main-menu[aria-expanded="true"] + .backdrop{
        position: fixed;

    }


    .main-menu {
        position: absolute;
        display: none;
        right: 0px;
        top: 0;
        height: 100%;
        width: 100%;
        transition: left 0.3s ease, box-shadow 0.3s ease;
        z-index: 999;
    }

    #main-menu {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: 1000;
        overflow-y: auto;
    }

    body.nav-open #main-menu {
        display: block;
    }

    .main-menu {
        display: none;
    }

    body.nav-open .main-menu {
        display: block;
    }

.backdrop {
    display: none;
    position: fixed;
    /* full-screen overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

    body.nav-open .backdrop {
        display: block;
    }

    h1 {
        font-size: clamp(40px, 4vw, 65px);
        margin: 0 0 30px 0;
        line-height: 1;
    }

    #tulip .part .caption {
        font-size: clamp(15px, 2vw, 40px);
    }

    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty {
        padding: 26px;
    }

    #tulip .contact .flex{
        max-width:600px;
    }

    #tulip .head{
        margin:10px 0 0 0;
    }

    #topwrapper #google_translate_element {
        position: absolute;
        right: 50px;
        top: 10px;
    }

    #topwrapper{
        height:50px;
    }


    #topwrapper .mobile{
        display:block;
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0;
    }
}

@media (max-width: 750px) {
    h1 {
        font-size: clamp(30px, 4vw, 65px);
    }

    #tulip .head .overlay {
        top: 20px;
    }

    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty {
        flex-basis: 36%;
    }

    #tulip .about {
        padding: 0px 0 40px 0;
    }

    #tulip .about .flex{
        flex-direction:column;
        padding: 150px 0 50px 0;
    }

    #tulip .about .pic{
        right:100px;
    }

    #tulip .about .right{
        margin:40px 0 0 0;
    }

    #tulip .about .right, #tulip .about .left{
        width:100%;
    }

    #tulip .about .pic{


        width:333px;
    }

    #tulip .about .bg{

    }

    #tulip .services h2{
        line-height:1;
    }


}

@media (max-width: 650px) {
    #tulip .rslides{
        display:block;
        max-height:100%;
        overflow:hidden;
    }

    #tulip .new .main{
        padding:100px 0 50px 0;
    }

    #tulip .head {
        margin: 0px 0 0 0;
    }


    #tulip .about, #tulip .mission,  #tulip .new, #footerwrapper {

        background: #fff;
        position: relative;
    }


    #tulip .head .overlay {
        top: 340px;
    }

    #topwrapper{

    height: 60px;
    background: #fff;
    position: relative;
}

    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    #tulip .services-bg-fixed{
        background-image:url(images/services-mobile.jpg);
        background-size: cover;
        background-position: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    #tulip .services{
        position: relative;
        z-index: 1;
        background:none;
    }

    #tulip h2{
        width:100%;
        margin:0 auto 30px auto;
    }


    #tulip .head {
        max-height: 100%;
        background:#fff;
    }

    #tulip .head .line{
        display:none;
    }

    #tulip .head .flex{
        display:none;
    }

    #tulip .rslides .caption{
        position:absolute;
        bottom:200px;
        left:0;
        width:100%;
        font-family: "museo-slab", serif;
        font-size: clamp(30px, 2.5vw, 40px);
        z-index:8;
        text-align:center;
        border-top: 1px solid #fff;
        padding: 60px 0 0 0;
    }

    #tulip .services {
        padding: 80px 20px 40px 20px;
    }

    #tulip .services .large {
        font-size:22px;
        letter-spacing:0;
    }

    #tulip .services h2{
        margin:0 0 20px 0;
        font-size:24px;
    }

    #tulip .quote {
        font-size: clamp(30px, 333.3vw, 30px);
        letter-spacing:0;
    }

    #tulip .mission .large {
        font-size: clamp(30px, 333.3vw, 30px);

    }

    #tulip .mission {

        padding: 0 0 50px 0;
        margin:-20px 0 0 0;
    }

    #tulip .contact .flex .left{
        width:100%;
        margin:0 0 40px 0;
        text-align:left;
    }

    #tulip .contact .flex .right{
        width:90%;
        padding:30px 5%;
    }

    #tulip .contact .flex{
        max-width:93%;
        justify-content: left;
        align-items:start;
        flex-direction:column;
    }

    #tulip .about {
        padding: 0px 0 0px 0;
    }


}

@media (max-width: 550px) {
    #tulip .new .tulip img {
        margin: -40px auto 20px auto;
    }

    #tulip .new .box{
        padding:0 0 30px 0;
    }

    #tulip .new .tulip img {
        margin: -40px auto 20px auto;
    }

    #tulip .new .line{
        margin:30px -5%;
    }

    #tulip .services h2{
        font-size:22px;
    }

    #tulip .services {
        padding: 80px 0px 40px 0px;
    }

    #tulip .services .caption.bot{
        width:95%;
        margin:0 auto;
    }

    #tulip .services .service, #tulip .services .service.last, #tulip .services .service.specialty {
        padding: 18px;
        border-right:none;
        flex-basis:39.5%;
        margin:0;
        border-top:none;
        border-left:none;
    }

    #tulip .services .mobile{
        display:block;
        padding:0 0 40px 0;
    }

    #tulip .services .desktop{display:none;
    }

    #tulip .about .pic {

        right:15px;
    }

    #tulip .services .service.top{
        border-top:1px solid #fff!important;
    }



    #tulip .services .service.odd{
        border-right:1px solid #fff!important;
    }

    #tulip .mission .right.flex{
        flex-direction:row;
        margin:0 0 50px 0;
    }

    #tulip .mission h2{
        margin:0 0 180px 0;
    }

    #tulip .mission .flex{
        flex-direction:column-reverse;

    }

    #tulip .mission .left{
        margin:0;
    }

    #tulip .quote {
        font-size: clamp(22px, 333.3vw, 24px);
    }

    #tulip .contact .flex{
        padding:200px 0  0px 0;
    }

    #footerwrapper .logo img {
        width: 140px;
    }

    #footerwrapper .contactinfo{
        margin:20px 0 20px 0;
    }

    #footerwrapper .logo{
        margin:0 0 20px 0;
    }

    #footerwrapper .flex, #footerwrapper .logo{
        flex-direction:column;
        margin:0;
        text-align:center;
        align-items:center;
        justify-content:center;
    }

    #footerwrapper{
        padding:80px 30px 30px 30px;
        border-top:1px solid #C7C7C7;
    }

    #tulip .contact .bottom{
        color:#72911D;
        padding:40px 0 80px 0;
        border-top:none;
        width:80%;
        margin:0 auto;
        font-size: 30px !important;
        font-weight: bold;


    }

    #tulip .contact .flex .left{
        text-align:center;
    }

    #tulip .contact .flex .right{
        width:75%;
        margin:0 auto;
    }

    #tulip .rslides .caption{
        bottom:30px;
    }


    #tulip .contact{
        background-position:top left;
        background-color:#fff;
        background-attachment:scroll;
        background-image:url(images/contact-mobile.jpg);
        background-repeat:no-repeat;
        background-size:100%;
    }

    #tulip .about .flex{
        padding:50px 0 0px 0;
    }

    #tulip .about .left img{
        width:100%;
        right:0;
    }

    #tulip .about .left .pic{
        position:relative;
        right:0;
        bottom:0;
    }

    #tulip .about .left .bg{
        display:none;
    }

    #tulip .about .left{

        width: 75%;
        margin: 0 auto;
        min-height:0;
    }

    #tulip .about .right {
        margin: 40px 0 50px 0;
    }

    #tulip .mission {
        padding: 30px 0 50px 0;
        border-top: 1px solid #D9D9D9;


    }


}