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

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

.header.shrink{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  transition: 1s;
}

.top-logo img {
float: right;
width: 75px;
padding-bottom: .5em;
}


nav ul {
float: left;
padding-top:1.2em;
padding-inline-start: 0px;

}
nav ul li {
display: inline-block;
float: left;
}
nav ul li:not(:first-child) {
margin-left: 25px;
}
nav ul li a {
display: inline-block;
outline: none;
color: #272529;
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
font-weight: bold;
text-decoration: none;
letter-spacing: 0.04em;
text-transform: uppercase;
}
nav ul li a:hover {
color: #808080;
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;
}

.btn-custom{
  background-color:white!important;
  color:black!important;
  /* width:250px; */
  border-radius: 0;
  border: 1px solid white;
  -webkit-box-shadow: 0 0px 8px #b6b6b6;
  -moz-box-shadow: 0 0px 8px #b6b6b6;
  box-shadow: 0 0px 8px #b6b6b6; 
}

.btn-custom:hover{
  transition: 2s;
  border:1px solid white;
  -webkit-box-shadow: 0 0px 8px #fff;
  -moz-box-shadow: 0 0px 8px #fff;
  box-shadow: 0 0px 8px #fff;
}

.social-media{
  padding: 1em 0;
}

.social-media .btn-custom{
  width:50px;
  margin:4px;
}

video{
  padding: 10px;
  background-color:white;
  -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;
}

.master-footer{
  padding:5em 0;
  text-align: center;
  background-color: #e5e5e5;
}

#footer-logo{
  padding:1em 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin:0 auto;
}

#footer-text{
  color:#27252a;
}

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

  .top-logo img {
      position: relative;
      }

      .header {
      position: static;
      }   

  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #f9f9f9;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align:left;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  .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;
    color: #272529;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav-open {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #EA1B23 ;
    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: #EA1B23 ;
  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);
}
.hidden {
  display: none;
}


.vehicle-strip img {
  width: 14%;
  margin:2px
}