@font-face {
    font-family: pineWood;
    src:url(PineWood.ttf);
}

body{
    margin: 0;
}
.header{
    max-width: 100vw;
}


.circleDraw {

    /* width: 140px; */
    /* height: 140px; */
    background: rgb(47, 33, 15); 
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
}

.imgLeaf{
    border-radius: 8px;
    margin-bottom: 50%;
}
.title{
    display: flex;
    justify-content:center;
    color:rgb(0, 255, 136);
    flex-direction: row;
    align-items: center; 
    background-color:black;
    font-family: pineWood;

}
.title .logo .img{
    max-height: 150px;
    width: auto;
}

.title .icons .img{
    align-items: flex-start;
    max-height: 150px;
}

.myFB{
    margin-left: 10vw !important;
}

@media (max-width: 1200px) {
    
    .myFB{
        margin-left: 0 !important;;
    }
    .shadow-md, .difference-of-us-item, .service-item {
        box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.1) !important;
        margin-top:2vw;
        margin-bottom:2vw;
    }
    .mainIMG{
        box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.3) !important;
    }
      
}
@media(max-width: 425px) {
    .container{
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .plate1{
        flex-direction: column;

    }
    .p1Helper{
        border-right: none !important;
        border-bottom: solid thick;
    }
    .callUs{
        font-size: 120% !important;
    }
    .callUs img{
        width: 10% !important;
    }
    .platesBackground{
        max-height: 150vh !important;
        display: flex;
        align-content: center;
    }
    .pine-wood{
       padding-bottom: 0; 
    }
}

@media (min-width: 1024px) {
    .sticky-header .navbar-collapse {
        padding-right: 10vw;
    }
}

#container{
    margin: 2vw;
    background-color:rgb(116, 66, 30);
    color: whitesmoke;
    flex: auto;
}

.facebookIFrame{
    justify-content: center;
    align-items: flex-start;
}

iframe{
    border-style: double;
    border-radius: 1rem;
    
}

.section-header h1{
    text-align: center;
    padding-bottom: 3%;
    /* font-family: pineWood; */
    font-weight: bolder;
    text-shadow: 1px 1px rgb(116, 66, 30);
    width: 100vw !important;
    color: white;
}

.photoGrid{
    flex-wrap: wrap;
    flex-direction: row;
    
    vertical-align: middle;
    flex-grow: 1;
}

.photoGrid img{
    border-style: double;
    border-radius: 1rem;
    width: 31%;
    padding: 1% 1% 1% 1%;
}
.photoGrid img:hover{
    box-shadow: 0px 25px 65px 15px rgb(61, 113, 35, 0.83) !important;
    background-color: rgb(61, 113, 35, 0.4);
}

