/* WEBSITE FOUNTATION SECTION */

body {
    background-color: #EFEAE3;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125em;
    width: 100%;
    height: auto;
    color: #0A0908;
}

title {
    font-family: 'Ovo', serif;
    font-size: 4.375em;
    color: #0A0908;
    text-align: center;
}

h1 {
    font-family: 'Ovo', serif;
    font-size: 3em;
    color: #0A0908;
    text-align: center;
    margin:auto;
    padding: 0 5% 2% 5%;
}

h2 {
    font-family: 'Ovo', serif;
    font-size: 2.5em;
    color: #0A0908;
    text-align: center;
    padding: 10px;
}

h3 {
    font-family: 'Ovo', serif;
    font-size: 2.125em;
    font-style: normal;
    color: #0A0908;
    text-align: center;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #0A0908;
    text-align: center;
    text-transform: capitalize;
    padding: 0 5% 2% 5%;
    margin:auto;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25em;
    color: #0A0908;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin: auto;

}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    color: #0A0908;
    text-align: center;
    text-decoration: underline;
    line-height: 5%;
}

p {
    font-size: 1.125em;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #0A0908;
    text-align: left;
    padding: 10px;
}

.p-special {
    font-family: 'Ovo', serif;
    font-size: 1.5em;
    color: #574B45;
    text-align: center;
    margin: auto;
    padding: 0 10% 0 10%;
}

* {
    box-sizing: border-box;
}


/* HEADER */

header {
    align-items: center;
    display: block;
    width: 100%;
    height: 30vh;
} 

.logo {
width: 25vh;
height: auto;
margin: 0 auto;
position: sticky;
float: left;
margin: 0;
padding-top: 0px;
}




/* TOP NAVIGATION */

.topnav {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.topnav #menu {
    text-align: center;
    width: 75%;
    margin: 90px 0 0px 0;
    overflow: visible;
    position: relative;
    display: inline-block;
}

.topnav a {
    color: #0A0908;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    text-decoration: none;
    font-size: 1em;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.topnav #menu a {
    padding: 5px;
    margin: 0px; 
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}

.topnav a.icon {
    display: none;
}

#menu a:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908 !important;
}

#menu a.active {
    background-color: #D7BAAB;
    border: 2px solid #EFEAE3;
    color: #0A0908 !important;
}




/* FOOTER */

footer {
    border-radius: 5px;
    padding: 20px;
    justify-content: center;
    text-align: center;
    max-width: 1920px;
    margin: 5% auto 0 auto;
    height: auto;
    background-color: #D7BAAB;
    color: #0A0908;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 1em;
}

img.Paw-prints {
    
    width: 200px;
    height: auto;
    padding: 0;
    display: inline-block;
}

.copyright {
    margin: 10px auto 10px auto;
    text-align: center;
    justify-content: center;
}

.bottom-nav {
    overflow: hidden;
    position: relative;
    padding: 10px;
    text-align: center;
    width: 75%;
    margin: auto;
    overflow: visible;
    position: relative;
}

.bottom-nav a {
    padding: 10px;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #EFEAE3;
    margin: 10px auto 10px auto;
    color: #0A0908;
}

.bottom-nav a:hover {
    background-color: #D7BAAB;
    border: 2px solid #EFEAE3;
    color: #0A0908 !important;
}




/* HOME PAGE DETAILS */

#HomeHero {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.intro {
    text-align: center;
    margin: auto;
    max-width: 80%;
}

/* Package Intro */

.package-preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 10px;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    object-fit: cover;
    gap: 80px;
}

.package-preview img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
}

.package h5 {
    padding: 2px;
    object-position: center;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.package .p-special {
    padding: 5px 0px 2px 0px;
    object-position: center;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.package p {
    padding: 0px 5px 2px 5px;
    object-position: center;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
}

.package h6 {
    text-decoration: none;
}

.package h6 a {
    text-decoration: none;
    background-color: #D7BAAB;
    padding: 10px;
    border-radius: 5px;
}

.package h6 a:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908;
}

.package p,h5,h6 {
    width: 300px;
    text-align: center;
    padding-top: 2px;
    margin-top: auto;
    border: 10px;
}

/* Button Styles */

.button {
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    object-fit: cover;
    gap: 80px;
}

.button a {
    color: #0A0908;
    text-decoration: none;
    padding: 10px;
    background-color: #D7BAAB;
    width: auto;
    border-radius: 5px;
    font-size: 1em;
}

.button a:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908;
  }


