html {
    font-size: 16px;
  }

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
}

header, section, footer, aside, nav,{
    display: block;}

body {
    color: #666666;
    background-color: #f9f8f6;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4rem;
    margin: 0px;
    }

.wrapper {
    width: 75%;
    margin: 20px auto 20px auto;
    border: 0px solid #000000;
    background-color: rgb(241, 241, 241);
    text-align: center;
    min-width: 550px;
}

.wrapper_contact {
    width: 75%;
    min-height: 400px;
    margin: 20px auto 20px auto;
    border: 0px solid #000000;
    background-color: rgb(241, 241, 241);
    text-align: center;
    min-width: 550px;
    background-image: url("../Images/Banner-web.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

p {
    line-height: 25px;
}

.header {
    background-color: rgb(241, 241, 241);
    position: relative;
    width: 100%;
    height: 10rem;
}

.header img {
    position: relative;
    object-position: center;
    height: 8rem;
    width: auto;
    top: 1rem;
}

h1 {
    margin-top: 1rem;
    font-size: 2rem;
    height: 2.5rem;
    padding: 0.5rem;
    color: rgba(43, 117, 74, 0.906);
    line-height: 2rem;
}
    
nav, footer {
    clear: both;
    color: #ffffff;
    background-color: #aeaca8;
    height: 2rem;}
nav ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
    text-transform: uppercase;
    font-size: 1.1rem;}
nav li {
    display: inline;
    margin-right: 5%;}
nav li a {
    color: #ffffff;}
nav li a:hover, nav li a.current {
    color: rgba(43, 117, 74, 0.906);
}

.banner{
    width: 100%;
    min-height: 500px;
    text-align: left;
    background-image: url("../Images/Banner-web.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: center center;
    /*border: 2px solid black;*/
}

.banner p{
    width: 50%;
    margin-left: 25%;
    padding-top: 3%;
    color: #ffffff;
    font-size: 1.3rem;
    text-shadow: 0.7px 0.7px rgb(28, 107, 61);
}        

.services-box{
    width: 25rem;
    height: 28rem;
    background-color: rgba(85, 85, 85, 0.25);
    border-radius: 15px;
    display: inline-block;
    color: rgba(43, 117, 74, 0.906);
    margin: 0.1rem;
    vertical-align: bottom;
    overflow: hidden;
}

.services-box img{
    height: 16.7rem;
    width: auto;
    vertical-align: top;
}

.services-box h2{
    vertical-align: bottom;
    margin-top: 1rem;
}

.services-box p{
    text-align: left;
    padding: 0.4rem;
}

/*.banner2 {
    width: 29.8%;
    height: 628px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}*/

.banner2 section a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(43, 117, 74, 0.906);}

.banner2 section a:hover {
    color: rgba(101, 161, 126, 0.906);
    background-color: #efefef;}

a {
    color: rgba(43, 117, 74, 0.906);
    text-decoration: none;}

.banner2 h2 {
    padding: 30px 0px 10px 0px;
    color: #de6581;}

footer {
    font-size: 80%;
    padding: 7px 0px 0px 20px;}

.main h2{
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(70, 124, 98, 0.938);
    text-shadow: 1.5px 1px rgb(74, 75, 74);
    line-height: 3rem;
}

.main p{
    font-size: 1.5rem;
    padding: 0.5rem 2.5rem 1.5rem 2.5rem ;
    line-height: 2rem;
    color:  rgba(45, 104, 74, 0.938);
}    

.table1{
    color:  rgba(45, 104, 74, 0.938);
    background-color: rgba(85, 85, 85, 0.20);
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.table1 p{
    font-size: 1.2rem;
    padding: 1rem;
}

.table_list{
    padding-left: 2rem;
    width: 95%;
    left: 1rem;
    margin-bottom: 1rem;
    min-height: 200px;
}

.table2{
    color:  rgba(45, 104, 74, 0.938);
    background-color: rgba(85, 85, 85, 0.20);
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.table2 h3{
    font-size: 1.2rem;
    padding-top: 1rem;
}

.table2 p{
    padding-left: 10%;
    width: 90%;
    left: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

#copyright{
    color:  rgb(32, 59, 43);
    margin-bottom: 1rem;
}

.spacer{
    height: 1rem;
}

.table_services img{
    height: 10rem;
    width: auto;
}

.general{
    margin-left: 10%;
    width: 80%;
    margin-bottom: 2rem;
    color: rgba(43, 117, 74, 0.906);
}

.services_banner{
    width: 100%;
    min-height: 1000px;
    background-image: url("../Images/Construction-web-940.jpg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 2rem;
}

.services_selector{
    width: 80%;
    color: rgb(43, 117, 74);
    background-color: rgba(221, 221, 221, 0.90);
    border: 5px solid rgba(43, 117, 74);
    text-shadow: 2px 2px #000000;
    border-radius: 10px;
    margin: 0 10% 1rem 10%;
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
    box-shadow: 2px 2px #4e4e4e;
    
}
.aside_pages{
    float: left;
    width: 40%;
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    text-align: left;
    background-color: rgba(99, 165, 140, 0.8);
    text-shadow: 0.8px 0.8px #000000;
}

.section_pages{
    width: 60%;
    float: right;
    position: relative;
    display: block;
    color: rgb(43, 117, 74);
    text-align: left;
}

.aside_pages img{
    height: auto;
    width: 100%;
    position: relative; 
}

.aside_pages h2{
    margin: 5% 0 2% 5%;
}

.aside_pages ul{
    width: 80%;
    margin-left: 10%;
}

.aside_pages p{
    width: 80%;
    margin: 2% 0 5% 10%;
    font-size: 1.1rem;
}

.aside_pages h3{
    margin-left: 10%;
}

.section_pages img{
    height: auto;
    width: 100%;
    position: relative; 
}

.section_pages ul{
    width: 75%;
    margin-left: 10%;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.7rem;
}

.section_pages p{
    width: 90%;
    margin: 2% 0 2.5% 5%;
    font-size: 1.1rem;
}

#heading{
    margin: 0 0 2.5% 5%;
    font-size: 1.3rem;
    text-decoration: underline;
}

#breaker{
    background-color: rgba(68, 146, 129, 0.8);
    margin: 3% 0 3% 0%;
    width: 100%;
    padding: 2% 5% 2% 5%;
}

.foot_banner img{
    height: auto;
    width: 100%;
    position: relative; 
}

.about img{
    margin-top: 2rem;
    width: 50%;
    height: auto;
    border-radius: 100%;
    border: 2px solid rgb(43, 117, 74);
}

.about h1{
    background-color: rgba(68, 146, 129, 0.3);
    color: rgb(32, 94, 58);
    text-shadow: 1px 1px black;
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
}

.about p{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: rgb(43, 117, 74);
}

.section_contact{
    min-height: 200px;
    position: relative;
    display: block;
    color: rgb(43, 117, 74);
    text-align: left;
   }

.section_contact div{
    position: relative;
    display: inline-block;
    margin-left: 4.5%;
    margin-top: 2%;
    vertical-align: top;
    background-color: rgba(221, 221, 221, 0.90);
    height: 130px;
    min-width: 190px;
    padding: 1%;
    border: 2px solid rgb(43, 117, 74);
}

.section_contact p{
    margin-top: 2%;
    min-width: 190px;
}

.back_soon p{
    font-size: 1.2rem;
    height: 5rem;
    margin-top: 2rem;
}

.general2{
    font-size: 1.2rem;
    text-align: center;
    margin-left: 2.5%;
    width: 95%;
    color: rgb(43, 117, 74);
}

.table_list2{
    padding-left: 2rem;
    width: 95%;
    left: 1rem;
    margin-bottom: 1rem;
    min-height: 170px;
}

.t1c1{
    background-image: url("../Images/Engineering-web-940.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 300px;
 }

.t1c2{
   background-image: url("../Images/Modelling-web-940.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: auto 100%;
   height: 300px;
}

.t1c3{
   background-image: url("../Images/Detailing-web-940.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: auto 100%;
   height: 300px;
}

.t2c1{
    background-image: url("../Images/Banner-web.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 400px;
 }

.table_list3{
    padding-left: 2rem;
    width: 95%;
    left: 1rem;
    margin-bottom: 1rem;

}

.t3c1{
    background-image: url("../Images/BIM-web-940.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 400px;
 }

.t3c2{
   background-image: url("../Images/Planning-Session-web-940.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: auto 100%;
   height: 400px;
}

.t4c1{
   width: 100%;
   height: auto;
}