body {
  font-size: 125%;
}

/*Map integration*/
.iframe-container {
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}

.iframe-container iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

p {
  font-size:150%;
}

address {
  font-size:150%;
  text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.box-shadow-down-left {
  box-shadow: 5px 5px rgba(0, 0, 0, 0.20);
}

.box-shadow-down-right {
	box-shadow: -5px 5px rgba(0, 0, 0, 0.20);
}

.box-shadow-all-around {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

.text-shadow-black {
  text-shadow: 0 0 20px #000,0 0 20px #000;
}

.text-shadow-white {
  text-shadow: 0 0 20px #fff;
}

.bold {
  font-weight: bold;
}

.bold-light {
  font-weight: 500;
}

.img-center {
  display: block;
  margin:0 auto;
}

#top-bar {
  background-color: white;
}

#nav-bar {
  background-color: rgba(0,0,0,0.5);
}

header.sticky > #nav-bar {
  background-color: rgba(0,0,0,0.5);
}

#nav-bar a {
  color:white;
}

.text-white {
  color: white;
}

.link {
  transition: all 0.5s ease-in;
}

.link:hover {
  color: #74b3f2;
}

#nav-bar a {
  transition: all 0.2s ease-in;
}

#nav-bar a:hover {
  color: #74b3f2;
}

.bg-primary {
  background-color: #14589D;
}

.text-primary {
  color: #0B76C6;
}

.background-tracteur {
  background: url(../img/bg.jpg) no-repeat left center;
  background-size:cover;
}

.feature-content {
  /*height:350px;*/
  background-color: white;
}

.feature-content h5 {
  font-weight: bold;
  height: 40px;
  font-size:160%;
}

.feature-content p {
  text-align: justify;
}

.list-inline>li {
  font-size:150%;
}

.blue-box {
  height: 200px;
  background-color: #14589D;
  border: 10px solid #FFF;
  border-radius: 5px;
  text-align: center;
}

.blue-box-icon {
  font-size:72px;
  color:white;
  position: relative;
  top: calc(50% - 36px);
}

.text-underline {
  text-decoration: underline;
}

address {
  font-size: 200%;
}

address strong {
  font-size:100%;
}



#nav-bar a {
  font-size: 150%;
}

.bold {
  font-weight: bold;
}

.justify {
  text-align: justify;
}

.underline {
  padding-bottom: 5px;
  border-bottom: 5px solid #14589D;
  display: inline-block;
}

.underline-round {
   background: transparent;
    border-radius: 10px;
    height: 7px;
    display: inline-block;
    box-shadow: 0 45px 0 0 #14589D;
    font-family: sans-serif;
    margin-bottom: 70px;
}

.full-length {
  height: 100vh;
  max-height: 1000px
}

.equipement {
  background-color: rgba(0,0,0,0.5);
  padding-left:10px;
  padding-right:10px;
}

.ml-30-no-mobile {
  margin-left:30px;
}

.form-control.bordered {
  border-color:#FFF;
}

.btn {
  border-radius: 10px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

@media (max-width:1265px) {
  /*.feature-content {
  height: 500px;
  }*/
}

@media (max-width:1048px) {
  /*.feature-content {
  height: 550px;
  }*/
}

@media (max-width:993px) {
  /*.feature-content {
    height: 200px;
  }*/

  #nav-bar a {
    color:black;
  }

  .background-tracteur {
    /*background: white;*/
  }

  .no-text-shadow-mobile {
    text-shadow: none;
  }

  .bg-primary {
    background: transparent;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
  }

  .bg-secondary {
    background: transparent;
    text-shadow: 0 0 20px #000;
  }

  .equipement {

  }

  .ml-30-no-mobile {
    margin-left:0px;
  }

}

/*Meida Queries*/
@media (min-width:481px) and (max-width: 768px)  {
/*Mobile Phones*/

}
@media (min-width:769px) and (max-width:991px)  {
/*Tablet and small laptop*/

}
@media (min-width:992px) {
/*Laptop and desktop*/

}

#contact-form input::-webkit-input-placeholder {color:#FFF;}
#contact-form input::-moz-placeholder          {color:#FFF;}
#contact-form input:-moz-placeholder           {color:#FFF;}
#contact-form input:-ms-input-placeholder      {color:#FFF;}

#contact-form textarea::-webkit-input-placeholder {color:#FFF;}
#contact-form textarea::-moz-placeholder          {color:#FFF;}
#contact-form textarea:-moz-placeholder           {color:#FFF;}
#contact-form textarea:-ms-input-placeholder      {color:#FFF;}
