:root {
 --ColorOne: #f1e8d5; /* #f3ebda */
 --ColorTwo: rgb(34, 40, 49);
 --ColorThree: rgb(57, 62, 70);
 --ColorFour: rgb(98, 106, 120);
 --ColorFive: rgb(238, 238, 238);
 --ColorSix: #5a3214;
 --ColorSeven: #dcac70;
 --ColorEight: #5f6b2d;
 --ColorNine: #fffaef;
 --FontSizeOne: 24px;
 --FontSizeTwo: 22px;
 --FontSizeThree: 20px;
 --FontSizeFour: 18px;
 --FontSizeFive: 16px;
 --FontStyleOne: "Roboto", serif;
 --FontStyleTwo: Arial black, sans-serif;
 --FontStyleThree: "Anton", sans-serif;
 --Shadows: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
 --Buttongap: 20px;
 --standardBorder: solid 4px var(--ColorOne);
}
html body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100vh;
 background-color: var(--ColorNine);
 display: flex;
 flex-direction: column;
}
html {
 scroll-behavior: smooth;
 scroll-padding: 130px;
}
a {
 text-decoration: none;
 color: #000000;
 font-family: var(--FontStyleThree);
}
.menu img:hover, .socials img:hover {
    filter: none;
}
p {
 color: var(--ColorThree);
 font-size: var(--FontSizeThree);
 font-family: var(--FontStyleOne);
 margin: 0;
 font-weight: 300;
 text-align: justify;
 margin: 0px 0px 20px 0px;
}
p span {
 font-weight: 400;
color: var(--ColorSix);
}
.li{
  display: list-item; 
  margin-left: 2em;
  text-align: start;
  color: var(--ColorSix);
  max-width: 525px;
  margin-bottom: 5px;
}

.li::marker {
  color: var(--ColorSix);
}

ul {
 color: var(--ColorThree);
 font-size: var(--FontSizeThree);
 font-family: var(--FontStyleOne);
 hyphens: auto;
 margin: 0;
 font-weight: 300;
 display: flex;
 flex-direction: column;
 align-items: center;
}

li::marker {
  color: var(--ColorSix);
}


#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transform: scale(1.0); 
    &:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(./images/banner/paving-one.png);
        background-position: center;
        background-repeat: repeat;
    }
}

#bg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transform: scale(1.0); 
    &:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(./images/banner/paving-two.png);
        background-position: center;
        background-repeat: repeat;
    }
}



