html {
    font-size: 14px;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 49px;
    line-height: 1.2;
    font-weight: 300;
    font-family: sans-serif;
    color: #333;
}

h2 {
    font-size: 42px;
    line-height: 1.3;
    font-family: "Fjalla One", sans-serif;
    font-weight: lighter;
    color: #333;
}

h3 {
    font-size: 25px;
    line-height: 1.4;
    font-family: "Fjalla One", sans-serif;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 1.4;
}

p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

#contact-us-details p {
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

nav ul li {
    font-size: 0.825rem;
    font-weight: 500;
}

nav span {
    font-size: 1.786rem;
    font-weight: 400;
}

#mobile-nav-menu span {
    font-size: 25px;
    font-weight: 500;
}

#mobile-nav-menu span:hover {
    background-color: #303030;
    color: white;
    text-decoration-color: white;
}

.cards p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

#digital-signature-panel {
    font-size: 14px;
}

#digital-signature-panel h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

#digital-signature-panel p {
    font-size: 14px;
    font-weight: 500;
}

#nilgiri-badge {
    font-size: 14px;
}

#contact-us-details h6 {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #333;
}

#contact-us-details p {
    margin-bottom: 1rem;
}

.cards {
    padding: 20px;
}

footer {
    font-size: 14px;
    padding: 0.5rem;
}

#about-us-description {
    padding: 0 1rem;
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 20px;
    }


    nav span {
        font-size: 14px;
        font-weight: 600;
    }

    .cards p {
        font-size: 16px;
        font-weight: 600;
    }

    .marquee {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 49px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 25px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    nav ul li {
        font-size: 1.071rem;
        font-weight: 500;
    }

    nav span {
        font-size: 1.786rem;
        font-weight: 600;
    }

    .cards p {
        font-size: 16px;
        font-weight: 600;
    }

    .marquee {
        font-size: 16px;
    }

    #digital-signature-panel {
        font-size: 14px;
    }

    #nilgiri-badge {
        font-size: 14px;
    }

    footer {
        font-size: 14px;
    }

    #about-us-description {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 49px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 25px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    nav ul li {
        font-size: 1.071rem;
        font-weight: 500;
    }

    nav span {
        font-size: 1.786rem;
        font-weight: 400;
    }

    .cards p {
        font-size: 16px;
        font-weight: 600;
    }

    .marquee {
        font-size: 18px;
    }

    #digital-signature-panel {
        font-size: 14px;
    }

    #nilgiri-badge {
        font-size: 14px;
    }

    footer {
        font-size: 14px;
    }
}

.marquee__part {
    flex-shrink: 0;
    padding: 0 4px;
    font-smooth: always;
}

.marquee {
    background: #EEEEEE;
    color: #d40303;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.marquee__inner {
    -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex;
    flex: auto;
    flex-direction: row;
}

/* Instructions div font size to match side-navi-item > div */
#instructions {
    font-size: 22px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#instructions:hover {
    background-color: #a25d14;
}

#instructions.active {
    background-color: #a25d14;
}