* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #033855;
    padding:10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.7)
}

.blueback {
    background-image: linear-gradient(rgba(3, 56, 85, 0.9), rgba(3, 56, 85, 0.9)), url('../images/background.jpeg');
    background-position: center;
    min-width: 100%;
    min-width: 200px;
}

.grayback {
    background-image: linear-gradient(rgba(54, 55, 68, 0.9), rgba(54, 55, 68, 0.9)), url('../images/background.jpeg');
    background-position: center;
    min-width: 100%;
    min-width: 200px; 
}

.div45 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list72 {
    margin-top: 50px;
    font-size: 30px;
    color: white;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    max-width: 1200px;
    border-radius: 15px;
}

.logo {
    margin-left: 10px;
    max-height: 80px;
    border-radius: 15px;
}

.href1 {
    text-decoration: none;
}

.nav-name {
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: white;
    margin-left: 20px;
}

.hamburger {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #033855;
    top: 100%;
    left: 40px;
    min-width: 200px;
    list-style: none;
    padding: 10px 0;
}

.dropdown-menu li {
    padding: 10px;
    font-size: 20px;
}

.dropdown-menu a {
    color: white;
    text-decoration: none;
    user-select: none;
}

.dropdown-menu a:hover {
    background-color: #033855;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.block5 {
    position: relative;
    height: 750px;
}

.image12 {
    position: absolute;
    left: 50%;
    top: 60%;
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.box351 {
    font-size: 30px;
    text-align: center;
}

.linkebleft {
    position: absolute;
    color: white;
    text-decoration: none;
    border-bottom: 3px dotted white;
    left: 15%;
    top: 75%;
}
.linkebright {
    position: absolute;
    color: white;
    text-decoration: none;
    border-bottom: 3px dotted white;
    right: 17%;
    top: 75%;
}
.linketleft {
    position: absolute;
    color: white;
    text-decoration: none;
    border-bottom: 3px dotted white;
    top: 25%;
    left: 14%;
}
.linketright {
    position: absolute;
    color: white;
    text-decoration: none;
    border-bottom: 3px dotted white;
    top: 25%;
    right: 18%;
}

.para10 {
    position: absolute;
    font-size: 30px;
    color: white;
    text-align: center;
}

.para2 {
    text-align: center;
    text-shadow: -3px 5px 2px rgb(0, 0, 0, 0.4);
    font-size: 35px;
    filter: brightness(2);
    font-weight: bold;
    padding-top: 60px;
    background-image: url('../images/sunrise.jpg');
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popupoverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.popup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 90%;
    width: 80%;
    background-color: #e4e4e4;
    border-radius: 10px;
    z-index: 100;
    max-width: 800px;
}

.petition {
    background-color: #034b72 !important;
    padding: 15px 15px;
    border-radius: 25px;
    border: 2px solid #c6ebff !important;
    margin-left: auto !important;
    margin-right: 30px;
}

.popuptitle {
    font-weight: bold;
    font-size: 30px;
    color: #033855;
    text-align: center;
    margin-top: 10px;
}

.accepttos {
    margin-top: 15px;
    padding: 5px;
    width: 200px;
    border-radius: 5px;
    background-color: gray;
    border: 2px rgb(39, 39, 39);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    cursor: pointer;
}

.dropdown-text {
    color: white;
    margin-left: 30px;
    font-size: 30px;
    cursor: default;
}

.downarrow {
    position: absolute;
    font-size: 30px;
    margin-left: 0px;
    transition: transform 0.3s ease;
}

.your-voice {
    color: white;
    margin-left: 30px;
    font-size: 28px;
    cursor: pointer;
    background-color: #033855;
    border: none;
    text-decoration: none;
}

.block1 {
    padding-bottom: 50px;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-image: url('../images/sunrise.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.5);
    z-index: -1;
}



.shine {
    text-shadow: 0px 0px 20px rgba(255,255,255,0.7)
}

.unshadow {
    text-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

.test2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px 0px;
}

@media (max-width: 1200px) {

    .box351 {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translate(0,0);
    }

    .linkebleft, .linkebright, .linketleft, .linketright, .image12, .para10 {
        position: relative;
        padding: 30px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translate(0,0);
    }

    .block5 {
        min-height: 1250px;
    }
}

.box4 {
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100px;
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
}

.box5 {
    position: relative;
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
    transition: transform 0.25s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
    user-select: none;
}

.back1 {
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    width: 80%;
    margin-top: 10px;
}

.front1 {
    position: relative;
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
    z-index: 4;
}

.box5:hover {
    transform: scale(1.02);
}

.title3 {
    color:#033855;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 20px;;
    font-size: 35px;
    font-weight: bold;
}

.title4 {
    color:#033855;
    position: absolute;
    left: 95%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    font-size: 45px;
    font-weight: bold;
    transition: rotate 0.15s ease-in-out;
}

.block4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    gap: 20px 20px;
    padding-bottom: 50px;
}

.para4 {
    padding: 15px;
    font-size: 25px;
    text-align: left;
}

.box6, .box7 {
    max-width: 720px;
    width: 45%;
    background-color: white;
    border-radius: 10px;
}

.title5 {
    color:#033855;
    font-size: 35px;
    text-align: center;
    padding: 20px 20px;
    font-weight: bold;
}

.footer {
    height: 200px;
}

.copyright {
    text-align: center;
    font-size: 25px;
    color: white;
}

.block4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .block4 {
        display: flex;
        flex-direction: column;
        justify-content: center;        align-items: center;
    }
    
}

