/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.head-h1{margin:20px auto;text-align:center}

header.masthead {
  background-color: #343a40;
  /*padding-top: 1rem;
  padding-bottom: 1rem;*/
}
header img{width:100%;}

header.masthead .head {
  position: absolute;
  /*background-color: white/*#212529* /;*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*opacity: 0.6;*/
}

header.masthead h1 {
  font-size: 2rem;
    text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}

@media (min-width: 768px) {
  header.masthead {
    /*min-height:400px;*/
    /*padding-top: 12rem;
    padding-bottom: 12rem;*/
  }
  header.masthead h1 {
    font-size: 4rem;
    margin-top:30px;
  }
}

.showcase{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.showcase-img-1{
  background-image: url('../img/bg-showcase-1.jpg');
}
.showcase-img-2{
  background-image: url('../img/bg-showcase-3.png');
}
.showcase-img-3{
  background-image: url('../img/bg-showcase-2.jpg');
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding: 2rem;
  background-color: black;
}
.testimonials h2{
  color: white;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  /*background: url("../img/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-size: 120%;
}
.call-to-action img{
  width:100%;
  border: 6px solid black;
}
.call-to-action a{
  color: white;
  text-decoration: underline;
  margin-top: 30px;
  display:block;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tel-head{
  font-size: 30px;
  text-align: right;
}
.company-head{
  font-size: 30px;
  text-align: left;
}
section.info{
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
section.info>img{flex: 0.2 0.6 20%;}

.offers>div{
  background-color: whitesmoke;
  text-align: left;
  padding: 10px;
}
.global-icon{font-size: 10rem;}
.testimonials .wrench {color:white;display:flex;margin-bottom: 20px;}
#cookie_policy_alert{
    position: fixed;
    width:90%;
    bottom: 0;
    left: 5px;
    right: 5px;
    background-color: black;//#ffe23b;
    color: white;
    margin: 10px auto;
    padding: 5px 50px 5px 5px;
    z-index: 99999;
    //height: 100px;
    border-radius: 5px;
    opacity: 1;
}

#cookie_policy_alert  h4{
  color: white;
  margin: 10px;
}
#cookie_policy_alert .close_button{
  float:right;
  margin-right: -40px;
  top: 45px;
  display: block;
  background-color: silver;
  border-radius: 2px;
  padding: 2px;
  font-weight: bold;
}