body {
            font-family: 'Lato', sans-serif;
            color: black;
            background-color: ghostwhite;
        }

        h1, h2, h3 {
            color: Black;
        }

.yellowtail-regular {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}


section:#services{
    padding-bottom:100px;
    padding-top:100px;
}

section:#areas-served{
    padding-bottom:100px;
    padding-top:100px;
}
footer {
    text-align: left;
    padding: 1em 0;
    background-image: url('../images/Concrete_BG_001.png');
    background-size: cover;
    background-position: center;
    color: white;
    shadow:black 1px;
    width: 100%;
    padding-bottom:50px;
    padding-top:50px;
}


/* ******************************** */
/* This is the BANNER OVERLAY   CSS */
/* ******************************** */
.bjOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}


.noto-sans-mono-uniquifier {
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.myText {
    text-align: center;
}
.myImg {
    max-width: 33%;
    align-content: center;
}



/* ******************************************* */
/* This is the JARALLAX-PARALLAX SCROLLING CSS */
/* ******************************************* */
.jarallax {
    position: relative;
    height: 100vh;
    width: 100%;
}

.jarallax .jarallax-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* ******************************** */
/* This is the SERVICES SECTION CSS */
/* ******************************** */
.services-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2px;

}

.service-box {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: outline;
    color: #202020;
    transition:
        transform 0.3s,
        background-color 0.3s,
        border 0.3s;
    border: 2px solid black;
    padding: 0; /* Ensure no padding */
    margin: 0; /* Ensure no margin */
}

.service-box:hover {
    transform: scale(1.1);
    background-color: #333;
    border: 2px orange solid;
    color: white;
}

.service-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.service-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity:.6;
}

.service-content p {
    margin: 0;
    z-index: 2;
}


/* ******************************** */
/* This is the PROJECTS SECTION CSS */
/* ******************************** */

.projectCont {
            text-align: center;
            color: black;
            
            display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2px;
    padding-bottom:100px;
    padding-top:100px;
        }

        .video-circle {
            width: 150px;
            height: 150px;
            background-color: #333;
            margin: 10px;
            display: inline-block;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius:50%;
        }
        .video-circle:hover{
            width: 155px;
            height: 155px;
            background-color: #333;
            margin: 10px;
            display: inline-block;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius:50%;
            border: 3px orange solid;
            opacity:.5;
            shadow-radius:2px;
            shadow:;
        }

        .video-circle video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



/* ******************************** */
/* This is the MENU animation CSS */
/* ******************************** */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1217 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
}
.snip1217 a {
  padding: 0.3em 0;
  color: #303030;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1217 a:before,
.snip1217 a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: orange;
  width: 0;
}
.snip1217 a:before {
  top: 0;
  left: 0;
}
.snip1217 a:after {
  bottom: 0;
  right: 0;
}
.snip1217 a:hover,
.snip1217 .current a {
  color: black;
}
.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after {
  width: 100%;
}


#areas-served{
    align-items: center;
    justify-content: center;
    text-align: center;

    top: 50%;
    left: 50%;
}

#