html {
    scroll-behavior: smooth;
}

body {
    font-family: "AR One Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #162521;
}

.navbar {
    background-color: transparent;
    height: 70px;
}

.nav-link,
.nav-link:active {
    color: #fff !important;
}

.hero-bg {
    background-image: url('../img/hero2.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}

.hero-content {
    color: #fff;
    margin-top: 200px;
    text-align: center;
    margin-bottom: 230px;
}

.flower-bg {
    background-image: url('../img/flowers.png');
    background-size: cover;
}

.bluebg {
    background-color: #fafafa;
}

.cta-bg {
    background-image: url('../img/IMG_9926.jpg');

    /* Set a specific height */
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}

p {
    line-height: 1.7;
}

h1 {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 135px;
}

.fiesta {
    text-align: center;
    font-size: 80px;
    margin-top: 100px;
    color: #4281A4;
}

h2 {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: #4281A4;
    margin-bottom: 20px;
}

h3 {
    font-family: "AR One Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

h4 {
    font-family: "Ephesis", cursive;
    font-size: 40px;
    margin-bottom: 0px;
}

h5 {
    font-family: "AR One Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
}

h6 {
    color: #909295;
    font-weight: bold;
}

.button {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
    min-width: 250px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.button:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.fa-paper-plane {
    padding-left: 10px;
}

.fa-bars {
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.pt-6 {
    padding-top: 80px;
}

.pt-6 {
    padding-bottom: 80px;
}

.classy {
    max-width: 250px;
    border-top-color: #4281A4;
    border-top-width: 3px;
    margin-left: auto;
    margin-right: auto;
}

.schedule-container {
    border: #CFDFE8 2px solid;
    color: #3A405A;
    padding: 30px;
    background-color: #fff;
    margin-top: 45px;
    position: relative;
}

.schedule-inner {
    background-color: #edf3f8;
    padding: 25px 25px;
    text-align: center;
}

.event-details {
    text-align: center;
}

.fancy-corner {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 200;
}

.date {
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "AR One Sans", sans-serif;
    color: #162521;
}

.badge {
    height: 15px;
    width: 15px;
    padding: 0;
    margin-top: 10px;
}

.leaf-container {
    position: relative;
    overflow: hidden;
}

.leaf {
    position: absolute;
    z-index: 50;
    display: block;
}

.highIndex {
    position: relative;
    z-index: 200;
}

.countdown-box {
    background-image: url("../img/countdown-background.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    text-align: center;
}

.countdown-number {
    color: #4281A4;
    font-size: 45px;
    display: block;
    line-height: 1;
}

.cta-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cta-content h1 {
    font-size: 100px;
}

.cta-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.footer-container {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #eee;
    color: #555;
}

.footertext {
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-container {
        justify-content: center;
    }

    .navbar-nav {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .nav-link {
        padding: 0 30px !important;
    }
}

@media (max-width: 991px) {
    .hero-bg {
        background: 
            linear-gradient(
                rgba(0, 0, 0, 0.3), 
                rgba(0, 0, 0, 0.3)
            ),
            url('../img/hero2.jpg');
        background-position: left;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cta-bg {
        background: 
            linear-gradient(
                rgba(0, 0, 0, 0.3), 
                rgba(0, 0, 0, 0.3)
            ),
            url('../img/IMG_9926.jpg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-content {
        margin-bottom: 200px;
        margin-top: 180px;
        padding-right: 10px;
    }

    h1 {
        font-size: 95px;
        line-height: 1;
    }
}

.leaf1 {
    right: -270px;
    top: -150px;
    width: 548px;
}

.leaf2 {
    left: -210px;
    top: 800px;
    width: 470px;
}

.leaf3 {
    right: -170px;
    top: 1530px;
    width: 470px;
}

.leaf4 {
    left: -200px;
    top: 2430px;
    width: 520px;
}

/* Annoying leaf positioning */
@media (max-width: 1324px) {
    .leaf1 {
        right: -330px;
    }

    .leaf2 {
        left: -300px;
    }
}

@media (max-width: 991px) {
    .leaf1 {
        width: 490px;
    }

    .leaf2 {
        width: 430px;
    }
}

@media (max-width: 768px) {
    .leaf1 {
        right: -393px;
    }

    .leaf2 {
        left: -360px;
        top: 900px;
    }

    .leaf3 {
        display: none;
    }

    .leaf4 {
        display: none;
    }

    .countdown-box {
        padding: 5px;
    }

    .countdown-number {
        font-size: 29px;
    }

    h1 {
        font-size: 80px;
    }

    h3 {
        font-size: 22px;
    }
}