:root {
    --background-color1: rgb(251 72 64);
    --background-color2: rgb(255, 246, 246);
    --background-color3: rgb(244, 228, 228);
}
body {
    margin: 0;
    height: 100%;
    width: 100%;
}
#menuBody {
    background-color: var(--background-color2);
}
a {
    text-decoration: none;
    color: var(--background-color1);
}
.navbar {
    margin-left: 8%;
    width: 92%;
    height: 70px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 10px;
    z-index: 1000;
}
.navbar nav {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    background-color: white;
}
.navbar div:not(.navBtnsContainer) {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 10%;
    height: 100%;
    background-color: white;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, height 0.3s ease;
}

.rightMenuBtn {
    border-radius: 0 25px 25px 0;
    user-select: none;
}
.rightMenuBtn:hover {
    transform: translateY(12.5px);
    border-radius: 0 25px 25px 25px;
    background-color: rgb(236, 236, 236) !important;
    height: calc(100% + 25px) !important;
}
.leftMenuBtn {
    border-radius: 25px 0 0 25px;
    user-select: none;
}
.leftMenuBtn:hover {
    transform: translateY(12.5px);
    border-radius: 25px 0 25px 25px;
    background-color: rgb(236, 236, 236) !important;
    height: calc(100% + 25px) !important;
}
.navbar span:not(.pieces) {
    font-size: 40px;
    padding-top: 5px;
    color: var(--background-color1);
}
.navBtnsContainer a:not(.navOff) {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, height 0.3s ease, opacity 0.5s ease;
}
.navBtnsContainer a:hover {
    transform: translateY(12.5px);
    height: calc(100% + 25px);
    background-color: rgb(236, 236, 236);
    border-radius: 0 0 25px 25px;
}
.navOff {
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
.navBtnsContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vegIcon {
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
#menuSection {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 8%;
}
#menuLogo {
    width: 30%;
    filter: invert(90%) hue-rotate(180deg);
    margin: 5% 0;
}
.menuTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(92, 92, 92, 0.4), rgba(96, 96, 96, 0.4)), url(/Images/SushiPlatter.jpg) rgba(255, 255, 255) center/cover no-repeat;
}
.menuItems {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 10px solid var(--background-color1);
}
.splitContainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5%;
    width: 90%
}
.itemsContainer {
    width: 100%;
}
.menuItem {
    background-color: var(--background-color3);
    display: flex;
    justify-content: space-between;
    font-family: 'Quicksand', sans-serif;
    padding: 30px;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 3%;
    border-radius: 25px;
    transition: max-height 1s ease;
    overflow: hidden;
}
.menuItem:hover {
    max-height: 500px;
}
.onlyItem {
    width: 40%;
    margin: auto;
}
.legendText {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin-top: 3% !important;
}
.menuItem h3, .legendText {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    width: 100%;
}
.menuItem p {
    font-size: 14px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 1s ease, max-height 1s ease;
}
.menuItem div {
    display: flex;
    flex-direction: column;
    width: auto;
}
.menuItem img:not(.vegIcon) {
    width: 25%;
    object-fit: contain;
    padding-left: 10px;
}
.menuItem:hover p {
    opacity: 1 !important;
    max-height: 100px !important;
}
.price {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-top: auto;
}
.menuSubtitle {
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: inline;
    display: flex;
    color: black;
    flex-direction: column;
    align-items: center;
    margin: 3%;
    width: 90%
}
.menuSubtitle p {
    font-size: 25px;
    background-color: var(--background-color3);
    padding: 5px 20px 10px 20px;
    border-radius: 25px;
    margin: 1% 2% 0 2%;
}
.menuSubtitle h2 {
    font-size: 50px;
    background-color: var(--background-color3);
    padding: 5px 20px 10px 20px;
    border-radius: 25px;
    margin: 0;
}
.menuSubtitle h3 {
    font-size: 40px;
    background-color: var(--background-color3);
    padding: 5px 20px 10px 20px;
    border-radius: 25px;
    margin: 0;
}
.choices-description-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 4px var(--background-color1);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transition: transform 0.2s ease;
    transform: rotate(135deg) skew(5deg, 5deg) translate(-20%, 20%);
}
.choices-description-btn.open::after  {
    transform: rotate(-45deg) skew(5deg, 5deg) translate(-20%, 20%);
}
.choices-description-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.choices-description-text {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    opacity: 0;
    background-color: var(--background-color3);
    padding: 5px 20px 10px 20px;
    border-radius: 25px;
    margin: 1% 2% 0 2%;
    transition: opacity 1.5s ease;
}
.choices-description.open .choices-description-text {
    opacity: 1;
}
.choices-description-text span:not(.pieces) {
    display: block;
    font-size: 20px;
}
.choices-description {
    margin-top: -2%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: margin-top 2s ease;
    width: 100%;
}
.choices-description.open {
    margin-top: 0;
}
.choices-description-text p {
    flex-shrink: 0;
    text-align: start;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: opacity 1.5s ease, max-height 2s ease;
}
.choices-description.open .choices-description-text p {
    opacity: 1;
    max-height: 1000px;
}
footer {
    width: 92%;
    margin-left: 8%;
    background-color: var(--background-color2);
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
}
.footerContainer {
    display: flex;
    justify-content: center;
}
.footerContainer h3 {
    font-size: 30px;

}

