﻿#_logo {
    display: none;
    float: left;
    margin: 5px 0 0 20px;
}

    #_logo.main {
        display: block;
    }

.nav-theme {
    background-color: #85008F;
    position: fixed;
    left:0;
    right:0;
    z-index: 9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
}

/*.nav-theme-float {
    background-color: rgba(34, 34, 34, 0.85);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}*/

.nav-padding {
    margin: 10px auto;
    max-width: 1000px;
}

#main-nav {
    float: right !important;
}

#main-menu li > a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

#main-menu li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1024px) {
    #main-menu {
        background-color: #85008F;
        left: 0;
        position: absolute;
        height: 100vh;
        width: 100%;
    }

    .nav-icon {
        display: none;
    }

    #_logo {
        margin-top: 3px;
        margin-left: 20px;
    }

    .nav-padding {
        width: 100%;
        text-align: right;
    }

    #main-menu li > a {
        font-size:18px !important;
        text-align:center;
    }

    #main-menu {
        margin-top: 10px;
    }

    #main-nav {
        float: none;
    }

    .main-menu-btn {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    /*#_bg {
        margin-top: 65px;
    }*/

    #_logo {
        display: block;
        margin-top: 3px;
        margin-left: 20px;
    }

    .nav-theme {
        position: fixed;
        top: 0;
        width: 100%;
    }
}