/* Reviews */

.reviews {
    background-color: #D7BAAB;
    border-radius: 5px;
    padding: 20px;
    justify-content: center;
    text-align: center;
    max-width: 700px;
    margin: 5% auto;
    object-fit: cover;
    gap: 80px;
    height: auto;
}

.reviews h2 {
    padding: 5px 0px 2px 0px;
    object-position: center;
    margin-bottom: 20px;
}

.reviews h4 {
    padding: 2px 0px 5px 0px;
    object-position: center;
    margin-bottom: 20px;
}

.reviews img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: auto;
    margin-top: -15%;
    padding: 0;
}

/* Spacer */

.space {
    padding: 20px;
}




/* CONTACT PAGE DETAILS*/

/* Note this is a button element (no a element) not just a button class*/
.open-button {
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    object-fit: cover;
    gap: 80px;
    font-family: 'Montserrat', sans-serif;
    color: #0A0908;
    font-size: 1em;
    text-decoration: none;
    padding: 10px;
    background-color: #D7BAAB;
    width: auto;
    letter-spacing: 1px;
    border: 2px solid #EFEAE3;
    margin: auto;
    outline: invert;
    cursor: pointer;
}

.open-button:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908;
  }


/* Form styling */

form {
    font-family: 'Montserrat', sans-serif;
    width: 60vw;
    border:0;
    padding: 2rem 0;
    margin: 0 auto;
    background-color: #EFEAE3;
    max-width: 1920px;
    min-width: 300px;
}

.contact-info {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "firstname lastname"
    "email phone"
    "address address";
}

#form-address {
    display: grid;
    grid-area: "address";
}

#form-address input {
    width: 180%;
}

.dates {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "startdate enddate";
}

.intro-form {
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #EFEAE3;
    z-index: 9;
    width: 80%;
    height: 80vh;
  }

.form-popup {
    width: 80%;
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    border-radius: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    text-align: left;
    padding: 20px;
    color: #0A0908;
    visibility: hidden;
    transition: transform 0.5s, top 0.5s;
    overflow-y:scroll;
    z-index: 101;
    &::-webkit-scrollbar {
        display: none;
      }
}
  
.form-popup .p-special {
    font-size: 1em;
}

.open-popup {
    visibility: visible;
    top: 100%;
    transform: translate(-50%, -50%) scale(1);
  }

textarea {
    width: 90%;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    border: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
  }
  
input[type=textarea] {
    width: 90%;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    border: none;
    box-sizing: border-box;
  }
  
label {
    display: block;
    margin: 0.5rem 0;
    font-family: 'Ovo', serif;
    font-size: 1em;
    width: auto;
  }
  
div .choose-package {
    display: block;
    margin: 0.5rem 0;
    font-family: 'Ovo', serif;
    font-size: 1.125em;
  }
  
div .choose-package label {
    display: block;
    margin: 0.5rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
  }
  
#referral {
    width: 90%;
}
  
fieldset {
    border: none;
  }
  
input {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    width: auto;
  }

#other_pet {
    width: 90%;
}  
  
input[type=text], input[type=email], input[type=tel] {
      width: 80%;
      margin: 10px 0 0 0;
      padding: 5px 10px;
      border: none;
      box-sizing: border-box;
    }
  
input[type=date] {
    width: auto;
    padding: 5px 10px;
    margin: 8px 0;
    border: none;
    box-sizing: border-box;
    }
  
input[type=radio], input[type=checkbox] {
    width: unset;
  }
  
