@charset "utf-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #382718;
  background-color: #FFFFFF;
}
body {
    background-image: url(assets/images/DarkWoodBackground-800x590.jpg);/*100% my asset*/
    background-position: left top;
    background-repeat: repeat;
}

#container {
    width: 960px;
    margin: 0px auto;
    padding: 20px;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Patua One', sans-serif;
    font-weight: normal;
    line-height: 1.5rem;
    color: #6D8B58;
}

h2 {
    margin-bottom: -3px;

}

h3 {
    margin-bottom: px;	
}


p {
    max-width: 600px;
    line-height: 1.5em;
}


a:link, a:visited {
    color: #436829;
    text-decoration: underline;
}

a:hover, a:active {
  color: #003399;
  text-decoration: underline;
}


header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
    margin-top: 0px;
}


firstColumnHeaderLogo {
	flex: 1;
}


.firstColumnHeaderLogo img {
    margin-bottom: 0px;
    width: 85%;
    margin-top: -4px;
}


SecondColumnHeader {
	flex: 2;
	display: flex;
	flex-direction: column;
}


headerContact {
    flex: 1;
}


.headerContact p {
    font-size: 2.4em;
    text-align: right;
    color: #6D8B58;
    padding-bottom: 0px;
    margin-bottom: -25px;
    margin-top: 32px;

}


nav {
	flex: 1;
		
}


nav ul {
  list-style: none;
  display: flex;
   }

nav ul li {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

header .secondColumnHeader nav ul li a {
  color: #382718;
  text-decoration: none;
}
header .secondColumnHeader nav ul li a:link, a:visited {
  color: #382718;
  text-decoration: none;
}

header .secondColumnHeader nav ul li a:hover, a:active {
  color: #6D8B58;
  text-decoration: none;
	border-bottom: thin solid #6D8B58;
}
main {
    margin-left: auto;
    margin-right: auto;
}

#banner {
    position: relative;
    width: 880px;
    background-image: url(assets/images/banner.jpg);/*100% my asset*/
    height: 350px;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 59px;
    margin-right: 20px;
	 border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

#banner h1 {
    padding-top: 153px;
    width: 200px;
    margin-left: 20px;
    font-size: 1.5rem;
    line-height: 1.6rem;
}


#about {
    margin-left: -20px;
    margin-right: -20px;
    background-color: rgba(233,238,229,0.65);
    padding-left: 43px;
    padding-right: 43px;
    margin-top: -242px;
    padding-top: 216px;
    padding-bottom: 40px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

#about h2 {
	color: #382718;
	margin-bottom: 10px;
}


#aboutContent {
    display: flex;
    align-items: center;
    margin-top: -17px;
}
#firstColumnAbout {
	flex: 1;
}

#secondColumnAbout {
	margin-left: 20px;
}

#secondColumnAbout img {
	border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}




#services {
    width: 100%;
    max-width: 960px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
	
}



.servicesBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	gap: 20px;
}

.service {
    width: 250px;
    margin: 0;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	
	}
.service img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service p {
    margin-left: 15px;
    margin-right: 15px;
}
.service h3 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -10px;
    
}


#quote {
    margin-left: 45px;
    margin-right: 45px;
    background-color: rgba(233,238,229,0.65);
    padding-left: 38px;
    padding-right: 43px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}


#projects {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
}

#projects h2 {
	color: #382718;
	
}

.button:link, .button:visited {
	background-color: #6D8B58; 
    color: #FFFFFF; 
    padding: 15px 32px; 
    text-align: center;
    text-decoration: none; 
    display: inline-block; 
    font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
    border: none; 
    border-radius: 5px; 
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
	
}

.button:hover, .button:active {
    background-color: #382718;
	color: #FFFFFF;
	text-decoration: none;
}

#contactMain {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
}
#phone p {
    color: #6D8B58;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 30px;
}







footer {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6D8B58;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
    margin-bottom: -20px;
}



firstColumnFooter {
    flex: 1;
    width: 80%;
    height: 80%;
}

.firstColumnFooter img {
    margin-top: 15px;
    margin-bottom: 0px;
}
footer .firstColumnFooter img {
    margin-top: 35px;

}



SecondColumnFooter {
    flex: 2;
    display: flex;
    flex-direction: column;
   }


footerContact {
    flex: 1;
}


.footerContact p {
    font-size: 2.4em;
    text-align: right;
    color: #FBFBFB;
    padding-bottom: 0px;
    margin-bottom: -24px;
    margin-top: 30px;

}

navFooter {
	flex: 1;
		
}


navFooter ul {
  list-style: none;
  display: flex;
  
 
 }



navFooter ul li {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #FBFBFB;
}

#navFooter ul li a {
	color: #FBFBFB;
  text-decoration: none;
}
#navFooter ul li a:hover  , a:active{
    color: #FBFBFB;
    text-decoration: none;
    border-bottom: thin solid #FBFBFB;
}
#contacts {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 9px;
}
#portfolioProjects {
    padding-top: 15px;
    padding-bottom: 15px;
}

.project {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
	
	    
}
.projectGreen {
    width: 960px;
    margin-top: 40px;
    margin-left: -20px;
    margin-bottom: 40px;
    background-color: rgba(233, 238, 229, 0.65);
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    box-sizing: border-box; 
}
.projectGreen h3 {
	color:#382718;
}
#callUs {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 100px;
}


.project-gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 30px;
}


.project-gallery img {
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.project-gallery img:hover {
    transform: scale(2.5);
    border-color: #6D8B58;
}


.project-gallery-green {
    width: 880px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    margin-bottom: 30px;
}


.project-gallery-green img {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.project-gallery-green img:hover {
    transform: scale(2.5);
    border-color: #6D8B58;
}
#quote {
    margin-bottom: 40px;

}



form {
    margin-top: 35px;
    max-width: 400px;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #6D8B58;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

form button[type="submit"] {
    background-color: #6D8B58; 
    color: #FFFFFF; 
    padding: 15px 32px; 
    text-align: center;
    text-decoration: none; 
    display: inline-block; 
    font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
    border: none; 
    border-radius: 5px; 
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
}

form button[type="submit"]:hover,
form button[type="submit"]:active {
    background-color: #382718;
    color: #FFFFFF;
    text-decoration: none;
}
