html
{

font-family: 'Lato', sans-serif;
    }
body {
  background: #fcfcfc;
  color: #353535;
    font-family: 'Lato', sans-serif;
}
.hidden-mobile{
    visibility: hidden;
}
p{
    margin-bottom: 0.5rem;
}
section {
    padding: 0;
}
.navbar-light {     background: rgba(255, 255, 255, 0);
    
}

img {
    max-width: 100%;
    height: auto;
  }
  .imgsmall {
    max-width: 50%;
    height: auto;
  }
  #main-section{
  background-image: linear-gradient(to bottom, rgba(0,0,0, 0) 10%, rgba(0, 0, 0, 0.3) 100%, transparent 1%), url("../img/img2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
  .balanced-class{
    min-width: 368px;
    min-height: 236.25px;
    /* 560px, 315px */
    
  }
.logoplace {
    width: 250px;
    height: auto;
    position: relative;
    top: 0;
}
.borderline {
    border: 1px solid rgb(204, 204, 204); 
    border-radius: 2px;
    min-height: 20rem;
}
/*a:hover, .btn:hover {*/
/*    text-decoration: none;*/
/*    color: #33cc57;*/
/*}*/
/* Backgrounds */

.bg-green{
    background-color: #28a745;
}
.bg-green-lime{
    background-color: #28a745;
}
.bg-gray {
    background-color: #353535;
}
.bg-light-gray {
    background-color: #bebebe;
}


/* ALIGNMENT */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
.ourwork img {
    width: 100%;
    height: auto;
}
/* =============LINKS ====================== */

.nolink, .nolink:hover {
    text-decoration: none!important;
}

/* ======NAVBAR ======= */

.navbar {
/*  border-bottom: #008ed6 3px solid;*/
  opacity: 0.95;
}
.navbar a{
/*  border-bottom: #008ed6 3px solid;*/
    border-radius: 5px;
}
.navbar-dark{
    background: rgba(0, 0, 0, 0.8);
}
.navbar-light{
    background: rgba(255, 255, 255, 1);
}
/* =========================PADDINGS =========================== */

.special-padding {
    padding-top: 6rem;
}
.small-padding {
    padding-top: 25px;
}
.medium-padding {
    padding-top: 50px;
}
.big-padding {
    padding-top: 100px;
}
/* ======EXTRA MARGINS ===== */
.zero-mp {
    margin: 0!important;
    padding: 0!important;
}

/* ======OFFSET ======== */
.middle-content{
    max-width: 240px;
}

.offset-precious {
    margin-left: calc(50% - 240px/2);
}
.margin-precious{
    margin-left: calc(10%/6);
    margin-right: calc(10%/6);
}
.col-lg-30{
    max-width: 30%;
}

/* =====ROUNDED-CORNERS ======== */
.small-corners {
    border-radius: 3px;
}
.medium-corners {
    border-radius: 5px;
}
.averadge-corners {
    border-radius: 10px;
}
.big-corners {
    border-radius: 20px;
}

/* =========================MIN-HEIGHTS =========================== */

.min-height-xs{
    min-height: 1rem;
}
.min-height-s{
    min-height: 2rem;
}
.min-height-m{
    min-height: 3rem;
}
.min-height-l{
    min-height: 4rem;
}
.min-height-xl{
    min-height: 5rem;
}
.min-height-2xl{
    min-height: 12rem;
}
.min-height-3xl{
    min-height: 7rem;
}
.min-height-4xl{
    min-height: 7rem;
}


/*
.navbar a:hover{
border-bottom: #008ed6 3px solid;

}
*/

/* .glow a:hover{ 
    transition: 2s;
  animation: pulse 2s infinite;
  animation-timing-function: linear;   
    animation: glow 2s infinite alternate;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1)}
  100% { transform: scale(1) }
}
@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #7ed56f;
  }
  to {
    box-shadow: 0 0 10px 10px  #28b485;
  }
} */
/* =========OVERLAYS ======= */

.dark-overlay {

  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}



/* ================================TEXT=============================== */
/* Text-colors */

.text-green-lime{
    color: #28a745!important;
}
.text-green-happylime{
    color: #5aeb21!important;
}
.text-depressed-gray{
    color: #5e5e5e!important;
}
.text-whiteking{
    color: #EEE!important;
}

.text-forest-dark {
    color: #168b64!important;
        
}
/*Text-sizes*/
.text-size-xxs{
    font-size: 0.6rem;
}

.text-size-xs{
    font-size: 0.95rem;
}

.text-size-small{
    font-size: 1rem;
}

.text-size-defo{
    font-size: 1.1rem;
}

.text-size-average{
    font-size: 1.3rem;
}


.text-size-medium{
    font-size: 1.7rem;
}

.text-size-medium-navigation-special{
    font-size: 1.7rem;
}

.text-size-mediumlg{
    font-size: 2.2rem;
}

.text-size-lg {
    font-size: 2.0rem;
}
.text-size-lg1{
    font-size: 2.6rem;
}

.text-size-xl{
    font-size: 3.5rem;
}
/* Special text size */

.text-special
{
    font-size: 1.3rem;
    font-weight: 800;
}

/* Text-weight */

.text-weight-bold
{
    font-weight: 800;
}
.text-weight-bolds
{
    font-weight: 900;
}

/*==============SECTIONS==========================*/





#main-section{
    position: relative;
}