input[type=submit], fieldset button, .submission button {
    text-decoration: none;
    border-radius: 5px;
    gap: 80px;
    font-family: 'Montserrat', sans-serif;
    color: #0A0908;
    font-size: 1em;
    text-decoration: none;
    padding: 10px;
    background-color: #D7BAAB;
    width: auto;
    letter-spacing: 1px;
    border: 2px solid #EFEAE3;
    margin: auto;
    outline: invert;
    cursor: pointer;
    }
    
.submission input[type=submit]:hover, fieldset button:hover, .submission button:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908;
    }
  
.submission input[type=submit], fieldset button, .submission button {
     display: inline-block;
     margin: auto;
    }
a {
    color: #0A0908;
}

/* Contact detials section */

.my-contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 10px;
    align-items: center;
    margin: 0 auto;
    object-fit: cover;
    gap: 80px;
}

.my-cellphone-nr h5, .my-email h5, .locations h5 {
    object-position: center;
    width: 100%;
    height: 100%;
    width: 300px;
    text-align: center;
    border: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    object-fit: cover;
    gap: 80px;
}

.my-cellphone-nr a, .my-email a {
    border-radius: 5px;
    background-color: #D7BAAB;
    opacity: 70%;
}

.locations {
    width: 70%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #D7BAAB;
    opacity: 70%;
    padding: 30px;
}

/* FAQ section */

.FAQ-container {
    justify-content: center;
    width: 60%;
    height: auto;
    padding: 20px 20px;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar {
        display: none;
      }
  }

.faq-block {
    display: inline-block;
    justify-content: center;
    padding: 30px;
    align-items: center;
    margin: auto;
    background-color: #D7BAAB;
    border-radius: 5px;
}

.faq-block .p-special {
    padding: 0 20px;
    margin: auto auto 10px auto;
}

.faq-block p {
    padding: 0 20px;
    margin:auto;
    text-align: center;
    border: 10px;
}

.FAQ-container-mobile {
    display: none;
}

/* ABOUT PAGE DETAILS */

.about-main {
    margin: auto;
}

.package-content p {
    text-align: center;
}

/* Photo Gallery on About*/

.photo-gallery {
    padding-bottom: 30px;
}

.photo-gallery img {
    float: left;
    width: 16.6%;
    padding: 1%;
    margin: auto;
}

.photo-gallery::after {
    content: "";
    display: table;
    clear:both;
}

/* 404 PAGE SECTION */
.intro-404 {
    margin: auto;
    max-width: 80%;
}

.intro-404 p {
    text-align: center;
}

/* SIDE BY SIDES (SERVICES AND ABOUT) */

.side-by-side {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10%;
}

.side-by-side img {
    object-fit: cover;
    width: auto;
    max-width: 400px;
    height: auto;
}

.side-by-side .package-content, .side-by-side .about-content  {
    width: 30%;
    height: auto;
    justify-content: center;
}

.package-more-detail {
    width: 60%;
    margin: auto;
}

/* ABOUT PAGE SECTION */

.about-content h4 {
    text-align: left;
}

.about-main {
    margin: auto;
}

.terms-referral p a {
    color: #0A0908;
    text-decoration: underline;
    padding: 10px;
    border-radius: 5px;
  }

.terms-referral p a:hover {
    background-color: #EFEAE3;
    color: #0A0908;
    cursor: pointer;
  }

.terms-referral {
    width: 60%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #D7BAAB;
    opacity: 70%;
    padding: 30px; 
}

.terms-referral p {
    margin: auto;
    text-align: center;
    padding: 20px;
}



/* TERMS AND CONDITIONS PAGE SECTION */

.terms-intro , .terms-details  {
    width: 80%;
    margin: auto;
    justify-content: left;
}

.terms-intro h4, .terms-details h4 {
    font-weight: 400;
    text-align: left;
    padding: 10px;
}

/* CSS3 Additions */

@font-face {
    font-family: "'Montserrat', sans-serif;";
    src: url("Montserrat.eot?") format("eot"),
    url("Montserrat.woff") format("woff"),
    url("Montserrat.ttf") format("truetype");
  }

@font-face {
    font-family: "'Ovo', serif;";
    src: url("Ovo.eot?") format("eot"),
    url("Ovo.woff") format("woff"),
    url("Ovo.ttf") format("truetype");
  }





