@media all and (min-width: 768px) {
.mobile-only {
display: none!important;
}
}
.home a.top-bar-link {
    top: 20px!important;
}

.home .top-bar .top-bar-inner {
    margin-top: 95px;
}

body.home #main-content .et_pb_section_0 {
    margin-top: 0px;
}
.top-bar .top-bar-inner {
    text-align: center;
    color: white;
    background: #fa822d;
    padding: 10px 5px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
    z-index: 999;
    position: relative;
}
.top-bar-link:hover .top-bar-inner {
    background: #80d742;
}

.light .wrapper {
    margin-top: 2%!important;
    overflow: scroll!important;
}