#head {
    position: relative;
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    min-width:100%;
}
#navbar-container{
    height: 100%;
    /*width:1190px;*/
    width: 80%;
    min-width: 80%;
    margin:auto;
    position: relative;

}
#logo {
    position: absolute;
    width: 128px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}

#navbar {
    float: right;
    height: 100%;
}

#navbar .navbar-item {
    height: 100%;
    padding-top: 27px;
    float: left;
    margin-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

#navbar .navbar-item a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
#navbar .navbar-item a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

#navbar .navbar-item .word1 {
    font-size: 16px;
    color: #676b74;
    line-height: 100%;
    font-family: opposansM;
    font-weight: bold;
}

#navbar .navbar-item .word2 {
    font-size: 14px;
    color: #676b74;
    line-height: 100%;
    margin-top: 5px;
    font-family: opposansR;
}

#navbar .navbar-item .underline {
    width: 100%;
    height: 4px;
    display: none;
    background: #3e2f7a;
    position: absolute;
    bottom: 0;
}

#navbar .navbar-item:hover .word1 {
    color: #3e2f7a;
}

#navbar .navbar-item:hover .word2 {
    color: #3e2f7a;
}

#navbar .navbar-active .word1,#navbar .navbar-active .word2  {
    color: #3e2f7a;
}
#navbar .navbar-active .underline {
    display: block;
}
@media screen and (max-width:1504px) {

    #navbar .navbar-item {
        margin-left: 40px;
    }

}


#foot{
    width:100%;
    line-height: 300%;
    background: #3e2f7a;
    position: relative;
    color:#fff;
    font-size:12px;
    text-align: center;
    font-family: opposansR;
}