.myInfo{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    background-color: rgb(99, 120, 23,0.7);
    /* padding: 10px; */
    justify-content: space-between;
}
.plate1{
    grid-area: 1 / 1 / span 2 / span 5;
    margin: 0;
}
.platesBackground{
    padding-top: 30rem;
    background-image: url(bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30rem;
    padding-left: 0%;
    padding-right: 0%;
    
}
.p1Helper{
    border-right: solid thick;
    border-color: rgb(59, 72, 13);
}
.plates{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section1{
    background-image: linear-gradient(0deg,#d7e3ef 0%,#312e1c 88%);
    
    background-blend-mode: soft-light;
}

/* 
.contact-form button[type='submit'] {
    background: var(--dark-color);
    border: none;
    border-radius: 100px;
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    padding: 16px;
    transition: all 0.6s ease-out;
  }
  
  .contact-form button[type='submit']:hover {
    background: var(--primary-color);
  } */

.mainIMG{
    border-style: round;
    border-radius: 1rem;
}
.mainIMG:hover {
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.3) !important;
}

.nav-link{
    font-size: 2rem;
}

.nav-link:hover{
    background-image: url(sparks.gif);
}

.navbar-nav .nav-link:hover {
    color: #ffc107; /* Yellow */ !important
    text-decoration: none; /* Optional: Remove underline */
}

.pine-wood{
    font-size: 2rem !important;
    /* font-family: pineWood; */
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    font-weight: bold;
    /* font-weight: bolder; */
    /* text-shadow: 1px 1px 2px pink; */
}

.boxy{
    box-shadow: inset 0px 20px 20px 20px rgb(0 0 0 / 30%) !important
}

.myFooter{
    background-image: url(fireBanner.jpg);

    max-width: 100vw;
    background-size: cover;
    position:relative;
    padding-bottom: 0;
}
.myFooter::before{
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    background: rgba(42, 17, 17, 0.83);
    top:0;
    left:0;
}
#myFoot{
    padding-top:0 !important;
}
.callUs{
    font-weight: 500;
    z-index:1;
    color: #ffffff;
    text-align: center;
    font-size: 2vw;
    line-height: 1;
    padding: 1vh 0 1vh 0;
}

.callUs img{
    padding-top: 1vh;
    width: 5vw;
}

hr{
    /* color: white; */
    border: 0;
    border-top: 2px double white;
    margin:10px;
    
    /* border: 5vh solid white; */
}
.myTable{
    content: " ";
    display: table;
}
.services-page-content{
    padding: 1vh 0 1vh 0;
}
.myService{
    float: left;
    padding: 0 10px 20px;
    width: 50%;
}

.myService > a{
    display: block;
    text-decoration: none;
    position: relative;
    background: #3d7123;
    -webkit-box-shadow: 2px 5px 20px rgb(1 2 2 / 27%);
    box-shadow: 2px 5px 20px rgb(1 2 2 / 27%);
}
.myService > a > span{
    display: block;
    text-decoration: none;
    position: relative;
    background: #3d7123;
    -webkit-box-shadow: 2px 5px 20px rgb(1 2 2 / 27%);
    box-shadow: 2px 5px 20px rgb(1 2 2 / 27%);
}
.myService > a > span::after
{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 22px;
    background: url(../images/services-arrow.png) no-repeat center;
    background-size: 12px auto;
    margin-top: -11px;
}
.myService > img{

    max-height: 3vh;
}

.mb-4{
    color: white;
}

.testamonial-names{
    
}
.sticky-header {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it stays above other content */
    transition: padding 0.5s ease, background-color 0.5s ease; /* Smooth transition for padding and background color */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-header.shrink {
    padding: 0; /* Adjust padding to shrink the header */
}

.sticky-header.shrink .navbar-brand img {
    width: 25vh; /* Adjust the width to shrink the logo */
    transition: width 0.5s ease; /* Smooth transition for logo width */
}

.sticky-header.shrink .navbar-nav .nav-link {
    
    transition: font-size 0.5s ease; /* Smooth transition for font size */
}

.sticky-header .spacer {
    flex-grow: 1; /* Ensure the spacer takes up all available space */
}

/* Media query for mobile devices */
@media (max-width: 1200px) {
    .sticky-header.shrink .navbar-brand img {
        width: 20vw; /* Adjust the width to shrink the logo */
        transition: width 0.5s ease; /* Smooth transition for logo width */
    }
    
    .sticky-header.shrink .navbar-nav .nav-link {
        
        transition: font-size 0.5s ease; /* Smooth transition for font size */
    }

    .sticky-header {
        display: flex;
        justify-content: space-between; /* Space between brand and nav */
        align-items: center; /* Center elements vertically */
        padding: 0 20px; /* Add some padding to the sides */
    }

    .sticky-header .navbar-brand {
        flex: 0 0 auto; /* Ensure the brand takes only as much space as needed */
    }

    .sticky-header .spacer {
        flex-grow: 1; /* Grow to take up remaining space */
        flex-shrink: 0; /* Prevent shrinking */
        flex-basis: 0; /* Start with zero width and grow from there */
    }

    .sticky-header .navbar-nav {
        flex: 0 0 auto; /* Ensure the nav takes only as much space as needed */
        display: flex;
        justify-content: flex-end; /* Align nav items to the right */
    }

    .sticky-header .navbar-collapse {
        justify-content: flex-end; /* Align nav items to the right */
    }

    .sticky-header .navbar-brand img {
        width: 25vh; /* Adjust the width for mobile devices */
    }
}

.faq-section {
    background-image: linear-gradient(0deg,#d7e3ef 0%,#000000 88%);
    
    background-blend-mode: soft-light;
    /* background-color: #888888; Light red background color */
    color: #333; /* Dark grey text color */
    padding: 20px; /* Add some padding */
    border-radius: 5px; /* Optional: Add rounded corners */
}
.faq-section .section-title h1 {
    color: #ffffff; /* White heading color */
}

.faq-section .accordion-item {
    background-color: #e6b3b3; /* Darkened light red background color for accordion items */
    color: #333; /* Dark grey text color */
    /* Remove border */
}

.faq-section .accordion-item .accordion-header {
    background-color: #e6b3b3; /* Darkened light red background color for accordion headers */
    color: #333; /* Dark grey text color */
}

.faq-section .accordion-item .accordion-body {
    background-color: #ffcccc; /* Darkened light red background color for accordion bodies */
    color: #333; /* Dark grey text color */
}

.faq-section .accordion-item .accordion-header:hover {
    background-color: #cc9999; /* Darkened slightly darker red for hover effect */
    color: #333; /* Dark grey text color */
}

.faq-section .accordion-item .accordion-body a {
    color: #007bff; /* Blue link color */
}

.faq-section .accordion-item .accordion-body a:hover {
    color: #0056b3; /* Darker blue for hover effect */
}

/* Hide the toggle button on desktop */
.navbar-toggler {
    display: none;
}

@media (max-width: 1024px) {
    .navbar-toggler {
        display: block; /* Show the toggle button on tablet and mobile */
    }
}

.navbar-nav {
    margin-left: auto; /* Align navigation items to the right */
    display: flex;
    justify-content: center; /* Center the navbar text */
    align-items: center; /* Center the navbar text vertically */
}


.navbar-brand {
    margin-left: 3vw; /* Adjust the left margin as needed */
    padding-right: 5vw; /* Adjust the right padding as needed */
}

.navbar-nav {
    margin: 0 auto; /* Center the navbar text */
    display: flex;
    justify-content: center; /* Center the navbar text */
    align-items: center; /* Center the navbar text vertically */
}


#adminButton {
    display: none;
  }
  
  @media (min-width: 992px) {
    #adminButton {
      display: block;
      position: absolute;
      right: 3vw;
      position: fixed;
    }
  }
  
  @media (max-width: 768px) {
    .navbar-brand img {
      max-width: 20vw;
    }
  }