.border {
    width: 92%;
    height: 5px;
    margin-left: 8%;
    background-color: rgba(251, 72, 64, 50%);
    margin: auto;
}
.top {
    margin-bottom: 3%;
}
.bottom {
    margin-top: 3%;
}
#footerBranding {
    width: 22%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#nonbrandingContainer {
    display: flex;
    width: 68%;
    justify-content: space-between;
}
.footerLogo {
    width: 90%;
    position: relative; 
    object-fit: contain;
}
#operationHoursContainer {
    width: 41%;
}
footer p {
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    width: 85%;
}
#onlineOrderContainer {
    width: 29%;
}
#onlineOrderContainer a {
    font-size: 20px;
}
.contact-info a, #onlineOrderContainer a {
    color: black;
    transition: color 0.3s ease;
}
.contact-info a:hover, #onlineOrderContainer a:hover {
    color: var(--background-color1);
}
.social-media {
    margin: 5% 0 0 10%;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    gap: 50%;
}
#footerLinks {
    margin-top: 3%;
    display: flex;
    justify-content: center;
    gap: 15%;
    font-family: 'Quicksand', sans-serif;
    text-decoration: underline;
    color: var(--background-color1);
    font-size: 24px;
}
.icon-button {
    font-size: 40px;
}
.icon-button i {
    transition: color 0.3s ease;
    color: var(--background-color1);
}
.icon-button:hover i {
    color: black;
}
#contacts {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.copyright {
    padding-top: 2%;
    margin: auto;
    text-align: center;
}
.bold {
    font-family: "Montserrat Regular";
}
#display {
    background: var(--background-color2) right;
    width: 92%;
    margin-left: 8%;
    border-top: 10px solid var(--background-color1);
    overflow: hidden;
}
#WelcomeCont {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#decor1 {
    position: absolute;
    transform: rotate(-55deg);
    left: -10%;
    width: 30%;
}
#decor2 {
    position: absolute;
    right: -10%;
    bottom: 0;
    transform: rotate(115deg);
    width: 30%;
}
#welcome {
    margin: 10% 25% 10% 25%;
    text-align: center;
    font-size: 50px;
    font-family: "Montserrat Regular", sans-serif;
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25em;
}
#welcome .word {
    display: flex;       
    white-space: nowrap;
}
#welcome .char {
    display: inline-block;
    transform: rotateY(90deg);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}
#welcome.aos-animate .char {
    transform: rotateY(0);
    opacity: 1;
}
.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 0 0 0;
  background-color: black;
  border-top: 10px solid var(--background-color1);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.slide.active {
  opacity: 1;
}

.slide img, .slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prev, .next {
  position: absolute;
  margin: 20% 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
  border: none;
  font-size: 35px;
  padding: 8px 15px 6px 15px;
  cursor: pointer;
}
.prev:hover, .next:hover {
    background-color: white;
    color: black;
    transition: background-color 0.3s ease;
}

button.prev { left: 10px; }
button.next { right: 10px; }