/* MEDIA QUESRIES FOR RESPONSIVENESS */


@media only screen and (max-width:319px) {
    

    .topnav {
        overflow: visible;
        position: relative;
        background-color: #EFEAE3;
        margin: auto;
    }

    .topnav a.icon {
        background: #D7BAAB;
        display: block;
        position: absolute;
        right: 10%;
        top: 50%;
        display: none;
        z-index: 99;
    }   

    .topnav #menu a {
        padding: 5px;
        margin: 5px 0px; 
        text-transform: uppercase;
        border-radius: 5px;
        display: block;
        overflow: visible;
        position: relative;
        background-color: #EFEAE3;
        border: 2px solid #D7BAAB;
        z-index: 100;
    }

    .topnav #menu {
        margin: auto;
    }

    #menu a:hover {
        background-color: #EFEAE3;
        border: 2px solid #D7BAAB;
        color: #0A0908 !important;
    }
    
    #menu a.active {
        background-color: #D7BAAB;
        border: 2px solid #EFEAE3;
        color: #0A0908 !important;
    }

    footer {
        padding-top: +10%;
    }

    html {
        display: flex;
        padding: 5px;
    }

    .locations {
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        padding: 30px;
        width: auto;
    }

    .locations p {
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
    }

    .FAQ-container-mobile {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 20px;
        align-items: baseline;
        margin: 0 auto;
        object-fit: cover;
        gap: 30px;
    }
    
    .FAQ-container-mobile .faq-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px;
        align-items: center;
        margin: 0 auto;
        object-fit: cover;
        gap: 30px;
        background-color: #D7BAAB;
        border-radius: 5px;
    }
    
    .FAQ-container-mobile .faq-block .p-special {
        padding: 5px 0px 2px 0px;
        object-position: center;
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }

    .FAQ-container-mobile .faq-block p {
        padding: 0px 0px 2px 0px;
        object-position: center;
        margin-bottom: 40px;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-top: auto;
        border: 10px;
    }

    .FAQ-container {
        display: none;
    }

    .dates {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: "startdate"
        "enddate";
    }

    .photo-gallery {
        padding-bottom: 0;
    }

    .photo-gallery img {
        float: left;
        width: 100%;
        padding: 1%;
        margin: auto;
    }

    .terms-referral {
        width: auto;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
        padding: 30px; 
    }

    .side-by-side {
        width: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10%;
    }

    .side-by-side img {
        object-fit: cover;
        width: auto;
        max-width: 256px;
        height: auto;
        margin:auto;
    }
    
    .side-by-side .package-content, .side-by-side .about-content  {
        width: auto;
        height: auto;
        justify-content: center;
    }
    
    .package-more-detail {
        width: 80%;
        margin: auto;
    }

    .about-content h4 {
        padding-top: 20px;
    }

    .package-content h4 {
        padding-top: 20px;
    }

    .form-container {
        display: none;
    }

    #form-popup {
        display: none;
    }

    .form-container-mobile {
        display: block;
        margin:auto;
    }

}

@media only screen and (min-width: 320px) and (max-width:768px) {
    
img { width: 100%; } 

html {
        display: flex;
        padding: 5px;
    }

footer {
        width: 100%;
        padding-top: +10%;
    }

.topnav {
        overflow: visible;
        position: relative;
        padding: 0;
        justify-content: center;
        object-fit: cover;
        align-content: center;
    }
    
.topnav #menu {
        display: none;
        margin: auto;
        position: absolute;
        background-color: #EFEAE3;
    }

.topnav #menu a {
        padding: 5px;
        margin: 5px 0px; 
        text-transform: uppercase;
        border-radius: 5px;
        display: block;
        overflow: visible;
        position: relative;
        background-color: #EFEAE3;
        border: 2px solid #D7BAAB;
        z-index: 100;
    }

.topnav a.icon {
    background: #D7BAAB;
    display: block;
    position: absolute;
    right: 10%;
    top: 100px;
    display: block;
    z-index: 99;
}   

#menu a:hover {
    background-color: #EFEAE3;
    border: 2px solid #D7BAAB;
    color: #0A0908 !important;
}

