﻿/* Media query for screens smaller than 768px */
@media screen and (max-width: 1080px) {
    #HomeTitle {
        font-size: 2.5rem;
        line-height: 1.4;
        font-weight: 600;
        text-align: center;
        align-content: center;
        position: relative;
        font-family: "Akaya Telivigala", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
        color: whitesmoke;
    }

    #site-intro-header {
        font-size: 1.7rem;
        color: #57375c;
        font-family: "Akaya Telivigala", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    }

    #site-intro-sub-header {
        font-size: 0.8rem;
        color: #474747;
        font-weight: normal;
        font-family: 'General Sans' system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    }


    .login-container{
        background-color: white;
        box-shadow: 0 0 0 0;
    }

    #logoTitle {
        font-family: "Akaya Telivigala", system-ui;
        font-weight: 900;
        font-style: normal;
        font-size: 1.9rem;
        letter-spacing: 3px;
        color: #56375C
    }

    .sticky-button {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 400px;
        padding: 15px;
        background-color: #007bff;
        color: white;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .event-lisiting-web{
        display: none;
    }

    #dasboard-count {
        font-size: 13px;
    }

    #dasboard-count-title{
        font-size: small;
    }

    .event-lisiting-mobile{
        display: block;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .image-lisiting-mobile{
        display: inline;
    }
    
    .image-lisiting-web{
        display: none;
    }

    #discovery-title-mid {
        font-size: 20px;
    }

    #homeSubTitle {
        font-size: 0.8rem;
        line-height: 25px;
        font-family: Roboto;
        margin-top: 25px;
        font-weight: 500;
    }

    .header-div{
        margin-top: 40px;
        margin-bottom: 100px;
    }

    #btn-home-find-event {
        background-color: #e18501f7;
        border: 1px solid #e18501f7;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        border-radius: 8px;
        padding: 10px;
        width: 80%;
        cursor: pointer;
        text-align: center;
        text-transform: initial;
    }

    #homeButtons {
        text-align: center;
    }

    #btnBrightColor {
        margin-bottom: 10px;
    }

    .sign-up-form-div-space {
        padding: 5px;
    }

    #reg-title {
        font-size: 1.3rem;
    }


    #reg-sub-title {
        font-size: 0.7rem;
    }

    #reg-sub-title > a{
        font-size: 0.7rem;
    }

    .login-container {
        width: 100%;
        height: auto;
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 2px;
        background-color: inherit;
    }


    .column {
        float: none;
        padding: 10px;
        height: 500px;
        align-content: center;
    }

    .left {
        display: none;
    }

    .right {
        width: 100%;
        padding: 40px;
    }

    #event-title {
        font-size: 1.5rem;
        font-family: "Akaya Telivigala", system-ui;
        width: 100%;
        color: #1e0a3c;
        word-break: break-word;
        line-height: 2.0rem;
        font-weight: 800;
    }


    #discovery-title-small {
        font-size:14px;
        font-weight:bold
    }

    #home-title-one{
        font-size: 1.3rem;
        text-align: center;
    }

    #home-title-two{
        font-size: 1.3rem;
        text-align: center;
    }

    #home-title-purple-description {
        font-size: 13px;
        line-height: 30px;
        text-align: center;
    }
    
    #home-title-header {
        font-size: 1.3rem;
        letter-spacing: 12px;
    }

    #home-title-header-one{
    font-size: 1.5rem;
    }

    #home-title-header-description-one {
        font-size: 14px;
        line-height: 30px;
    }
    
    #div-continue-account{
        text-align: center;
    }
}
