@import url("https://use.typekit.net/res5trp.css");
@import url('/sites/cars/2016/uploads/2020/420/assets/CARS_-_Gilroy_Font_Family/CARS_-_Gilroy_Font_Family.css');

/* 
font-family: garamond-premier-pro, serif;
  font-family: 'Gilroy-Regular';
      font-family: 'Gilroy-SemiBold';
 */


 body{
    font-family: 'Gilroy-Regular';
 }

.content-wrapper, .container{
        overflow: hidden;
    }

    .header {
    
    left: 0;
    right: 0;
    height: auto;
    background-color: white;
    z-index:9;

    }

    .header-wrap{
        border-bottom:6px solid #4f4fa1;
        padding-bottom:1em;
    }

    .top-logo img {
    float: left;
    width: 260px;
    }

    .nav-container {
    float: right;
    }

    #call{
    display: block;
    text-align: right;
    font-family: garamond-premier-pro, serif;
    color:#4f4fa1;
    font-size: 26px;
    font-weight:600;
    letter-spacing: .04em;
    }

    #call:hover{
        color:#7a7afa;
        text-decoration:none;
    }

    header nav ul{
        padding-top:1.5em;
    }

    header nav ul li {
    display: inline-block;
    float: left;
    }
    header nav ul li:not(:first-child) {
    margin-left: 25px;
    }
    header nav ul li a {
    display: inline-block;
    outline: none;
    color: #666;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'Gilroy-Regular';
    }
    header nav ul li a:hover {
    color:#7a7afa;
    text-decoration: none;
    }


    .vehicle-strip {
        margin: 20px 0;
    }
      
    .vehicle-strip img {
        width: 14.66%;
        margin:4px;
        transition:1s;
        -webkit-box-shadow: 0 0px 8px #b6b6b6;
        -moz-box-shadow: 0 0px 8px #b6b6b6;
        box-shadow: 0 0px 8px #b6b6b6;
    }

   

    iframe{
        width:100%;
        border:0;
        height: 165em;
height:128em
    }
    
    .master-footer{
        padding:5em 0;
        background-color: #4f4fa1;
        color: white;
        display: inline-block;
        width: 100%;
        margin-top:2em;
    }

    .logo-address{
        float: left;
    }

    .footer-address{
        padding-left:1em;
    }

    .footer-address h4{
        font-family: 'Gilroy-SemiBold';
    }

    #footer-logo img{
        padding:1em 0;
        width: 180px;

    }

    .footer-links{
        float: right;
        margin-top:8em;
    }
    footer nav{
       float: left;
       padding: 0 2em;
    }

    footer nav ul{
        padding-inline-start: 0px;
    }

    footer nav ul li{
     list-style: none;
     padding: 0.5em 0;
    }

    footer nav ul li a{
        color: white;
    }
   
    footer nav ul li a:hover{
        color: white;
        text-decoration: none;
    }

  

    #copyright{
        color: white;
        text-align: center;
        display: inline-block;
        width: 100%;
        background-color: #4f4fa1;
        padding: 1em 0 4em;
        margin-top:-1px;
    }

    #copyright p{
        text-align: center;
    }

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


        header .nav-container{
            float:none;
            text-align: center;
        }

        header nav ul{
            padding-inline-start: 0px;
            display: inline-block;
        }

        header nav ul li:not(:first-child) {
            margin-left: 25px; 
            margin-left: 0;
        }

        header nav ul li{
            float: none;
            padding: 0 1em;
        }


        #call{
            text-align: center;
            padding: 2em 0 0;
            font-size: 24px;
            float: right;
        }



    }

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

        .top-logo img {
            position: relative;
            }

            .header {
            position: static;
            } 
            
            
          #call{
              float: none;
          }  

        .nav-container {
          position: fixed;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          z-index: -1;
          background: #fff;
          opacity: 0;
          transition: all 0.2s ease;
        }
        .nav-container ul {
          position: absolute;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          width: 100%;
        }
        .nav-container ul li {
          display: block;
          float: none;
          width: 100%;
          text-align:center;
          margin-bottom: 10px;
        }
        .nav-container ul li:nth-child(1) a {
          transition-delay: 0.2s;
        }
        .nav-container ul li:nth-child(2) a {
          transition-delay: 0.3s;
        }
        .nav-container ul li:nth-child(3) a {
          transition-delay: 0.4s;
        }
        .nav-container ul li:nth-child(4) a {
          transition-delay: 0.5s;
        }
        .nav-container ul li:not(:first-child) {
          margin-left: 0;
        }
        .nav-container ul li a {
          padding: 10px 25px;
          opacity: 0;
          font-size: 18px;
          font-weight: 600;
          transform: translateY(-20px);
          transition: all 0.2s ease;
        }
        .nav-open {
            position: relative;
            float: right;
            top: 1.8em;
            display: block;
            width: 48px;
            height: 48px;
            cursor: pointer;
            z-index: 9999;
            border-radius: 50%;
        }
        .nav-open i {
          display: block;
          width: 20px;
          height: 2px;
          background: #4f4fa1;
          border-radius: 2px;
          margin-left: 14px;
        }
        .nav-open i:nth-child(1) {
          margin-top: 16px;
        }
        .nav-open i:nth-child(2) {
          margin-top: 4px;
          opacity: 1;
        }
        .nav-open i:nth-child(3) {
          margin-top: 4px;
        }
     
      #nav:checked + .nav-open {
        transform: rotate(45deg);
      }
      #nav:checked + .nav-open i {
        background: #000;
        transition: transform 0.2s ease;
      }
      #nav:checked + .nav-open i:nth-child(1) {
        transform: translateY(6px) rotate(180deg);
      }
      #nav:checked + .nav-open i:nth-child(2) {
        opacity: 0;
      }
      #nav:checked + .nav-open i:nth-child(3) {
        transform: translateY(-6px) rotate(90deg);
      }
      #nav:checked ~ .nav-container {
        z-index: 9990;
        opacity: 1;
      }
      #nav:checked ~ .nav-container ul li a {
        opacity: 1;
        transform: translateY(0);
      }


      footer nav {
        padding: 0 1em;
      }

      .hidden {
        display: none;
      }


}

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

iframe{
  height: 190em;
}
}

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

.master-footer{
    padding: 3em 0 5em;
}

.logo-address{
    float: none;
    text-align: center;
}

.footer-address{
    padding-left: 0;
}

.footer-address p{
    text-align: center;
}

.footer-links{
    margin-top: 3em;
    float:none;
    display: grid;
    width: 100%;
    text-align: center;
}

.space{
    margin:1em 0;
}

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

iframe{
  height: 200em;
}
}
@media only screen and (max-width: 440px) {

    .top-logo img{
        width: 200px;
    }



}