body {
    font-size: 14px !important;
    font-weight: 300;
    /* line-height: 1.8em; */
}
head
header {
    z-index: 99;
    background: white;
    opacity: 1;
    color: black;
}
header nav.navbar{
    padding-top:10px;
}
.panel-title a span {
    padding: 14px 14px;
}

.panel-title a[aria-expanded=true] span {
    padding: 14px 14px;
    background: white;
}

.header-image-content a:hover {
    text-decoration: none !important;
}

.spyscroll {
    position: relative;
    right: 0px;
    -webkit-animation: slideIn 2s forwards;
    -moz-animation: slideIn 2s forwards;
    animation: slideIn 2s forwards;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateX(900px);
    }

    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateX(900px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(900px);
    }

    100% {
        transform: translateX(0);
    }
}

.spyscroll .whats-new-div:hover {
    background: #eccb86;
}

.spyscroll .whats-new-div:hover .fa {
    color: white;
}

.whats-new-div {
    margin-top: 0px;
    padding-top: 10px;

}