@media (min-width: 1199px) {
    .sidebar a, .sidebar div, .sidebar p {
        display: none !important;
    }
}

@media (min-width: 850px) {

    .text {
        font-size: 30px;
        width: 100%;
        text-align: center;
        padding: 20px;
        position: relative;
    }

    .text::after {
        content: '';
        position: absolute;
        left: 3%;
        bottom: -2px;
        width: 94%;
        height: 2px;
        background-color: #033855;
    }

    .title4 {
        left: 95%;
    }

    .title1 {
        text-align: center;
        color: #c6a805;
        padding-top: 25px;
        font-size: 55px;
        text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9), 0px 0px 20px rgba(0, 0, 0, 0.95), 0px 0px 40px rgb(0, 0, 0);
    }

    .title2 {
        text-align: center;
        color: #ffffff;
        padding-top: 80px;
        font-size: 45px;
    }

    .list1 {
        padding-top: 30px;
        text-align: center;
        color: white;
        font-size: 35px;
    }

    .para2 {
        text-align: center;
        text-shadow: -3px 5px 2px rgb(0, 0, 0, 0.4);
        font-size: 35px;
        filter: brightness(2);
        font-weight: bold;
        padding-top: 60px;
        background-image: url('../images/sunrise.jpg');
        background-size: cover;
        background-position: center;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .boxes1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        padding: 0 20px;
        width: 100%;
    }

    #myDiv {
        background-color: rgba(0,0,0,0) !important;
    }

    @media (max-width: 1200px) {

        .box351 {
            position: relative !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transform: translate(0,0);
        }

        .linkebleft, .linkebright, .linketleft, .linketright, .image12, .para10 {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transform: translate(0,0);
        }

        .block4 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .text {
            font-size: 30px;
            width: 100%;         /* or a specific width like 300px */
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .text::after {
            content: '';
            position: absolute;
            left: 3%;
            bottom: -2px;
            width: 94%;
            height: 2px;
            background-color: #033855;
        }

        .title4 {
            left: 92%;
        }

        .boxes1 {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .boxes1div {
            height: 650px;
            width: 70%;
            background-color: white;
        }

        #myDiv {
            background-color: rgba(0,0,0,0) !important;
        }
    
        .box1, .box2, .box3 {
            position: absolute;
            left: 25%;
            margin-top: 35px;
            border-radius: 10px;
        }
    
        .box1 a, .box2 a, .box3 a {
            text-align: center;
            padding-top: 20px;
            font-size: 30px;
            font-weight: bold;
        }
    }

    .boxes1div {
        height: 650px;
        width: 500px;
        background-color: white;
    }

    #myDiv {
        background-color: rgba(0,0,0,0) !important;
    }

    .box1, .box2, .box3 {
        position: relative;
        text-align: center;
        margin-top: 35px;
        border-radius: 10px;
    }

    .box1 a, .box2 a, .box3 a {
        padding-top: 20px;
        font-size: 30px;
        font-weight: bold;
    }

}

