
body {
  color:dimgrey;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:16px;
  line-height: 1.4em;
  margin:auto;
  text-align:left;

}


.container{
  text-align:left;
  width:50%;
  margin:auto;
  overflow:hidden;
  background-color: white;
}

.links{
  text-align:center;
  width:66.7%;
  margin:auto;
  overflow:hidden;
}


#main-block{
  text-align:center;
  background-color: white;
  color:darkslategrey;
  margin-top:0px;
  margin-bottom: 20px;
  min-height: calc(100vh - 120px);
}

.sidebar-contact-info{
  float:right;
  width:30%;
  background-color:royalblue;
  color:#fff;
  padding:10px;
  margin-right:100px;
  margin-bottom:10px;
  box-sizing:border-box;
  padding-bottom:20px;
  font-weight:400;
  border-radius:6px;
}
.sidebar-contact-info h3{
  margin:10px 20px 10px 0px;;
}
.sidebar-contact-info a{
  margin-left:20px;
}
.button{
  background-color:white;
  text-decoration:none;
  color:black;
  font-family:verdana, arial, helvetica, sans-serif;
  font-weight: 600;
  padding:10px;
  border-radius: 4px;
}

.button:hover{
  background-color:silver;
  transition:background-color 0.3s ease-in-out;
}
.clr{
  clear:both;
}

#main-footer{
  background-color:dimgrey;
  color:white;
  width:100%;
  text-align:center;
  height:75px;
  padding:10px 0px;
  border-top:solid;
  border-top-width:20px;
  border-top-color:royalblue;
}

/* below is the code applicable to the building design page*/

#main-block-design{
  text-align:center;

  background-color: white;
  color:darkslategrey;
  margin-top:20px;
  margin-bottom: 20px;
    min-height: calc(100vh - 120px);
}
.p-1{
  text-align:center;
  width:100%;
  margin:3px 0px;;
  overflow:hidden;
}
.p-2{
  text-align:center;
  width:90%;
  margin:8px 0px 8px 45px;

}
.container-design{
  text-align:center;
  width:50%;
  margin:auto;
  padding-bottom:20px;
  overflow:hidden;
  background-color: white;
}
.button2{
  background-color:royalblue;
  color:white;
  text-decoration:none;
  text-align:center;
  font-weight: 600;
  border-style:solid;
  border-radius: 4px;
  border-width:2px;
  border-color:royalblue;
  padding:10px;
  overflow:hidden;

}

.container-design a:hover{
  color:silver;
  background-color:dimgrey;
  transition:background-color 0.3s ease-in-out;
  transition:color 0.3s ease-in-out;
  border-color: dimgrey;
  background-color: white;

}

/* below is the code applicable to the About Us page*/

.p-3{
  text-align:left;
  margin-left: 175px;
}
.container-about{
  text-align:center;
  width:50%;
  margin:auto;
  padding-bottom:20px;
  overflow:hidden;
  border-style: solid;
  border-width: 3px;
  border-color:royalblue;
  border-radius:4px;
  background-color: white;
}
#main-block-about{
  text-align:center;

  background-color: white;
  color:darkslategrey;
  margin-top:20px;
  margin-bottom: 20px;
  min-height: calc(100vh - 120px);
}
#inner-banner{
  margin:auto;
  width: 60%;
  border-width: 5px;
  border-color: royalblue;
padding:0px;
background-color: white;
}
#states{
  list-style:none;
  display:inline;
  text-align:center;
  width:40%;
  margin:0;
  overflow:hidden;
  line-height: 1.6em;
}
.state-button{
  text-decoration:none;
  color:darkslategrey;
  font-weight:bolder;
  background-color:white;
  border:solid;
  border-width:2px;
  border-color:royalblue;
  border-radius: 4px;
  display:block;
  margin: 10px 750px 10px 750px;
  padding: 10px 100px;
}
.state-button:hover{
  color:dimgrey;
  background-color: whitesmoke;
  transition:background-color 0.3s ease-in-out;
  transition:color 0.3s ease-in-out;
}

/* Below is the code applicable to the projects page

#main-block-projects{
  text-align:center;
  height:250px;
  background-color:white;
  color:darkslategrey;
  margin-top:20px;
}

.projects{
  margin-top: 20px;
  padding-top:20px;
}
.projects hr{
  text-align: center;
  width:40%;
}

.projects h2{
  text-align: center;
  color:darkslategrey;
}

#project1{
  float:left;
  text-align: center;
  width:25%;
  margin:0px 10px 10px 410px;
  padding:10px 10px 10px 10px;
  overflow:hidden;
}

#project2{
  float:right;
  text-align: center;
  width:25%;
  margin:0px 410px 10px 0px;
  padding:10px 10px 10px 10px;
  overflow:hidden;
}

#project3{
  float:left;
  text-align: center;
  width:25%;
  margin:0px 10px 10px 410px;
  padding:10px 10px 10px 10px;
  overflow:hidden;
}

#project4{
  float:right;
  text-align: center;
  width:25%;
  margin:0px 410px 10px 0px;
  padding:10px 10px 10px 10px;
  overflow:hidden;
}

#project5{
  float:left;
  text-align: center;
  width:25%;
  margin:0px 10px 10px 410px;
  padding:10px 10px 10px 10px;

  overflow:hidden;
}

#project6{
  float:right;
  text-align: center;
  width:25%;
  margin:0px 410px 10px 0px;
  padding:10px 10px 10px 10px;
  overflow:hidden;
}
*/

/* code applicable for SERVICES */

#main-block-services{
  text-align:center;

  background-color: white;
  color:darkslategrey;
}

.service-list{

  font-family:verdana, arial, helvetica, sans-serif;
  font-size: 22px;
  line-height: 3.0 em;
  color:darkslategrey;
}

.service-list li{
  padding: 10px 10px 10px 10px;
}

.commercial{
    float:right;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  border:solid;
  border-width: 3px;
}

#commercial-text{
    float:left;
  width:45%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
  box-sizing:border-box;
}

#commercial-pic{
    float:right;
  width:45%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;

  overflow:hidden;
  box-sizing:border-box;

}

.residential{
  float:left;
  margin: 0px 0px 0px 500px;
  padding: 10px 10px 10px 10px;
  border:solid;
  border-width: 3px;
}

#residential-text{
  float:right;
  width:25%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
  box-sizing:border-box;
}

#residential-pic{
  float:left;
  width:55%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  color:darkslategrey;
  overflow:hidden;
  box-sizing:border-box;

}

.steel{
    float:right;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  border:solid;
  border-width: 3px;
}

#steel-text{
    float:left;
  width:45%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
  box-sizing:border-box;
}

#steel-pic{
    float:right;
  width:45%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
  box-sizing: border-box;

}

/* below is the code applicable to the login page


/* below is the code applicable to the Create New page */

.submit-form{
  text-align:center;
  border: solid;
  border-width: 5px;
  border-color: royalblue;
  padding-top: 600px;
  border:solid;
  border-width: 10px;
}

/* this is the styling for mobile devices*/
  @media only screen and (max-width: 800px){
    #inner-banner{
      width:80%;
    }
  }
