/* Made by Frestobile */

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/1_0.png") no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
.no-padding{
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

@media (min-width: 768px) {
  .no-padding{
      padding-left: 10px;
      padding-right: 10px;
  }
}


.second {
  position: relative;
  background: url("../img/2_0.png") no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.second .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .second {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.third {
  position: relative;
  background-color: #e3f8fb;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.left-omargin{
    margin-left: 0px; 
}

@media (min-width: 768px) {
  .left-omargin{
      margin-left: -100px; 
  }
}

.third-img{
  padding-top: 1rem;
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .third-img{
    padding-top: 1rem;
    padding-left: 30px;
    padding-right: 30px;  }
}

.fourth {
  position: relative;
  background: url("../img/4_0.png") no-repeat center center;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 1rem;
}


.tel-top {
  width: 60%;
  position: relative;
  text-align: center;
  margin-top: -65px;

}

@media (min-width: 900px) {
  .tel-top {
    margin-top: -85px;
  }
}

@media (max-width: 760px)
{
.tel-top {
    margin-top: -51px;
  }

}

header.mailhead {
  background-image: linear-gradient( #e1fafc, #8ceffa);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header.mailhead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.mailhead {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  header.mailhead h1 {
    font-size: 3rem;
  }
}