@media (max-width: 849px) {

    .tos {
        background-color: white;
        border: 1px solid black;
        padding: 10px 10px;
        font-size: 17px;
        width: 80%;
        margin-top: 15px;
    }

    .box6, .box7 {
        max-height: 720px !important;
        width: 90%;
    }


    .text {
        font-size: 20px;
        padding: 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 15px 10px 15px 10px;
        border-bottom: 2px solid #033855;
    }

    .block4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .para2 {
        font-size: 30px;
    }

    @media (max-width: 768px) {
        .box6, .box7 {
            max-height: 860px !important;
            width: 90%;
        }

        .copyright {
            font-size: 15px;
        }

        .para2 {
            font-size: 25px;
        }

        .text {
            font-size: 150%;
            width: 100%;         /* or a specific width like 300px */
            text-align: center;
        }

        .background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 800px;
            background-image: url('../images/sunrise.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            filter: brightness(0.5);
            z-index: -1;
        }

        .title4 {
            left: 15%;
            font-size: 25px;
        }

        .title3 {
            font-size: 20px;
            max-width: 75%;
        } 

        .para3 {
            font-size: 17px;
        }
    }

    .title3 {
        font-size: 25px;
    }

    .para3 {
        font-size: 20px;
    }

    .title4 {
        left: 85%;
    }

    .boxes1div {
        display: flex;
        flex-direction: column;
        height: 650px;
        width: 90%;
        background-color: white;
    }

    #myDiv {
        background-color: rgba(0,0,0,0) !important;
    }

    .box1, .box2, .box3 {
        position: relative;
        margin-top: 35px;
        margin-left: 5%;
        border-radius: 10px;
    }

    .box1 a, .box2 a, .box3 a {
        text-align: center;
        padding-top: 20px;
        font-size: 30px;
        font-weight: bold;
    }


    .nav-name {
        margin-left: 10px !important;
    }
}

@media (max-width: 1200px) {

    .sidebar {
        display: none;
        background-image: url('../images/sunrise.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 90%;
        height: 100%;
        flex-direction: column;
        z-index: 1;
        color: white;
        font-size: 30px;
        left: 10%;
    }

    .title1 {
        text-align: center;
        color: #c6a805;
        padding-top: 25px;
        font-size: 35px;
        text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.9), 0px 0px 20px rgba(0, 0, 0, 0.95), 0px 0px 40px rgb(0, 0, 0);
    }

    .title2 {
        text-align: center;
        color: #ffffff;
        padding-top: 70px;
        font-size: 25px;
    }

    .list1 {
        padding-top: 30px;
        text-align: center;
        color: white;
        font-size: 25px;
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 0;
        pointer-events: none;
    }

    .sidebar-1, .sidebar-2 {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sidebar-1 a, .sidebar-2 a {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-decoration: none;
        color: rgb(201, 201, 201);
        font-size: 30px;
        z-index: 2;
    }

    .sidebar-1-btn, .sidebar-2-btn {
        user-select: none;
        display: block;
        text-align: center;
        cursor: pointer;
        font-size: 45px;
        padding: 5px;
        left: 50%;
        text-decoration: none;
        color: white;
        z-index: 2;
    }

    .sidebar-1-btn {
        padding-top: 15px;
    }


    .dropdown, .dropdown-menu, .your-voice {
        display: none;
    }

    .hamburger {
        display: inline;
        margin-left: auto;
        margin-right: 10px;
        font-size: 35px;
        color: white;
        cursor: pointer;
        user-select: none;
    }
    
}
a[title] {
    text-decoration: none;
}

#category, #items {
    height: 50px;
    width: 500px;
    border-radius: 50px 50px 50px 50px;
    padding-left: 10px;
}

.categorytitle {
    margin: 20px 20px 20px;
    font-size: 30px;
    color: white;
}

.yourvoicebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description {
    background-color: rgba(255,255,255,0.2);
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 20px 20px;
    margin-top: 30px;
    max-width: 50%;
    min-width: 250px;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .description {
        max-width: 90%;
    }
}

.thoughts {
    margin-bottom: 10px;
    border-radius: 40px;
    max-width: 1000px;
    min-width: 50%;
    padding: 10px;
    color: black;
    font-size: 30px;
}

.notices {
    font-size: 35px;
    color: white;
}



@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
    }