#main-section::before{
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    /* background-image: linear-gradient(to bottom, rgba(0,0,0, 0) 10%, rgba(0, 0, 0, 0.6) 100%, transparent 1%), url("../img/road.jpg"); */
    background-size: cover;
    background-position: bottom;
}

#section-fueldrain{
    position: relative;
}
#section-ourwork {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, transparent 1%);
        z-index: 2;
}

#section-fueldrain::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0, 0) 10%, rgba(0, 0, 0, 0) 100%, transparent 1%), url("../img/car-cool.jpg");
    background-size: cover;
    background-position: middle;
    filter: grayscale(10);
}
#custom-section {
    background-image: linear-gradient(100deg, #960000 10%, #191919 55%, transparent 1%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.contact-section-bg {
    padding: 5rem 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 70%, rgb(0,0,0, 0.6) 100%, transparent 50%), url("../img/fuels.jpg");
}



/*==============ICONS==========================*/


/* SPECIALS */

.responsive-images {
    max-width: 100%;
    height: auto;
  }
  .visibility-hide {
      visibility: none;
      border-width: 0px!important;
  }


/* ======MAP-TINT ===== */
.maptint{
    background-color:#67b93b;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
}

/*Media queries, grid*/

@media (max-width: 820px)  {
    #services-section {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.8) 100%, transparent 1%), url(../img/womansmall.jpg);
    min-width:inherit;
    min-height: 300px;
}
.text-size-lg {
    font-size: 1.8rem;
}
    #main-section{
        background-attachment: scroll!important;
    }
#myVideo2 {
    max-width: 100%;
    display: none!important;
    left: 0%!important;
  }
  .left-adjustment{
    left: 0%!important;
    }

      .contact-card__form {
    width: 100%;
      padding: 0.5rem!important;
    }
    .special-padding {
        padding-top: 1rem!important;
    }
    .text-size-lg{
    font-size: 1.5rem;
}
    .text-size-xl{
    font-size: 2.2rem;
        
}
    .text-size-medium{
    font-size: 1.25rem!important;
}
    .adjustment-tablet{
        text-align: left!important;
    }
    .logoplace {
        left: 0rem!important;
        width: 50px;
    }
    .noflower{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
    }
    #myVideo {
        min-width: 100%;
        position: absolute;
        min-height: auto !important;
        zoom: 1.2;
        left:50%;
        transform: translateX(-50%);
        overflow: hidden;
        z-index: -2;
        object-fit: fill;
      }
      .noflower-small {
        width: 100vw; /* 90% of viewport vidth */
        height: 50.625vw; /* ratio = 9/16 * 90 = 50.625 */
        max-height: 90vh;
        max-width: 160vh; /* 16/9 * 90 = 160 */
        margin: auto;
        top:0;bottom:0;
        left:0;right:0;
    }
    .center-for-mobile {
        text-align: center!important;
    }
      /* NAvbar tuning */
}

    
    
    @media (max-width: 540px) {

    #custom-section{
        text-align: center!important;
            background-image: linear-gradient(105deg, #960000 10%, #191919 100%, transparent 1%)!important;
    }
    .logoplace {
        left: 0rem!important;
    }
    #myVideo2 {
        max-width: 100%!important;
        left: 0%!important;
        display: block!important;
      }
      .left-adjustment{
        left: 0%!important;
        }
      

        