.hero {
    position: relative;
    width: 92vw;                  
    aspect-ratio: 16 / 9;         
    margin: 0 0 0 8vw;             
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.2)), url(/Images/SushiPlatter1.jpg) rgba(255, 255, 255) no-repeat center center;
    background-size: cover;  
}
.hero a {
    font-family: "Montserrat Regular", sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 5px;
    background-color: rgb(255, 0, 0);
    box-shadow: 0 4px 10px black;
    transition: background-color 0.3s ease, transform 0.2s ease;
    transform-origin: center;
}
.hero a:hover {
    background-color: rgb(255, 255, 255);
    color: red;
    transform: scale(1.1);
}
.logo {
    width: 50%;
}
#visitUs {
    background: var(--background-color2);
    width: 92vw;
    margin-left: 8vw;
    display: flex;
    align-items: stretch;
    justify-content: right;
    height: 100%;
    border-top: 10px solid var(--background-color1);
}
#visitUs > div:first-child {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}
#roll {
    width: 50%;
    margin: 10% 0;
    margin-left: -50%;
}
#invite {
    color: var(--background-color1);
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    width: auto;
    margin-bottom: 0;
    text-align: center;
}
#visitUs p {
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
    width: auto;
    text-align: center;
    margin: 0 10%;
}
.crop {
    flex: 1;
    height: 100%;               
    display: flex;
    align-items: center;    
    justify-content: center;
    overflow: hidden;
}
.sushiHouse {
    width: 100%;
    height: 100%;
    max-height: 100vh; 
    margin: 0;
    object-fit: cover;
    object-position: center center;
}
.sidebar {
    z-index: 3000;
    width: 25vw;
    border-radius: 5px;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    color: rgb(0, 0, 0);
    background: #ffffff;
    position: fixed;
    top: 0;
    left: -17%;
    transition: left 0.3s ease;
} 
.sidebar a {
    visibility: none;
    opacity: 1;
    position: relative;
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 30px;
    font-family: 'Montserrat Regular', sans-serif;
    margin: 2em 0 1em 5px;
    padding-bottom: 5px;
    width: auto;
}
.sidebar.open {
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
}
.sidebar.open a {
    visibility: visible;

}
.sidebar a:hover {
    color: rgb(255, 0, 0);
}
.sidebar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: red;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
}

.sidebar a:hover::after {
    transform: scaleX(1);
}
.sidebar a.active {
    color: red;
}
.sidebar a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: red;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s ease-out;
}
#sidebarToggle {
    position: absolute;
    top: 40px;
    right: 5%;
    z-index: 1000;
    color: #ff0000;
    width: 50px;
    height: 50px;
    border: 4px solid #000000;
    background: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-weight: 200;
    font-size: 40px;
    cursor: pointer;
    border-radius: 5px;
    transition: border-color 0.3s ease, color 0.3s ease;
}

