* {
    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)
}

.box1 {
    display:flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.para1 {
    font-size: 30px;
    color: white;
    max-width: 1200px;
}

.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;
}

.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; 
}

.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;
}

.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;
}

.footer {
    height: 250px;
    padding-bottom: 40px;
}

.copyright {
    text-align: center;
    font-size: 25px;
    color: white;
}

.title1 {
    font-size: 30px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
}

.petition {
    background-color: #034b72 !important;
    padding: 15px 15px;
    border-radius: 25px;
    border: 2px solid #c6ebff !important;
    margin-left: auto !important;
    margin-right: 30px;
}

.your-voice {
    color: white;
    margin-left: 30px;
    font-size: 28px;
    cursor: pointer;
    background-color: #033855;
    border: none;
    text-decoration: none;
}

@media (min-width: 1199px) {
    .sidebar a, .sidebar div, .sidebar p {
        display: none !important;
    }

}

@media (max-width: 1200px) {

    @media (max-width: 768px) {

        .copyright {
            font-size: 15px;
        }

    }

    @media (max-width: 850px) {
        .box1 {
            flex-direction: column;
        }
        .title1 {
            font-size: 35px;
        }
        .para1 {
            font-size: 30px;
            padding: 30px;
        }
        
    }

    .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%;
    }

    .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;
    }
    
}
