* {
    top: 0;
    margin: 0;

    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
}

body {
    background-color: #996994;
    overflow-x: hidden;
}

.bg-purple {
    position: absolute;
    height: 50vh;
    width: 100vw;
    background-color:#D9D9D9 ;
}


/* Navigation */

.menu-group {
    position: sticky;
    z-index: 12;
}

.menu-header {
    width: 90vw;
    height: 15vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    background-color: white;
    font-size: 0.75em;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menu-header > div > img {
    max-width: 300px;
    width: 15%;
    padding-right: 5%;
}

.logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    font-size: larger;

    
}

.menu-header > a {
    background-color: #D6B2E2;
    text-decoration: none;
    color: black;
    padding: 15px;
    border-radius: 25px;
    font-size: 1.25em;
}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 8vh;
    background-color: #B8ACBA;
}

.menu > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
}

.menu > ul > li{
    padding: 20px;
}

.menu > ul > li > a {
    text-decoration: none;
    color: white;
}

h1 {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    margin-bottom: 10px;
}

h3 {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75em;
    margin-bottom: 10px;
}

/* Hero */
.hero-wrapper {
    position: absolute;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25%;
    background-image: url(images/hero.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    background-color: white;
    padding: 10%;
}

.hero-content > p {
    font-family: sans-serif;
}

.services-btn {
    display: flex;
    color: black;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #D6B2E2;
    margin-top: 5%;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 1.5em;
    border-radius: 25px;
}

/* Services */

.header {
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-self: center;
    align-items: center;
    background-color: white;
    margin-top: 40vh;
    padding: 40px;
    z-index: 10;
}

.services {
    position: absolute;
    top: 100vh;
}

.spacing {
    margin-top: 10vh;
    width: 100vw;
    background-color: white;
}

.card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-self: center;
    align-items: center;
    padding: 20px;
    margin-left: 20vw;
    margin-right: 20vw;
    margin-bottom: 5%;
}

.card-image > img {
    max-width: 300px;
    max-height: 300px;
    padding-right: 20px;
}

.price {
    margin-bottom: 10px;
}

.card-btn {
    display: flex;
    color: black;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #D6B2E2;
    margin-top: 5%;
    padding: 10px;
    text-decoration: none;
    border-radius: 25px;
}

/*Gift Certificates Section*/


/*Gift Certificates Section*/


.location-content {
    position: absolute;
    top: 90vh;
}

.location-content > iframe {
    width: 100vw;
    height: 50vh;
}