#sidebarToggle::before {
    content: "☰";
}
#sidebarToggle.open::before{
    content: "x";
}
.sidebar li {
    list-style-type: none;
}
#sidelogo {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 85% 0 15%;
    padding-top: 5%;
}
#sidebarToggle:hover {
    border: 4px solid rgb(255, 0, 0);
    color: rgb(0, 0, 0);
}
#sidebarToggle:active {
    border: 4px inset rgb(255, 0, 0);
    color: rgb(255, 0, 0);
}
@media (max-width: 1250px) {
    .navBtnsContainer a :not(.navOff) {
        font-size: 18px;
    }
    .vegIcon {
        width: 25px;
        height: 25px;
    }
    .menuItem {
        min-height: 90px;
        max-height: 90px;
    }
    .menuItem img:not(.vegIcon) {
        width: 30%;
    }
    .menuItem h3, .legendText {
        font-size: 20px;
    }
    .menuItem p {
        font-size: 12px;
    }
    .menuItem:hover p {
        max-height: 200px !important;
    }
    .price {
        font-size: 16px;
    }
    .menuSubtitle h2 {
        font-size: 45px;
    }
    .menuSubtitle h3 {
        font-size: 30px;
    }
    .menuSubtitle p {
        font-size: 20px;
    }
    .choices-description-text {
        width: 86%;
    }
    .choices-description-text span:not(.pieces) {
        font-size: 20px;
    }
    #display, #visitUs, footer, .navbar, #menuSection {
        width: 90%;
        margin-left: 10%;
    }
    #welcome {
        font-size: 40px;
    }
    .carousel {
        width: 100%;
        margin: 0 0 0 0;
    }
    #invite {
        font-size: 40px;
    }
    #visitUs p {
        font-size: 19px;
        margin: 0 5%;
    }
    #visitUs > div:first-child {
        width: 50%;
    }
    #roll {
        width: 40%;
        margin-left: -60%;
    }
    .sushiHouse {
        width: 130%;
        margin: 0 ;
    }
    .sidebar {
        width: 30vw;
        left: -20%;
    }
    .sidebar a {
        font-size: 25px;
        margin: 2em 0 2em 0;
    }
    .hero {
        width: 90vw;
        margin: 0 0 0 10vw;
    }
    .hero a {
        font-size: 15px;
    }
    .footerContainer h3 {
        font-size: 21px;
    }
    footer p {
        font-size: 10px;
    }
    .social-media {
        margin: 0 0 0 10%;
        gap: 30%;
    }
    .social-media a {
        font-size: 30px;
    }
    #onlineOrderContainer a {
        font-size: 14px;
    }
    #footerLinks {
        font-size: 18px;
    }
}
@media (max-width: 880px) {
    .menuTitle {
        height: 400px;
        align-items: center;
    }
    #menuLogo {
        width: 50%;
    }
    .splitContainer {
        flex-direction: column;
    }
    .navbar span:not(.pieces) {
        font-size: 30px;
    }
    .navBtnsContainer a :not(.navOff) {
        font-size: 14px;
    }
    .vegIcon {
        width: 30px;
        height: 30px;
    }
    .menuItem h3, .legendText {
        font-size: 24px;
    }
    .menuItem img:not(.vegIcon) {
        width: 25%;
    }
    .menuItem p {
        font-size: 14px;
    }
    .price {
        font-size: 20px;
    }
    .menuSubtitle h2 {
        font-size: 50px;
    }
    .menuSubtitle h3 {
        font-size: 40px;
    }
    .menuSubtitle p {
        font-size: 25px;
    }
    .onlyItem {
        width: 90%;
        box-sizing: border-box;
        min-height: 150px;
    }
    .choices-description-text span:not(.pieces) {
        font-size: 16px;
    }
    #display, #visitUs, footer, .navbar, #menuSection {
        width: 79%;
        margin-left: 21%;
    }
    #welcome {
        font-size: 40px;
        margin: 20% 15%;
    }
    .carousel {
        height: 75vh;
    }
    .slide {
        height: 65vh;
    }
    .slide img, .slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .prev, .next {
        margin: 50% 0;
    }
    #invite {
        font-size: 30px;
    }
    #visitUs p {
        font-size: 15px;
    }
    #visitUs > div:first-child {
        width: 45%;
    }
    .sushiHouse {
        width: 140%;
    }
    .sidebar {
        width: 65%;
        left: -44%;
    }
    .sidebar a {
        font-size: 25px;
        width: auto;
    }
    .sidebar.open {
        left: -5px;
    }
    #sidelogo {
        margin: 0 15% 0 15%;
    }
    #sidebarToggle {
        width: 40px;
        height: 40px;
        font-size: 34px;
    }
    .hero {
        width: 79vw;
        margin: 0 0 0 21vw;
        height: 75vh;
    }
    .logo {
        width: 390px;
    }
    .footerContainer {
        flex-direction: column;
        align-items: center;
    }
    #footerBranding {
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    #footerBranding p {
        text-align: center;
        font-size: 14px;
    }
    .footerLogo {
        width: 30%;
    }
    #nonbrandingContainer {
        width: 90%;
        align-items: flex-start;
        gap: 5%;
    }
    .footerContainer h3 {
        font-size: 17px;
    }
    footer p {
        font-size: 8px;
    }
    #onlineOrderContainer a {
        font-size: 12px;
    }
    .social-media a {
        font-size: 25px;
    }
    #footerLinks {
        font-size: 15px;
    }
}
@media (max-width: 700px) {
    #menuLogo {
        width: 70%;
    }
    .navbar span:not(.pieces) {
        font-size: 30px;
    }
    .vegIcon {
        width: 25px;
        height: 25px;
    }
    .menuItem img:not(.vegIcon) {
        width: 30%;
    }
    .menuItem h3, .legendText {
        font-size: 20px;
    }
    .menuItem p {
        font-size: 10px;
    }
    .price {
        font-size: 16px;
    }
    .menuSubtitle h2 {
        font-size: 45px;
    }
    .menuSubtitle h3 {
        font-size: 30px;
    }
    .menuSubtitle p {
        font-size: 20px;
    }
    .choices-description-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .choices-description-text span:not(.pieces) {
        font-size: 20px;
        text-align: center;
    }
    .choices-description-text p {
        padding-bottom: 0;
        padding-top: 0;
    }
    #welcome {
        font-size: 32px;
        margin: 30% 0;
    }
    .crop {
        width: 0;
        height: 0;
    }
    #roll {
        width: 40%;
    }
    #visitUs > div:first-child {
        width: 100%;
        height: 70vh;
    }
    #visitUs p {
        font-size: 20px;
    }
    #invite {
        font-size: 50px;
    }
    #footerBranding p {
        font-size: 16px;
    }
    #footerBranding {
        width: 80%;
    }
    .footerLogo {
        width: 50%;
    }
    #nonbrandingContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20%;
    }
    .footerContainer h3 {
        font-size: 30px;
    }
    footer p {
        font-size: 12px;
    }
    #operationHoursContainer {
        width: 80%;
    }
    #contacts {
        width: 80%;
    }
    .social-media a {
        font-size: 40px;
    }
    .social-media {
        margin: 0;
    }
    #onlineOrderContainer {
        width: 80%;
    }
    #onlineOrderContainer a {
        font-size: 20px;
    }
    #footerLinks {
        font-size: 24px;
    }
}
@media (max-width: 450px) {
    .menuTitle {
        height: 200px;
    }
    .navbar span:not(.pieces) {
        font-size: 25px;
    }
    .navBtnsContainer a :not(.navOff) {
        font-size: 14px;
    }
    .vegIcon {
        width: 25px;
        height: 25px;
    }
    .menuItem {
        min-height: 60px;
        max-height: 60px;
    }
    .menuItem h3, .legendText {
        font-size: 12px;
    }
    .menuItem p {
        font-size: 10px;
    }
    .price {
        font-size: 12px;
    }
    .onlyItem {
        width: 90%;
        box-sizing: border-box;
        min-height: 120px;
    }
    .menuSubtitle h2 {
        font-size: 40px;
    }
    .menuSubtitle h3 {
        font-size: 25px;
    }
    .menuSubtitle p {
        font-size: 15px;
    }
    .choices-description-text span:not(.pieces) {
        font-size: 16px;
    }
    #invite {
        font-size: 40px;
    }
    #welcome {
        font-size: 30px;
    }
    .sidebar a {
        font-size: 20px;
        left: -10px;
    }
    .logo {
        width: 90vw;
    }
    .footerContainer h3 {
        font-size: 25px;
    }
    footer p {
        font-size: 10px;
    }
    #operationHoursContainer {
        width: 90%;
    }
    #contacts {
        width: 90%;
    }
    #onlineOrderContainer {
        width: 90%;
    }
    #onlineOrderContainer a {
        font-size: 20px;
    }
    #footerLinks {
        font-size: 20px;
    }
}
@media (prefers-reduced-motion: no-preference) {
  * {
    scroll-behavior: smooth;
  }
}
@font-face {
    font-family: Montserrat Regular;
    src: url('Fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Oswald;
    src: url('Fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Story Script;
    src: url('Fonts/StoryScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Quicksand;
    src: url('Fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes popBounce {
    0%   { transform: scale(0.80); }
    50%  { transform: scale(1.20); }
    70%  { transform: scale(0.92); }
    85%  { transform: scale(1.04); }
    100% { transform: scale(1.00); }
}
[data-aos="pop-bounce"] {
    opacity: 0;
    transform: scale(0.80);
}
[data-aos="pop-bounce"].aos-animate {
    opacity: 1;
    animation: popBounce 600ms ease-out both;
}