body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Brush Script MT' ;
    src: url('../fonts/brushsci.ttf');
 }

 @font-face{
     font-family: 'monospace';
     src: url('../fonts/monospace.ttf');
 }

/*--- header ---*/
.header {
    background-image: url('../images/main.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow:auto; 
    min-height:100vh;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
  }


.description {
    text-align: center;
    margin:0 auto;
}

.description h1 {
    color: #ffffff;
    font-family:Brush Script MT;
    font-size:125px;
    text-shadow: 2px 2px #414141;
}


.external-button{
    width:80px;
    height: auto;
    transition:0.1s;
}

/*--- Main menu navigation ---*/
#main-menu{
    text-decoration: none;
    list-style-type:none;
    font-family:arial;
    width:auto;
    margin: 0 auto;
    margin-top:15px;
    margin-bottom:20px;
    padding-left: 0;
}

#main-menu li{
    border:1px solid white;
    width:130px;
    padding:5px;
    border-radius:15px;
    background-color:rgba(255, 255, 255, 0.746);
    font-family:monospace;
    color:black;
    transition:0.1s;
    display: inline-block;
    margin:3px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#main-menu li:hover{
    cursor:pointer;
    background-color:rgba(0, 0, 0, 0.479);
    color:white;
}

/*--- About ---*/
.about {
    background-image: url('../images/about.jpeg');
    background-size: cover;
    background-position: center;
    padding: 1em;
    position: relative;
    min-height:100vh;
}

.about h1{
    color:rgba(0, 0, 0, 0.644);
    font-family:Brush Script MT ;
}

#about-text{
    background-color:rgba(255, 255, 255, 0.5);
    font-family: monospace;
    padding: 1em;
    max-width: 100%;
}

#about-image{
    padding:0px;
}

#about-image img{
    height:100%;
    width:100%;
}

.card-img-top {
    width: 100%;
    height: 63vh;
    object-fit: cover;
}

/* --- Contact ---*/
.contact{
    background-image: url('../images/contact.jpeg');
    background-size: cover;
    background-position: center;
    padding: 1em;
    position:relative;
    min-height: 100vh;

}

.contact h1{
    color:rgba(0, 0, 0, 0.644);
    font-family:Brush Script MT ;
}

#contact-text{
    background-color:rgba(255, 255, 255, 0.5);
    padding: 1em;
}

#contact-text p{
    font-family: monospace;
}

#error-message{
    color:Red;
}
#success-message{
    color:Green;
}

/*--- Services ---*/
.services{
    background-image: url('../images/services2.jpeg');
    background-size: cover;
    background-position: center;
    padding: 10em;
    position:relative;
}

.services h1{
    color:rgba(0, 0, 0, 0.644);
    font-family:Brush Script MT ;
}

#contact-text{
    background-color:rgba(255, 255, 255, 0.5);
    padding: 1em;
}


#contact-text{
    font-family: monospace;
}

/* Services BBQ */
#bbq{
    margin-bottom:15px;
}

#bbq-text{
    background-color:rgba(255, 255, 255, 0.5);
    padding: 1em;
}


#bbq-image{
    padding:0;
}

#bbq-image img{
    height:100%;
    width:100%;
}

#bbq-text p{
    font-family: monospace;
    color: black;
}
/* Services Freezer */
#freezer{
    margin-bottom:15px;
}
#freezer-text{
    background-color:rgba(255, 255, 255, 0.5);
    padding: 1em;
}

#freezer-text p{
    font-family: monospace;
    color: black;
}

#freezer-image{
    padding:0;
}

#freezer-image img{
    height:100%;
    width:100%;
}

/* Services Dinner */

#dinner-text{
    background-color:rgba(255, 255, 255, 0.5);
    padding: 1em;
}

#dinner-text p{
    font-family: monospace;
    color: black;
}

#dinner-image{
    padding:0;
}

#dinner-image img{
    height:100%;
    width:100%;
}


@media only screen and (max-width: 767px) {
    .services{
        background-image: url('../images/services2.jpeg');
        background-size: cover;
        background-position: center;
        padding: 1em;
        position:relative;
    }
    /* BBQ */
    #bbq{
        flex-direction: column;
    }

    #bbq-text{
        order:1;
        background-color:rgba(255, 255, 255, 0.5);
        padding: 1em;
    }
    
    #bbq-image{
        order:2;
        padding:0;
    }
    /* DINNER */
    #dinner{
        flex-direction: column;
    }

    #dinner-text{
        order:1;
        background-color:rgba(255, 255, 255, 0.5);
        padding: 1em;
    }

    #dinner-image{
        order:2;
        padding:0;
    }

}

/* --- FAQ --- */
.faq{
    background-image: url('../images/faq.jpeg');
    background-size: cover;
    background-position: center;
    padding: 1em;
    position:relative;
    min-height: 100vh;
}

.faq h1{
    color:rgba(0, 0, 0, 0.644);
    font-family:Brush Script MT ;
}

.faq p{
    font-family: monospace;
}

#what-is{
    background-color:rgba(255, 255, 255, 0.746);
    padding: 1em;
    margin-right:15px;
}

#why-have{
    background-color:rgba(255, 255, 255, 0.746);
    padding: 1em;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media only screen and (max-width: 991px) {
    #what-is{
        background-color:rgba(255, 255, 255, 0.746);
        padding: 1em;
        margin-bottom:15px;
        margin-right:0px;
    }
}

/* Add this to your CSS */
html {
    scroll-padding-top: 100px; /* Adjust based on your header height */
}

/* Optional: Add scroll animation for any anchor links */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

