@media screen and (max-width: 1700px) {
    .logo {
        max-width: 250px;
    }
}
@media screen and (max-width: 1650px) {
    .video-txt{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 22pt;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1500px) {
    .video-wrapper{
        height: 75vh;
    }
    .video-txt{
        font-size: 18pt;
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .video-small-txt{
        font-size: 18pt;
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .content-row .col-lg-6{
        padding: 1rem 3rem !important;
    }

    .card-image{
        float: left;
        border: none;
        width: 25%;
        margin: 0;
    }
    .card-image .card-body{
        min-height: 80vh;
    }

    .card-only-text{
        margin: 0;
        width: 13rem;
    }
    .card-only-text .card-body{
        padding: 30px;
    }
    .fas.fa-chevron-right.fa-4x{
        color: #fff;
        margin-top: 40px;
        transform: translateX(50%);
    }
    .nav-link {
        font-size: 11pt;
    }
    .nav-item .btn-orange.round {
        font-size: 10pt;
    }
}

@media screen and (max-width: 1400px) {
    .order-md-0 {
        -ms-flex-order: 1;
        order: 1;
    }
    .nav-link, .nav-link.active{
        line-height: 50px;
        border-bottom: none;
    }
      .nav-btn a{
            margin: 1rem 0;
        }
}
@media screen and (min-width: 1800px) {
    .logo {
      display: block;
      position: relative;
      left: 50vw;
      transform: translateX(-50%);
    }
}

@media screen and (max-width: 1200px) {
    .card-image{
        width: 50%;
        max-width: 50%;
    }
    .card-image .card-body{
        min-height: 390px;
    }
    .nav-link.dropdown-toggle{
        padding: 0;
        position: absolute;
        right: 10px;
    }
    .dropdown-toggle{
        margin-top: .75rem;
        cursor: pointer;
    }


}
@media screen and (max-width: 992px) {
    .navbar-nav{
        position: static;
    }
    .dropdown-menu{
        position: absolute !important;
        right: 0;
    }
    .navbar-logo{
        margin: 0;
    }
    .logo{
        max-width: 200px;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
        right: 3%;
    }
    .nav-link {
        margin-left: 5px;
    }
    .navbar-nav{
        margin: 0;
    }
    .video-txt{
        font-size: 16pt;
    }
    .video-small-txt{
        font-size: 16pt;
    }
    h1{
        font-size: 40pt;
    }
    h2{
        font-size: 25pt;
    }
    h3{
        font-size: 15pt;
    }
    .p-content{
        padding: 10px 50px;
    }
    .content-row ul li{
        margin-left: 20px;
    }
    .quote-row{
        padding: 0 15px;
    }
    .mlr{
        margin: 0 0 0 auto !important;
    }
    .mrl{
        margin: 0 auto 0 auto !important;
    }
    .nav-item{
        margin: .25rem 0;
    }
    .nav-btn{
        margin: 0 !important;
    }
    .nav-link{
        line-height: 25px;
        border-bottom: none;
    }
    .nav-link.active {
        line-height: 25px;
        border-bottom: none;
    }

    .nav-link span, .nav-link.active span{
        border-bottom: none;
    }
    .circular-landscape-mobile {
        width: 200px;
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .circular-landscape-small {
        margin: 0 20px 0 0;
    }
    .nav-item.ml-3{
        margin: 1rem 0 0.5rem 0.25em !important;
    }

    .footer-menu .p-3{
        padding: 1rem 0rem !important;
    }

}
@media screen and (max-width: 767px) {
    .video-wrapper{
        height: 80vh;
    }
    .quote-row h1, .quote-row h2, .quote-row h3{
        padding: 0 20px;
    }
    h1{
        font-size: 25pt;
    }
    h2{
        font-size: 20pt;
    }
    h3{
        font-size: 17pt;
    }
    .content-row p, .content-row ul li{
        font-size: 13pt;
    }
    .content-row .col-lg-6{
        padding: 1rem 3rem !important
    }
    .card-image .card-body{
        min-height: 410px;
    }
    .card-image{
        margin: 0;
        width: 100%;
        height: auto;
    }
    .card-image .card-body{
        transform: translateY(-10%);
    }
    .card-image img{
        height: auto;
    }
    .content-row ul li::before {
        content: "\2022";
        color: #1898d7;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 50px;
        transform: translate(20px, 13px);
    }
}
@media screen and (max-width: 600px) {
    .card-image {
        width: 100%;
        max-width: 100%;
    }
    .card-image .card-body {
        min-height: auto;
    }
    .card-image .card-body{
        transform: translateY(-15%);
    }
    .video-small-txt{
        font-size: 16pt;
    }

}
@media screen and (max-width: 450px) {
    .card-image img{
        width: 93vw;
    }
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 50px !important;
        position: relative;
    }
}
@media screen and (max-width: 345px) {
    .logo{
        max-width: 150px;
    }
    .navbar-toggler{
        position: absolute;
        top: 15px;
        right: 3%;
    }
    .video-txt{
    }
    .card-image img{
        width: 92vw;
    }
    .video-small-txt{
        font-size: 16pt;
    }
}

