*{
    margin: 0;
}
.pushleft{
    margin-right: auto;
}
.pushright{
    margin-left: auto;
}
@media only screen and (max-width: 20000px) and (min-width: 1000px){
    /*nav style*/
    .dsk-view{
        display: block;
        width: 100%;
        height: auto;
    }
    .mob-view{
        display: none;
    }
    .navblock{
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: inherit;
        height: 70px;
        background-color: #F4D5F0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .navblock ul{
        display: flex;
        align-items: center;
        flex-flow: row;
        list-style-type: none;
        margin: 0 !important;
    }
    .navblock ul li{
        margin-right: 50px;
        margin-left: 50px;
        font-family: 'Rancho', sans-serif;
        font-weight: 600;
        font-size: 22px;
        display: flex;
        align-items: center;
    }
    .navblock ul li:nth-of-type(3){
        font-family: 'Dancing Script', sans-serif;
        font-size: 34px;
        font-weight: 500;
    }
    .navblock ul li a, .navblock ul li a::before, .navblock ul li a::after{
        text-decoration: none;
        color: #000000;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 400px){
    /*nav style*/
    .dsk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    #nav-sector{
        position: relative;
        z-index: 999;
    }
    .navseccont{
        width: 100%;
        height: auto;
    }
    .navblock{
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: inherit;
        height: 60px;
        background-color: #F4D5F0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .bizID{
        font-family: 'Dancing Script', cursive;
        margin-left: 25px;
    }
    .nav-button{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        font-family: 'Rancho', sans-serif;
        font-weight: 600;
        margin-right: 15px;
        width: 45px;
    }
    .nav-button img{
        width: 60%;
        margin-top: 8px;
    }
    .nav-button p{
        padding: 0 !important;
        font-size: 20px;
        line-height: .2;
    }
    .chkbox{
        position: absolute;
        padding: 10px !important;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
    .navmobdrop{
        background-color: #F4D5F0;
        width: 100%;
        height: 200px;
        font-family: 'Rancho', sans-serif;
        position: absolute;
        top: 56px;
        display: none;
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        opacity: 0;
    }
    .navmobdrop ul{
        text-decoration: none;
        list-style: none;
        text-align: center;
        padding: 0 !important;
        font-size: 24px;
        font-weight: 600;
        width: 100%;
    }
    ul li{
        width: 100%;
        height: 45px;
    }
    ul a, ul a::before, ul a::after{
        text-decoration: none;
        color: #000000;
        width: 100%;
        display: inline-block;
        height: 100%;
    }
}
@media only screen and (max-width: 400px) and (min-width: 250px){
    /*nav style*/
    .dsk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    #nav-sector{
        position: relative;
        z-index: 999;
    }
    .navseccont{
        width: 100%;
        height: auto;
    }
    .navblock{
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: inherit;
        height: 60px;
        background-color: #F4D5F0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .bizID{
        font-family: 'Dancing Script', cursive;
        margin-left: 10px;
    }
    .nav-button{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        font-family: 'Rancho', sans-serif;
        font-weight: 600;
        margin-right: 15px;
        width: 45px;
    }
    .nav-button img{
        width: 50%;
        margin-top: 8px;
    }
    .nav-button p{
        padding: 0 !important;
        font-size: 20px;
        line-height: .2;
    }
    .chkbox{
        position: absolute;
        padding: 10px !important;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
    .navmobdrop{
        background-color: #F4D5F0;
        width: 100%;
        height: 200px;
        font-family: 'Rancho', sans-serif;
        position: absolute;
        top: 56px;
        display: none;
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        opacity: 0;
    }
    .navmobdrop ul{
        text-decoration: none;
        list-style: none;
        text-align: center;
        padding: 0 !important;
        font-size: 24px;
        font-weight: 600;
        width: 100%;
    }
    ul li{
        width: 100%;
        height: 45px;
    }
    ul a, ul a::before, ul a::after{
        text-decoration: none;
        color: #000000;
        width: 100%;
        display: inline-block;
        height: 100%;
    }
}