/*--
	Common Css
--*/

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 28px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fz-20{
  font-size: 20px;
}

a,
a:active,
a:focus,
a:active,
a:hover {
  text-decoration: none !important;
  color: #FF9900;
/*   font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
 */}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}


/* NAVBAR */

.navbar button:hover {
  border: #FF9900 1px solid;
}

.navbar a{
/*   background: #fed136;
 */}

.navbar .btn:hover{
  background: #FF9900;
  transition-duration: 0.3s;
}

#logo {
/*   color: #fed136;
 */
  color: #FF9900;
  font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
  font-size: 2.5em;
}

/*--
	Slider Start
--*/
#slider {
	background-image: url('../img/group3_scaled.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0% 68%;
  padding: 210px 0 100px 0;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 576px){
  #slider {
    background-image: url('../img/group3_scaled.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 60% 50%;
    padding: 210px 0 100px 0;
    height: 100%;
    position: relative;
  }

}


#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #FCF805, #636563);
  opacity: 0.2;
}

#slider .block {
  color: #E3E3E4;
}

#slider .block h1 {
/*   font-family: 'Roboto', sans-serif;
 */  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}

#slider .block h2 {
  font-size: 28px;
  line-height: 40px;
/*   font-family: 'Roboto', sans-serif;
 */  font-weight: 400;
  letter-spacing: 3px;
}


#slider .block p {
  font-size: 28px;
  line-height: 40px;
/*   font-family: 'Roboto', sans-serif;
 */  font-weight: 400;
  letter-spacing: 3px;
}

#slider button {
  background: #FF9900;
  font-weight: 300;
  color: white;
  border: 2px solid transparent;
  margin: -2px;
}

#slider button:hover {
/*   border: white 1px solid; */
  border: 2px solid white;
}

/* CUSTOM CSS */

#our-fleet h1 {

  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
  
}
/* 
.container-fluid {
  border: 1px red solid;
} */
/* 
#contact {
  border: 1px blue dotted;
} */

#contact h1,h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}

.stop-by li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}

.footer {
}

hr {
  border: 1px #fed136 solid;
  margin-top: 3%;
  width: 58%;
}

#hr-top{
  margin-top: 5%;
}

/* Original Brand position
.navbar-brand{
  font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
  font-size: 4em;
  margin-left: 3%;

}
*/


button[type=submit]:hover {
  background: #FF9900;
  transition-duration: 0.3s;
}

.icons a {
  text-decoration: none;
  color: black;
}
.icons a:link {
  color: #FF9900;
  }


.languages {
  align-items: center;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.contact-icons {
  font-size: 1.5em !important;
  color: #FF9900;
}


.borderlp {
  border: 1px red solid;
}

/* Aligns li text so it doesn't overflow */
li {
  overflow: auto;
  white-space: nowrap;
}


@media only screen and (max-width: 900px){
  .cc-revoke.cc-bottom {
    bottom:-2em;
    left:0em;
   }

  .cc-revoke {
    padding-top: 1em;
  }
  .cc-animate.cc-revoke{
    transition:transform 1s ease
  }
  .cc-animate.cc-revoke.cc-bottom{
    transform:translateY(2em)
  }

}

@media only screen and (max-width: 576px){
    #logo {
  font-size: 1.5em;
/*   flex-basis: 75%;
 */  }

}

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

  #slider .block {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1365px) and (max-width: 1367px){

  #slider {
  
  padding: 130px 0 280px 0;
  height: 100%;
  }

  #slider .block {

    margin-top: 50px;

  }
}

