body{
  background-color: white;
  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:95%;
  margin:auto;
  overflow:hidden;
}

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



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

#photo-link{
  width: 50px;
  height: 50px;
  float: left;
}




.button{
  background-color:white;
  text-decoration:none;
  color:black;
  font-family:verdana, arial, helvetica, sans-serif;
  font-weight: 600;
  padding:10px;
  border-radius: 4px;
  display:block;
}


.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;
  height:1000px;
  background-color:white;
  color:darkslategrey;
  margin-top:20px;
}
.p-1{
  text-align:center;
  width:100%;
  margin:3px 0px;;
  overflow:hidden;
}
.p-2{
  text-align:center;
  width:90%;
  margin:8px 0px 8px 45px;
  overflow:hidden;
}
.container-design{
  text-align:center;
  width:40%;
  margin:auto;
  padding-bottom:20px;
  overflow:hidden;
}
.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;

}

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

.p-3{
  text-align:left;
  margin-left: 575px;
}
.container-about{
  text-align:center;
  width:40%;
  margin:auto;
  padding-bottom:20px;
  overflow:hidden;
  border-style: solid;
  border-width: 3px;
  border-color:royalblue;
  border-radius:4px;
}
#main-block-about{
  text-align:center;
  height:800px;
  background-color:white;
  color:darkslategrey;
  margin-top:20px;
}
#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 0px;
}
.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 Create New page */

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