.parisienne-regular {
    font-family: "Parisienne", serif;
    font-weight: 400;
    font-style: normal;
} 

.cormorant-regular {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fraunces-bold {
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
        "SOFT" 0,
        "WONK" 0;
}

body {
    background-color: #cbcbc1;
    margin: 0;
}

html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

h1 {
    font-family: "Fraunces", serif;
    color: #231d23;
}

button {
    width: 1000px;

    border-radius: 10px;
    border: 0px;

    font-family: "Inter", serif;
    font-weight: bold;
    color: #1d1517;
}

.grand-opening {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #38761d;
}

.grand-opening h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    
    font-family: "Fraunces", serif;
    color: white;
}

.navbar {
    display: flex;
    overflow: hidden;
    margin: 4%;
}

#logo {
    width: 17%;
    margin-left: 1px;
    height: auto;
}

.slideshow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; 
    
    margin-top: 5%;

    width: 96%; 
    max-width: 1000px;
    height: 500px; 

    border-radius: 0 20px 80px 0; 
}

.slideshow h1 {
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;

    padding: 10px;
    margin-left: 20px;
    
    z-index: 2;

    font-family: "Parisienne", serif;
    background: linear-gradient(90deg, #FFD700, #FFC700, #FFB700, #FFA700, #FFD700);
    color: transparent;
    font-size: 36px;
    background-clip: text;
}

#images {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 4.5%
}

.slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.contact-us {
    display: flex;
    justify-content: center;

    flex-direction: column;
    margin-left: 14px;
}

#location {
    font-weight: bold;
}

.contact-us button {
    width: 100px;
    height: auto;

    padding: 5px;
}

.stacked-text {
    display: flex;
    flex-direction: column;
}

.stacked-text p {
    margin-top: -15px;
    margin-left: 14px;
}

#location {
    margin-top: 15px;
    margin-right: 8%;

    font-family: "Inter", serif;
    font-weight: bold;
    font-size: medium;
}

.map { 
    margin-left: 3.5%;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
}

.map iframe {
    width: 95%;
    height: 270px;
    margin-top: -15px;
    border-radius: 10px;
    border: 0px;
}

.services {
    display: flex;
    justify-content: center; 
    align-items: center; 

    height: auto; 
    width: 100vw; 

    overflow: hidden; 
    text-align: center; 
}

.service-text {
    display: flex;
    align-items: center; 
    margin-left: 14px;
}

.service-text p {
    align-items: center; 
    margin-top: -15px;
}

.services h1 {
    font-family: "Fraunces", serif;
    margin-top: 10px;
}

.services img {
    max-height: 100%; 
    max-width: 100%; 
    height: auto; 
    width: auto; 
}

.spacer {
    padding: 20px;
}

.contact-us iframe {
    width: auto;
    height: auto;
}

.contact-us button{
    margin-left: -3px;
    margin-top: 5px;
    width: 96%;
}

.contact-us button i {
    padding-right: 2%;
}

footer {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;

    bottom: 0;
    width: 100%;
    
    top: 10%;  
    padding-bottom: 3%; 

    background-color: #c6c6ba;
}

footer h5 {
    margin: 0px;
    font-family: "Inter", serif;
    color: #231d23;
}

.footer-buttons a {
    color: #1d1517;
}

#logo-footer {
    width:auto;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}