.backgroundCover {
  background-color: var(--ColorNine);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.closebutton {
 position: absolute;
 right: 0px;
 top: 300px;
}
.closebutton img {
 cursor: pointer;
 margin-right: -8px;
}
h1 {
 color: var(--ColorFive);
 font-size: var(--fontSizeOne);
 font-family: var(--FontStyleOne);
 margin: 0;
 font-weight: 500;
}
h2 {
 font-size: var(--FontSizeOne);
 font-family: var(--FontStyleThree);
 font-weight: 400;
 margin: 0px 15px;
 color: var(--ColorSix);
 text-align: center;
}
.headerMenu {
 display: flex;
 height: 100%;
 justify-content: end;
 align-items: center;
 font-size: var(--FontSizeFour);
 flex-grow: 1;
 margin-right: 15px;
}
.headerMenuInsert {
 color: var(--ColorSix);
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 border-left: 2px solid var(--ColorSix);
 height: 100%;
 padding: 0px 15px;
 transition: 0.5s;
 font-weight: 400;
 position: relative;
 cursor: pointer;
}
.headerMenuInsert:after {
 content: "";
 border-left: solid var(--ColorOne) 2px;
 display: block;
 position: absolute;
 left: -2px;
 top: 0px;
 height: 8px;
}
#rightMenuInsert {
 border-right: 2px solid var(--ColorSix);
}
#rightMenuInsert:after {
 content: "";
 border-right: solid var(--ColorOne) 2px;
 display: block;
 position: absolute;
 right: -2px;
 top: 0px;
 height: 8px;
}
.headerMenuInsert:hover {
 background-color: #dcac70;
}
footer h3 {
 font-size: 13px;
 font-family: var(--FontStyleThree);
 color: var(--ColorSix);
 font-weight: 400;
 margin-right: 10px;
}
strong {
 font-weight: 900;
}
main h3 {
 font-family: var(--FontStyleOne);
 color: var(--ColorTwo);
 font-size: var(--FontSizeOne);
 font-weight: 500;
}
.button,
#myBtn {
 box-shadow: var(--Shadows);
}
.clientExamples {
 display: flex;
 flex-wrap: wrap;
 align-items: start;
 justify-content: center;
 width: 100%;
 margin: 0x 20px 0px 20px;
 padding: 40px 0px 100px 0px;
}
.fadeInTop {
 -webkit-animation: fadeInTop 3s both;
 -moz-animation: fadeInTop 3s both;
 -o-animation: fadeInTop 3s both;
 animation: fadeInTop 3s both;
 animation-delay: 0.5s;
 visibility: visible;
}
@-webkit-keyframes fadeInTop {
 0% {
  opacity: 0;
  -webkit-transform: translateY(-30px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0px);
 }
}
@-moz-keyframes fadeInTop {
 0% {
  opacity: 0;
  -moz-transform: translateY(-30px);
 }
 100% {
  opacity: 1;
  -moz-transform: translateY(0px);
 }
}
@-o-keyframes fadeInTop {
 0% {
  opacity: 0;
  -o-transform: translateY(-30px);
 }
 100% {
  opacity: 1;
  -o-transform: translateY(0px);
 }
}
@keyframes fadeInTop {
 0% {
  opacity: 0;
  transform: translateY(-30px);
 }
 100% {
  opacity: 1;
  transform: translateY(0px);
 }
}
#myBtn {
 display: flex;
 visibility: hidden;
 position: fixed;
 bottom: 20px;
 right: 10px;
 z-index: 100;
 background-color: var(--ColorTwo);
 cursor: pointer;
 width: 65px;
 border-radius: 15px;
 border: 4px solid var(--ColorFive);
 font-weight: 500;
 font-size: 14px;
 font-family: var(--FontStyleOne);
 color: var(--ColorFive);
 height: 65px;
 padding-bottom: 2px;
 transition: 1s;
 align-items: center;
}
#myBtn:active {
 font-weight: 700;
}
.imgdescription {
 height: 300px;
 filter: none;
 margin-left: 10px;
 float: right;
 border-radius: 15px;
}
header {
 position: fixed;
 display: flex;
 justify-content: space-between;
 width: 100%;
 height: 320px;
 background: var(--ColorOne);
 z-index: 200;
 transition: 0.5s;
 box-shadow: var(--Shadows);
}
.headerLinks,
.NavLinks {
 display: flex;
 justify-content: center;
 align-items: center;
 border: 4px solid var(--ColorFive);
 border-radius: 30px;
 background-color: var(--ColorTwo);
 margin: 4px;
 padding: 15px;
 text-wrap: wrap;
 color: var(--ColorFive);
 cursor: pointer;
 box-shadow: var(--Shadows);
 font-size: var(--FontSizeFour);
 text-align: center;
}
.headerLinks {
 width: 130px;
 height: 45px;
 font-weight: 400;
}
.headerLinks:hover,
#myBtn:hover {
 filter: brightness(1.2);
 transition: 0.5s;
}
.headerLinksDiv {
 display: flex;
 min-width: 190px;
 align-items: center;
 justify-content: center;
}
.socials img {
 padding-left: 2px;
 padding-right: 2px;
 filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(556%)
  hue-rotate(343deg) brightness(98%) contrast(91%);
}
.socials {
 display: flex;
 width: auto;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 margin: 20px;
}
.mainHeading {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 5px 0px 5px 0px;
 margin-bottom: 10px;
 border-bottom: 3px solid;
 border-color: var(--ColorSeven);
 width: 100%;
 color: var(--ColorSix);
 font-size: var(--FontSizeOne);
}
#logo img {
 transition: 0.5s;
 height: 100%;
 width: auto;
 margin-left: 5px;
}
.mainMenuToggle img {
 width: 30px;
 margin: 0px 0px 0px 15px;
 cursor: pointer;
}
.mainTitle {
 display: flex;
 align-items: center;
 justify-content: center;
 height: auto;
 width: 100%;
 background-color: var(--ColorOne);
 padding: 10px 0px;
}
.mainTitle h1 {
 color: var(--ColorSix);
 font-size: var(--FontSizeFour);
 text-wrap: wrap;
 text-align: center;
 font-weight: 300;
 margin: 0px 10px;
}
footer {
 display: flex;
 width: 100%;
 flex-direction: column;
 align-items: flex-end;
 height: auto;
 background-color: var(--ColorSeven);
 flex-grow: 1;
}
.footerDiv {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 height: auto;
 min-height: 400px;
 justify-content: space-between;
 align-items: start;
 width: 100%;
 padding-top: 20px;
}
.footermenu {
 display: flex;
 justify-content: center;
 align-items: start;
 width: 100%;
 height: auto;
 padding-bottom: 10px;
}
.footermenu a {
 text-decoration: underline;
 color: var(--ColorSix);
}
.footermenu h3 {
  margin: 0px 0px 10px 0px;
  text-wrap: wrap;
  width: 50%;
  text-align: center;
}
#contactInfo {
 display: flex;
 flex-direction: column;
 width: auto;
 height: auto;
 justify-content: flex-start;
 align-items: flex-start;
 margin: 20px;
}
.contactEntry h2 {
 font-family: var(--FontStyleThree);
 font-size: 24px;
 font-weight: 400;
 margin-bottom: 10px;
 color: var(--ColorSix);
}
.contactEntry {
 font-family: var(--FontStyleThree);
 font-size: var(--FontSizeOne);
 color: var(--ColorSix);
 width: auto;
 height: 35px;
 align-items: center;
}
.contactEntry a {
 color: var(--ColorSix);
}
.contactEntry a:hover {
 color: var(--ColorNine);
}
.contactEntry img {
 width: 30px;
 margin-right: 10px;
 filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(556%)
  hue-rotate(343deg) brightness(98%) contrast(91%);
}
.contactEntry {
 display: flex;
}
#footerSocials {
 height: 45px;
 align-items: center;
}
nav h2 {
 font-size: var(--FontSizeThree);
 font-family: var(--FontStyleThree);
 text-wrap: nowrap;
 font-weight: 300;
 margin: 0;
 padding: 3px 0px 3px 15px;
 width: 85%;
 color: var(--ColorSix);
 text-align: start;
}
nav a {
 text-decoration: none;
 color: black;
}
.MainMenuItems {
 display: flex;
 align-items: center;
 width: 100%;
 border-bottom: solid 2px var(--ColorSix);
 min-height: 65px;
 height: auto;
}
.MainMenuHighlight {
 background-color: var(--ColorSeven);
}
.MainMenuHighlight h2 {
 padding-left: 20px;
 font-size: var(--FontSizeFour);
}
.MainMenuItems:hover {
 background-color: var(--ColorEight); /* #9d9ea0 */
}
.MainMenuItems:hover h2 {
 color: var(--ColorOne);
}
.menu {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 min-width: 210px;
}
.mainMenuButton {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0px;
 border: none;
 height: 100%;
 width: auto;
 background-color: transparent;
}
.mainMenuToggle {
 display: none;
 padding: 0px;
 border: none;
 background-color: transparent;
}
#sideNavDiv {
 display: flex;
 flex-direction: column;
 height: 100vh;
 width: 0px;
 position: fixed;
 z-index: 200;
 background-color: var(--ColorOne);
 overflow-x: hidden;
 overflow-y: auto;
 transition: 0.5s;
 margin-top: 120px;
}
#navBarSearch {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 justify-content: flex-start;
 background-color: var(--ColorOne);
}
#emptyDiv {
 display: flex;
 flex-direction: column;
 height: 300px;
 width: 100%;
 align-items: center;
 padding-top: 10px;
 background-color: var(--ColorOne);
}
::-webkit-scrollbar {
 width: 5px;
}
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px var(--ColorThree);
}
::-webkit-scrollbar-thumb {
 background: var(--ColorSix);
}
::-webkit-scrollbar-thumb:hover {
 background: var(--ColorSeven);
}
::placeholder {
 color: rgb(189, 189, 189);
 opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
 color: rgb(189, 189, 189);
}
#mainHomePage {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.Introduction {
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 width: 100%;
 height: 700px;
 align-items: flex-end;
 background-repeat: no-repeat;
 background-size: 100% 100%;
}

