:root {
    font-family: "Jersey 10", serif !important;
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#date-input {
    color-scheme: dark;
}

#hamburger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}

#hamburger div {
    background-color: aquamarine;
    width: 20px;
    height: 2px;

}



p {
    word-wrap: break-word;
}

body {
    height: 100vh;
}


input, textarea {
    color: aquamarine !important;
}

.ride-card {
    box-shadow: 1px, 2px, 3px rgba(50, 50, 50,0.87);
    color: seashell;
    height: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* border: 1px solid aquamarine */
    background-color: rgba(127, 255, 212, 0.056) !important;
}

.delete-button {
    /* background-color: red; */
    width: 30px;
    height: 30px;
    color: seashell;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    border-radius: 50%;
    text-decoration: none;
    

}

.form-button {
    background-color: transparent;
    border: 1px solid aquamarine;
    color: aquamarine;
    width: 100%;
}

.alt-text-color {
    color: aquamarine;
}

a.active {
    color: gold;
}

nav {
    background-color: rgba(127, 255, 212, 0.056) !important;
    color: aquamarine !important;
    width: 15%;
    font-size: 1.2rem;
    height: 100vh;
    /* position:fixed !important; */
    left:0;
    top: 0;
}



@media screen and (max-width: 1280px) {

    nav {
        background-color: rgba(0, 0, 0, 0.697) !important;
        width: 50% !important;
    }
    

    .message-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        /* border: 1px solid red; */
        align-self: center;
        gap: 20px;
    }

    .message-form button {
        /* width: 40px; */
        height: 40px;
        /* border-radius: 50%; */
        font-size: x-small;
        margin: 0;
        background-color: rgba(127, 255, 212, 0.197);
        color: seashell;
    }

    .message-form input {
        justify-content: center;
    }

    .message-form .form-group {
        width: 100%;
        justify-content: center;
        /* border: 1px solid red; */
    }


    

}
