/* media query */
button{
    margin-top: 0 !important;
}
#toggle{
    display: none;
}
.label{
    font-size: 26px !important;
    line-height: 70px !important;
    display: none !important;
    width: 30px !important;
    float: right !important;
    color: black !important;
}

@media only screen and (max-width: 992px){
    /* banner */
    
    /* nav */
    .label{
        display: block !important;
        cursor: pointer !important;
        margin-bottom: 0 !important;
        padding-right: 2em !important;
        padding-bottom: 1em !important;
        padding-top: 0 !important;
    }
    nav ul{
        text-align: right;
        display: none;
        flex-direction: column;
        padding-top: 2.2em;
        background-color: transparent;
    }
    nav ul li{
        width: 100%;
        justify-content: right;
        padding-right: 4em;
        position: relative;
        top: 1em;
        margin-left: 0;
    }
    nav ul li a{
        opacity: 1;
    }
    #toggle:checked+.controls{
        display: block;
        width: 100%;
        padding-bottom: 2em;
    }
    .burger{
        display: block;
        width: 100%;
        height: 3.5em;
    }
    .controls{
        flex: right;
    }
    .position{
        position: relative;
    }
    .drop-item{
        display: block;
        display: none;
        position: relative;
        flex-direction: row;
        text-decoration: underline;
        font-size: 16px;
        padding: .5em;
        background-color: var(--background);
        border-radius: 10px;
    }
    /* main */
    .mainflex{
        flex-direction: column;

    }
    
    .main_1{
        text-align: center;
        justify-content: center;
        
        float: none;
        text-align: center;
    }

    /* particle */
    .social{
        left: 25%;
    }
    .foot{
        text-align: center;
    }
    

    
}

