body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }
  
  .bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30),rgba(0,0,0,0.30)), url(images/background-1.jpg);
    min-height: 100%;
  }
  
  .bgimg-2 {
    background-image: url("images/background-2.jpg");
    min-height: 400px;
  }
  
  .bgimg-3 {
    background-image: url("images/background-3.jpg");
    min-height: 400px;
  }
  
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
  }
  
  .caption span.border {
    background-color: transparent;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    border: 1px solid white;
  }
  .caption span.border_2 {
    background-color: transparent;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    border: 1px solid white;
  }
  
  .first{
    color: #777;
    background-color:white;
    text-align:center;
    padding:30px 80px;
    text-align: center;
  }
  .first h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }
  .second{
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:50px 80px;
    
  }
  .second h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #ffffff;
  }
  .third{
    color:#ddd;
    background-color:#282E34;
    padding:50px 80px;
    text-align: center;
  }
  .third p{
    font-size: 20px;
  }
  .between{
    position:relative;
  }
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  }



/*-----Tools-------*/

.row{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.weight{
    flex-basis: 19%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.text{
    width: 100%;
    
}
.text p{
    font-size: 30px;
}
.roweight-phone, .round{
  display: none;
}
@media(max-width: 700px){
  .first, .second, .third{
    padding: 20px 10px;
  }
  .caption span.border_2 {
    letter-spacing: 5px;
  }
  .row-phone{
    display: flex;
    justify-content: space-between;
  }
  .row{
    flex-direction: column;
    width: 80%;
    padding: 0 5px;
  }
  .weight{
    padding: 5px 6px;
  }
  .text p{
    font-size: 20px;
}
.roweight{
  display: none;
}
.roweight-phone{
  display: flex;
}

.round{
  display: contents;
}
.third p{
  font-size: 12px;
}
  
}

/*---navigation---*/
.logo{
  width: 220px;
  cursor: pointer;
}
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav .bottom{
  position: absolute;
  bottom: 60px;
  left: 50%;
}
.sidenav .bottom a{
  font-size: 20px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}
.topnav-right {
  margin: 25px 25px;
  float: right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}
@media(max-width: 700px){
  .logo{
      padding: 10px;
      width: 170px;
  }
  .banner{
      height: 100vh;
  }
  .bottom-text{
      display: block;
      padding-bottom: 5px;
  }
}

/*-------Footer-------*/
.footer{
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.footer h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}
.icons .fa{
  color: #f44336;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}
.fa-fire{
  color: #f44336;
}