
.repair{
    height: 400px;
    margin: 0%;
    background-image: url(../images/contact.jpg);
    
}
.repair h1{
    margin: 0%;
    line-height: 400px;
    font-size: 70px;
    color: white;
    text-align: center;
}
.today{
    height: 350px;
}
.today h1{
    color: rgb(255, 123, 0);
    text-align: center;
    margin-top: 50px;
    font-family: sans-serif;
}
.today h2{
    text-align: center;
    font-weight: 5;
}
.box a{
    text-decoration: none;
    color: black;
}
.box {
    
    height: 150px;
    margin-left: 9%;
    margin-top: 40px;
    border-radius: 10%;
    text-align: center;
    float: left;
    width: 14%;
}
.call{
    text-align: center;
    height: 200px;
    

}
.call i{
    height: 50px;
    width: 50px;
    font-size: 50px;
    color: rgb(255, 123, 0);
    background-color: white;
    border-radius: 50%;
    border: 2px solid rgb(255, 123, 0);
    padding: 10px;
}
.touch{
    height: 550px;
    width: 55%;
    background-color: rgb(70, 70, 70);
    color: white;
    font: 1em sans-serif;
    float: left;
}
.touch h1{
    padding-top: 20px;
    padding-left: 20px;
}
.entry{
    width: 40%;  
   float: right;
    height: 550px;
}
.text{
    padding-top: 70px;
    text-align: center;
    font-family: sans-serif;
}
.entry h1{
    margin: 0%;
    padding: 20px;
    text-align: center;
    color: rgb(255, 123, 0);
}
  
  #background-video {
  
  height: 550px;
   
   margin-left: 8%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  }
  .menu2{
    width: 50%;
    float: left;
  }
  .menu2 a{
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px;

    text-align: left;
  }
  .menu2 i{
    padding: 10px;
  }
  .fo{
    height: 550px;
  }
  .menu3{
    width: 50%;
    float: left;
  }
  .menu3 i{
    padding: 10px;
  }
  .menu3 a{
    text-decoration: none;
    color: white;
  }
@media only screen and (max-width:900px) {
    .today{
        height: 660px;
    }
    .box{
        font-size: 3vw;
        height: 200px;
        width: 50%;
        font-family: sans-serif;
        margin: 0%;
        float: left;
        padding: 0%;
       
    }
    .touch{
        height: 600px;
        width: 100%;
        
        color: white;
        font: 1em sans-serif;
       float: none;
    }
    .touch h1{
        padding-top: 20px;
        padding-left: 20px;
    }
    .entry{
        width: 100%;
        height: 600px;
    }
    
      
      #background-video {
      
      height: 600px;
       width: 100%;
       margin-left: 0%;
      z-index: -1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      
      }
}