#menu a.active {
    background-color: #D7BAAB;
    border: 2px solid #EFEAE3;
    color: #0A0908 !important;
}

.locations {
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #D7BAAB;
    padding: 30px;
    width: auto;
}

.locations p {
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #D7BAAB;
    opacity: 70%;
}

.FAQ-container-mobile {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px;
    align-items: baseline;
    margin: 0 auto;
    object-fit: cover;
    gap: 30px;
}

.FAQ-container-mobile .faq-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    align-items: center;
    margin: 0 auto;
    object-fit: cover;
    gap: 30px;
    background-color: #D7BAAB;
    border-radius: 5px;
}

.FAQ-container-mobile .faq-block .p-special {
    padding: 5px 0px 2px 0px;
    object-position: center;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.FAQ-container-mobile .faq-block p {
    padding: 0px 0px 2px 0px;
    object-position: center;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: auto;
    border: 10px;
}

.FAQ-container {
    display: none;
}

.dates {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "startdate"
    "enddate";
}

label .dates {
    width: auto;
}

input[type=date] {
    width: auto;
    padding: 5px 10px;
    margin: 8px auto;
    border: none;
    box-sizing: border-box;
    }

    .photo-gallery img {
        float: left;
        width: 100%;
        padding: 1%;
        margin: auto;
    }

    .photo-gallery {
        padding-bottom: 0;
    }

    .terms-referral {
        width: auto;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
        padding: 30px; 
    }

    .package-content h4 {
        padding-top: 20px;
    }

    .form-container {
        display: none;
    }

    #form-popup {
        display: none;
    }

    .form-container-mobile {
        display: block;
        margin: auto;
    }

}

@media only screen and (min-width:769px) and (max-width:913px) {

.topnav {
        overflow: hidden;
        position: relative;
        padding: 10px;
    }
    
.topnav #menu {
        text-align: center;
        width: 70%;
        overflow: visible;
        position: relative;
        display: inline-block;
        margin: 90px 0 0px 0;
    }
    
.topnav #menu a {
        background-color: #EFEAE3;
        display: inline-block;
        padding: 5px;
        margin: 5px 0px; 
        text-transform: uppercase;
        border-radius: 5px;
        z-index: 100;
    }

#menu a:hover {
        background-color: #EFEAE3;
        border: 2px solid #D7BAAB;
        color: #0A0908
    }
    
#menu a.active {
        background-color: #D7BAAB;
        border: 2px solid #EFEAE3;
        color: #0A0908 !important;
    }

.topnav a.icon {
        background: #D7BAAB;
        display: block;
        position: absolute;
        right: 10%;
        top: 50%;
        display: none;
        z-index: 99;
    }    
    
.locations {
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        padding: 30px;
        width: auto;
    }
    
.locations p {
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
    }

.FAQ-container-mobile {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 20px;
        align-items: baseline;
        margin: 0 auto;
        object-fit: cover;
        gap: 30px;
    }
    
.FAQ-container-mobile .faq-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px;
        align-items: center;
        margin: 0 auto;
        object-fit: cover;
        gap: 30px;
        background-color: #D7BAAB;
        border-radius: 5px;
    }
    
.FAQ-container-mobile .faq-block .p-special {
        padding: 5px 0px 2px 0px;
        object-position: center;
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }

.FAQ-container-mobile .faq-block p {
        padding: 0px 0px 2px 0px;
        object-position: center;
        margin-bottom: 40px;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-top: auto;
        border: 10px;
    }

.FAQ-container {
        display: none;
    }

.photo-gallery img {
        float: left;
        width: 40%;
        padding: 1%;
        margin: auto;
    }

.terms-referral {
        width: auto;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
        padding: 30px; 
    }

.side-by-side {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10%;
    }

.side-by-side img {
        object-fit: cover;
        width: auto;
        max-width: 512px;
        height: auto;
        margin:auto;
    }
    
.side-by-side .package-content, .side-by-side .about-content  {
        width: auto;
        height: auto;
        justify-content: center;
    }
    
.package-more-detail {
        width: 80%;
        margin: auto;
    }

