.top-logo {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 1s ease;
    background-color: #fff;
    width: 99vw;
    height: 90px;
}
.header-logo a h1{
    font-size:2em;
}

.main-menu ul li a {
    color: #1e1e85;
}
.main-menu.footer ul li a {
    color:#fff;
}


.dropdown-menu{
    background:#fff !important;
    left:-165px !important;
  }

.dropdown-menu > li > a:hover {
    background:#fff !important;
}


.fixed-page-top.shrink {
    margin-top: 50px !important;
}
@media screen and (max-width: 768px) {

    .wed-logo > a > h1{
        font-size: 14pt;
        width: 335px;
        text-align: left;
        padding-top:18px;
    }
}