.text-size-medium-special{
    font-size: 0.9rem!important;
}
    .text-size-small{
    font-size: 1rem;
}
        .text-size-xs{
    font-size: 0.95rem;
}
    .text-uppercase{
        text-transform: uppercase;
    }
    .navbar-dark{
    background: rgba(0, 0, 0, 0.5);
}
    .text-onsmall-none 
{
    visibility: hidden!important;
}
}

@media (max-width: 400px) {

    #myVideo2 {
        max-width: 100%!important;
        left: 0%!important;
      }
    .left-adjustment{
        left: 0%!important;
    }
    .min-height-2xl{
        min-height: 20rem!important;
    }
    .logoplace {
        width: 100px!important;
    }
    }



/*===========================*/

.contact-card {
  background-size: 100%;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  min-height: 12rem; }
  .contact-card__form {
    width: 100%;
      padding: 1.5rem 2rem;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 10%, rgb(0,0,0, 0.6) 100%, transparent 50%); 
}

/* ===== FOR MAP ===== */
.map {
    height: 400px;
    width: 100%;
  }

  #mapwrapper{
    opacity:0.8;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    }

    /* Video */

    /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 30%;
    z-index: -2;
  }
  #myVideo2 {
    max-width: 67%;
    overflow: hidden;
    object-fit: fill;
    margin-right: auto;
    display: block;
    z-index:1;
    left: -2%;
    position: relative;
  }
  .left-adjustment{
    left: -9%;
}
  .absolute-text{
    position:absolute;
    top:0;
    left: 9rem;
    z-index:3;
  }
  .absolute-text-paragraph{
    position:absolute;
    top:100px;
    z-index:3;
  }

/* =====================FIXES =========================== */

.btn-success:hover {
    background-color: rgb(0, 65, 0);
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

/*.nav-item {*/
    /* Same as before */
/*    background: linear-gradient(to right, #3ae462, #32ce56 50%, #28a745 50%);*/
/*    background-clip: text;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-size: 200% 100%;*/
/*    background-position: 100%;*/
/*    transition: background-position 275ms ease;*/
/*  }*/
/*  .nav-item:hover {*/
/*    background-position: 0 100%;*/
/*}*/
/* .wrongclass-bg-whitelime {
    background: linear-gradient(to right, #45f16d, #45f16d 100%);
} */
.wrongclass-bg-greenlime {
    background: linear-gradient(to right, #0af502, #0af502 100%);
}
  
  .z-1000{
      z-index: 1000;
  }
  .pos-absolute{
      position: absolute;
  }

  .rotator {

    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Bootstrap fix */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: none!important;
}
.navbar-light .navbar-toggler {
    /* color: rgba(0,0,0,.5); */
    border-color: rgba(0,0,0,0);
}

.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #ffffff;
    border:none;
}

.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 3px;
    background-color: #28a745;
    margin-bottom: 5px;
}
.overlayvid {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 30%, rgba(255, 255, 255, 0))
}
.optout{
    z-index: 2;
}
.inline-for-web {
    display: inline-block!important;
}
