
/* ------------ Google Fonts ------------ */
@media (min-width: 751px) { 
  .header-style {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 125px;
  };      
}

@media (max-width: 750px) { 
  .header-style {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 75px;
  };      
}

.social-style {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 85px;
}

.p-style {
   font-family: 'Roboto', sans-serif;
}

.shift-left {
  padding-left: -100px;
  padding-top: -100px;
}

.bg-esdras {
  background-image: url('https://s3.us-east-1.amazonaws.com/esdrasluna.com/assets/img/esdras13.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
}


/* ------------ Hide Email on Small Screen ------------ */
@media (max-width: 750px) { 
  .hide-small {   
    display: none;
  };      
}

/* ------------ Nav Height ------------ */
.h-28{
  height: 28px;
}

.nav-custom {
  height: 80px;
}



/* ------------ Small Screen Text Center ------------ */

@media (max-width: 992px) { 
  .sm-text-center{   
    text-align: center;
  };      
}

/* ------------ Small Screen SVG ------------ */

@media (max-width: 992px) { 
  .svg-size-sm{   
    width: 50px;
    height: 50px;
  };      
}


/* ------------ Nav Blue Underline Interaction ------------ */
@media (min-width: 992px) { 
  .nav-text-blue-underline {
      color: #212529 !important;
  }

  .nav-text-blue-underline:focus,
  .nav-text-blue-underline:hover {
      color: #212529 !important;
      text-decoration: underline 5px #1f359a;
      text-underline-offset: 27px;
  }

  .nav-text-blue-underline.active,
  .nav-text-blue-underline:active {
      color: #212529;
      text-decoration: underline 5px #1f359a;
      text-underline-offset: 27px;
  };
}

/* ------------ Centering Header Text ------------ */
@media (max-width: 575.98px) { 
  .center-header {
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-header {
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-header {;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-header {
    text-align: left;
  };
}



/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .center-form {
    margin: auto;
    width: 100%;
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-form {
    margin: auto;
    width: 80%;
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-form {
    margin-left: 40px;
    width: 70%;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-form {
    margin-left: 20px;
    width: 60%;
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}










/* ------------ Custom Buttons ------------ */
.btn-fastlane {
    color: #fff;
    background-color: #1f359a;
    border-color: #1f359a;
}
.btn-fastlane:hover {
    color: #fff;
    background-color: #1e263b;
    border-color: #1e263b;
}

.btn-fastlane-dark {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}
.btn-fastlane-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-fastlane-nav {
    color: #fff;
    background-color: #1f359a;
    border-color: #1f359a;
    border-radius: 50px;
}
.btn-fastlane-nav:hover {
    color: #fff;
    background-color: #1e263b;
    border-color: #1e263b;
    border-radius: 50px;
}

.btn-review {
    color: #000;
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}
.btn-review:hover {
    color: #000;
    background-color: #c6c7c8;
    border-color: #c6c7c8;
}

.btn-blue-dark {
    color: #fff;
    background-color: #1f359a;
    border-color: #fff;
}
.btn-blue-dark:hover {
    color: #fff;
    background-color: #15256b;
    border-color: #fff;
}

.btn-form {
  color: #fff;
  border-color: #fff;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  width: 100%;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ Custom Form Fields ------------ */
.form-blue-dark,
.form-blue-dark:focus {
  color: #fff;
  background-color: #15256b;
  border-color: #15256b;
}

/* ------------ Center Objects ------------ */
.center {
margin: auto;
width: 70%;
}

/* ------------ Center Google Partner ------------ */
.center-google {
margin: auto;
}

/* ------------ Custom Form Text ------------ */
.form-text {
  color: #fff;
}

/* ------------ Blue Background Color ------------ */
.bg-gold-grad {
  background: radial-gradient(ellipse at top, #f6e4d5, transparent),
            radial-gradient(ellipse at bottom, #9d7b63, transparent);
}

.bg-blue-grad {
  background: radial-gradient(ellipse at top, #bad6e7, transparent),
            radial-gradient(ellipse at bottom, #315d7b, transparent);
}

@media (min-width: 576px) { 
  .min-h-400 {
    min-height: 400px;
  };
}

@media (min-width: 992px) { 
  .min-h-400 {
    min-height: 580px;
  };
}

@media (min-width: 1200px) { 
  .min-h-400 {
    min-height: 480px;
  };
}

@media (min-width: 1400px) { 
  .min-h-400 {
    min-height: 400px;
  };
}

@media (max-width: 575.9px) { 
  .min-h-services {
    min-height: 375px;
  };
}

@media (min-width: 576px) { 
  .min-h-services {
    min-height: 460px;
  };
}

@media (min-width: 992px) { 
  .min-h-services {
    min-height: 375px;
  };
}

@media (min-width: 1200px) { 
  .min-h-services {
    min-height: 325px;
  };
}

@media (min-width: 1400px) { 
  .min-h-services {
    min-height: 300px;
  };
}


.min-h {
  min-height: 300px;
}

.min-h-200 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.max-w-600 {
  max-width: 600px;
}


/* ------------ Blue Text ------------ */
.blue-text {
  color: #1f359a;
}

/* ------------ Vertical Line ------------ */
.vertical-line {
    padding-left: 1rem;
    border-left: 1px solid #212529 !important;
}

.vertical-line-white {
    padding-left: 1rem;
    border-left: 1px solid #ffffff !important;
}






/* ------------ Custom Nav Dropdown ------------ */
@media (max-width: 575.98px) {
  .nav-link-small {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link-small:hover {
    color: #212529 !important;
    text-decoration: underline 5px #9d7b63;
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
    margin-top: 10px;
  };      
}

@media (min-width: 576px) { 
  .nav-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #9d7b63;
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #9d7b63;
    text-underline-offset: 27px;
  };
}



.footer-link {
  color: #ffffff;
}

/* ------------ Square Button ------------ */

.square-button-text {
    color: #1f359a !important;
}

.square-button-text:focus,
.square-button-text:hover {
    color: #ffffff !important;
}

.square-button-text.active,
.square-button-text:active {
    color: #1f359a;
    text-decoration: none;
    background-color: transparent;
}

.btn-square {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
    margin: 1rem 1rem 1rem 1rem !important;
    padding: 1rem 0rem 0rem 0rem !important;
    width: 8rem;
    display: block;
    text-decoration: none;
}

.btn-square:focus,
.btn-square:hover {
    background-color: #1f359a !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
}

.box-center {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 25px;
}

.overlap-up {
  margin-top: -95px;
}

@media (max-width: 575.98px) { 
  .align-xs-items{   
    flex: 0 0 auto;
    width: 50%;
  };      
}

.rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.min-h-260 {
  min-height: 260px;
}

.box-width {
  max-width: 400px;
}

.profile-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  min-height: 580px;
}

/* ------------ Rounded Image ------------ */

.rounded-image {
  border-radius: 25px;
}




/* ------------ Background Video ------------ */

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper { 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

.header-text-shadow {
    text-shadow: 1px 1px 5px #000000;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


/*
@media (max-width: 750px) {
    #background-video { display: none; }
    body {
      background: url("https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/png/shop.png") no-repeat;
      background-size: cover;
    }
}

/* ------------ Webaam Logo Bottom ------------ */

.logo-bottom {
    width: 100px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.logo-bottom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-bottom:hover .img-top {
    display: inline;
}


.white-hex {
    width: auto; /* Set the width of the div */
    height: auto; /* Set the height of the div */
    background-image: url('https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/png/white-hex2.png'); /* Replace 'path-to-your-image.jpg' with your image's path */
    background-size: cover; /* This will cover the entire viewport of the div */
    background-position: center; /* This will center the image in the div */
    background-repeat: no-repeat; /* This will prevent the image from repeating if it's too small for the div */
}