.bannerTitle {

  font-size: 45px;
  text-wrap: wrap;
  text-align: center;
  padding: 5px 15px;
  color: var(--ColorNine);
  font-family: var(--FontStyleThree);
  background-color: var(--ColorSix);
}


#homepageBanner {
 background-image: url(./images/banner/patio.webp);
    background-size: 100% 100%;
}

/* #homepageTilesBanner {
 background: url(./images/banner/paving-one.png) repeat 100%;
} */

#service1Banner {
   background-image: url(./images/banner/driveway-cleaning.png);
    background-size: 100% 100%;
}

/* #service1TilesBanner {
 background: url(./images/banner/paving-two.png) repeat 100%;
} */



.sellingPointParent {
 display: flex;
 flex-direction: row;
 width: auto;
 flex-wrap: wrap;
 justify-content: center;
}
.sellingPointInsert {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 95px;
 width: 200px;
 color: var(--ColorOne);
 text-align: center;
 text-wrap: wrap;
 font-family: var(--FontStyleThree);
 font-size: var(--FontSizeFour);
 transition: 0.5s;
 opacity: 0.9;
 flex-grow: 1;
}
#sellingpoint1 {
 background-color: var(--ColorEight);
}
#sellingpoint2 {
 background-color: var(--ColorSeven);
}
#sellingpoint3 {
 background-color: var(--ColorEight);
}
#sellingpoint4 {
 background-color: var(--ColorSeven);
}
#sellingpoint5 {
 background-color: var(--ColorEight);
}
.sellingPointInsert:hover {
 opacity: 1;
 font-size: 19px;
}
@keyframes fadeInUp {
 0% {
  transform: translateY(-100%);
  opacity: 0;
 }
 100% {
  transform: translateY(0%);
  opacity: 0.9;
 }
}
@-webkit-keyframes fadeInUp {
 0% {
  -webkit-transform: translateY(-100%);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateY(0%);
  opacity: 0.9;
 }
}
@-moz-keyframes fadeInUp {
 0% {
  -moz-transform: translateY(-100%);
  opacity: 0;
 }
 100% {
  -moz-transform: translateY(0%);
  opacity: 0.9;
 }
}
@-o-keyframes fadeInUp {
 0% {
  -o-transform: translateY(-100%);
  opacity: 0;
 }
 100% {
  -o-transform: translateY(0%);
  opacity: 0.9;
 }
}
.fadeInUp-animation {
 animation: 1s fadeInUp;
}
.fadeInUp-animation2 {
 animation: 2s fadeInUp;
}
.fadeInUp-animation3 {
 animation: 3s fadeInUp;
}