.about-content h4 {
        padding-top: 20px;
        padding-left: 10px;
    }

    .form-container {
        display: none;
    }

    #form-popup {
        display: none;
    }

    .form-container-mobile {
        display: block;
        margin: auto;
    }

}

@media only screen and (min-width:914px) {

    .topnav {
        overflow: hidden;
        position: relative;
        padding: 10px;
    }
    
    .topnav #menu {
        text-align: center;
        width: 70%;
        margin: 90px 0 0px 0;
        overflow: visible;
        position: relative;
        display: inline-block;
    }
    
    .topnav #menu a {
        background-color: #EFEAE3;
        display: inline-block;
        padding: 5px;
        margin: 5px 0px; 
        text-transform: uppercase;
        border-radius: 5px;
        z-index: 100;
    }

    #menu a:hover {
        background-color: #EFEAE3;
        border: 2px solid #D7BAAB;
        color: #0A0908;
    }
    
    #menu a.active {
        background-color: #D7BAAB;
        border: 2px solid #EFEAE3;
        color: #0A0908 !important;
    }

    .topnav a.icon {
        background: #D7BAAB;
        display: block;
        position: absolute;
        right: 10%;
        top: 50%;
        display: none;
        z-index: 99;
    }   

    .locations p {
        margin: auto;
        text-align: center;
        border-radius: 5px;
        background-color: #D7BAAB;
        opacity: 70%;
    }

    .FAQ-container {
        justify-content: center;
        width: 85%;
        height: auto;
        padding: 20px 20px;
        margin: 0 auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        &::-webkit-scrollbar {
            display: none;
          }
    }
    
.faq-block {
        display: inline-block;
        justify-content: center;
        padding: 30px;
        align-items: center;
        margin: auto;
        background-color: #D7BAAB;
        border-radius: 5px;
    }
    
.faq-block .p-special {
        padding: 0 20px;
        margin: auto auto 10px auto;
    }
    
.faq-block p {
        padding: 0 20px;
        margin:auto;
        text-align: center;
        border: 10px;
    }
    
.FAQ-container-mobile {
        display: none;
    }

.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #EFEAE3;
    z-index: 9;
    width: 80%;
    height: 80vh;
  }

.form-container {
    display: none;
}

#form-popup {
    display: none;
}

.form-container-mobile {
    display: block;
}

}

/* Photo gallery specific requirement */
@media only screen and (min-width:914px) and (max-width:1366px) {

    .photo-gallery img {
        float: left;
        width: 30%;
        padding: 1%;
        margin: auto;
    }

}

/* Side by side specific requirement 320-374, 375-425 and 426-768*/
@media only screen and (min-width:320px) and (max-width:374px) {
    
    .side-by-side img {
        object-fit: cover;
        width: auto;
        max-width: 320px;
        height: auto;
        margin:auto;
    }
    
    .side-by-side .package-content, .side-by-side .about-content  {
        width: auto;
        height: auto;
        justify-content: center;
    }
    
    .package-more-detail {
        width: 80%;
        margin: auto;
    }

    .about-content h4 {
        padding-top: 20px;
    }
}

@media only screen and (min-width:375px) and (max-width:424px) {
    .side-by-side img {
        object-fit: cover;
        width: auto;
        max-width: 320px;
        height: auto;
        margin:auto;
    }
    
    .side-by-side .package-content, .side-by-side .about-content  {
        width: auto;
        height: auto;
        justify-content: center;
    }
    
    .package-more-detail {
        width: 80%;
        margin: auto;
    }

    .about-content h4 {
        padding-top: 20px;
    }
}

@media only screen and (min-width:425px) and (max-width:768px) {
    .side-by-side img {
        object-fit: cover;
        width: auto;
        max-width: 384px;
        height: auto;
        margin:auto;
    }
    
    .side-by-side .package-content, .side-by-side .about-content  {
        width: auto;
        height: auto;
        justify-content: center;
    }
    
    .package-more-detail {
        width: 80%;
        margin: auto;
    }

    .about-content h4 {
        padding-top: 20px;
        padding-left: 10px;
    }
}


