html{
    height: 100%;
}

body{
    background-color: rgba(129, 126, 125, 0.438);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header{
    height: 118px;
    text-align: center;
    margin: 0;
}

nav{
    background-color: rgba(255, 255, 255, 0.425);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav a{
    text-decoration: none;
    color: blue;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

main{
    height: 460px;
    text-align: center;
    padding-top: 80px;
    padding-left: 240px;
    padding-right: 240px;
}

a{
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    font-size: 24px;
    color: rgb(28, 33, 185);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

h2{
    font-size: 24px;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}

h3{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

h4{
    font-size: 14px;
    color: royalblue;
    font-family: Arial, Helvetica, sans-serif;
}

h5{
    font-size: 14px;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
}
/*
p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 14px;
    align-content: space-evenly;
    padding-left: 5px;
    padding-right: 5px;
}
*/
.p1{
    font-size: 30px;
    color: rgb(21, 131, 94);
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 85px;
    
}

.contact{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
}

.expertbox{
    background-color: rgba(255, 255, 255, 0.276);
    height: 40px;
    float: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    border-radius: 15px;
}

.hourbox{
    background-color: rgba(255, 255, 255, 0.276);
    height: 60px;
    float: center;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 15px;
    margin-top: 5%;
    padding-top: .5%;
}

.servingbox{
    background-color: rgba(255, 255, 255, 0.276);
    height: 120px;
    text-decoration-color: rgb(0, 255, 55);
    float: right;
    border-radius: 20px;
}

.licensebox{
    background-color: rgba(255, 255, 255, 0.276);
    height: 25px;
    float: center;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 15px;
    margin-top: 20%;
    margin-bottom: 20%;
}

.missiontextbox{
    background-color: rgba(248, 248, 255, 0.553);
    height: 450px;
    width: auto;
    float: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 50px;
    border-radius: 20px;
    color: rgb(5, 117, 5);
    text-align: justify;
}

.imgknobtube{
    width: 80%;
    position: absolute;
    left: 20%;
}

.knobtubetextbox{
    background-color: rgba(248, 248, 255, 0.553);
    height: 100px;
    width: 800px;
    padding-top: 1px;
    padding-right:5px;
    padding-left:5px;
    border-radius: 8px;
    margin-top: 20px;
}

.knobtube{
    float: left;
    width: 10%;
}

.imgzinsco{
    width: 80%;
    padding-right: 120px;
    position: absolute;
    left: 20%;
    margin-top: 100px;
}

.zinscotextbox{
    background-color: rgba(248, 248, 255, 0.646);
    height: 130px;
    width: 800px;
    padding-top: 1px;
    padding-right:5px;
    padding-left:5px;
    margin-top: 35px;
    border-radius: 8px;
}

.zinsco{
    float: left;
    width: 10%;
    padding-top: 50px;
}

.imgloadcenter{
    width: 80%;
    padding-right: 120px;
    position: absolute;
    left: 20%;
    padding-top: 205px;
}

.loadcentertextbox{
    background-color: rgba(248, 248, 255, 0.646);
    height: 85px;
    width: 800px;
    padding-right:5px;
    padding-left:5px;
    padding-top: 1px;
    margin-top: 40px;
    border-radius: 8px;
}

.loadcenter{
    float: left;
    width: 10%;
    padding-top: 95px;
}

.imgwiring{
    width: 80%;
    padding-right: 0px;
    position: absolute;
    left: 20%;
    margin-top: 310px;
}

.wiringtextbox{
    background-color: rgba(248, 248, 255, 0.646);
    height: 95px;
    width: 800px;
    padding-right:5px;
    padding-left:5px;
    padding-top: 1px;
    margin-top: 65px;
    border-radius: 8px;
}

.wiring{
    float: left;
    width: 10%;
    padding-top: 140px;
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
 .column {
    float: left;
    width: 25%;
    padding: 1px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  } 

  div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

.certifications{
    margin-bottom: 20px;
}


/* This is how to turn code off     */

footer{
    background-color: rgba(255, 255, 255, 0.384);
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    background-position-x: 0em;
    margin-top: 225px;
}