.fadeInUp-animation4 {
 animation: 4s fadeInUp;
}
.fadeInUp-animation5 {
 animation: 5s fadeInUp;
}
.Searchbar {
 width: 95%;
 max-width: 900px;
 padding-top: 20px;
 display: flex;
 flex-direction: column;
}

.button {
display: flex;
align-items: center;
/* flex: 1 0 80%; */
flex-direction: column;
justify-content: start;
height: auto;
max-width: 500px;
width: 50%;
min-width: 150px;
flex-grow: 1;
background-color: var(--ColorNine);
font-family: var(--FontStyleOne);
position: relative;
}
.button:hover .servicesImg {
  filter: brightness(1);
}
.button:hover h3 {
 color: var(--ColorSix);
}
.buttonText {
 position: absolute;
 top: 40%;
}
.buttonText h3 {
 font-size: 35px;
 color: white;
 font-family: var(--FontStyleThree);
 margin: 0px;
}
.servicesImg {
 width: 100%;
 flex-grow: 1;
 z-index: -1000;
 filter: brightness(0.5);
}
p a {
 text-align: center;
 color: var(--ColorSix);
 font-size: var(--FontSizeThree);
 font-family: var(--FontStyleOne);
 hyphens: none;
 font-weight: 500;
}
@media only screen and (max-width: 1050px) {
 .fadeInUp-animation {
  animation: 5s fadeInUp;
 }

 .fadeInUp-animation2 {
  animation: 4s fadeInUp;
 }

 .fadeInUp-animation3 {
  animation: 3s fadeInUp;
 }

 .fadeInUp-animation4 {
  animation: 2s fadeInUp;
 }

 .fadeInUp-animation5 {
  animation: 1s fadeInUp;
 }

 .sellingPointInsert {
  border: solid var(--ColorOne) 2px;
 }

  .clientExamples {
  padding: 0px;
 }

}

@media only screen and (max-width: 900px) {
 .menu {
  min-width: 120px;
 }

 header {
  height: 120px;
 }

   .servicesImg {
  filter: brightness(1);
 }

  .buttonText h3 {
  font-size: 24px;
  margin: 0px 5px;
 }

}


@media only screen and (max-width: 800px) {
 .sellingPointInsert {
  height: 64px;
 }

 .headerLinks {
  width: 102px;
 }

 .headerMenu {
  margin-right: 5px;
 }

 .headerMenuInsert {
  padding: 0px 10px;
 }

 .Introduction {
  height: 500px;
 }

  .servicesImg {
  filter: brightness(1);
 }
}
@media only screen and (max-width: 590px) {
 .NavLinks {
  display: flex;
 }

 main h3 {
  text-align: center;
 }

 #contactInfo {
  align-items: center;
 }

 .footerDiv {
  justify-content: center;
 }

 .socials {
  margin-bottom: 80px;
 }

 .imgdescription {
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0px;
 }

 p {text-align: center;}

}
@media only screen and (max-width: 550px) {

 .headerMenu {
  display: none;
 }
 .mainMenuToggle {
  display: flex;
 }

 .button {
  max-width: none;
 }


}
@media only screen and (max-width: 400px) {
 .headerLinks {
  width: 100px;
 }
 .headerLinksDiv {
  min-width: 150px;
  margin: 0px 5px;
 }
 .Introduction {
  height: 460px;
 }
 .contactEntry {
  font-size: var(--FontSizeThree);
 }
}