.u-bold {
    font-weight: bold!important;
}

.u-cta {
border: none;
background: #EB5757;
color: #ffffff !important;
font-weight: 400;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}

.u-cta:hover {
color: #404040 !important;
    border: 4px solid #20bf6b !important;
    opacity: 1!important;
font-weight: 700 !important;
letter-spacing: 2px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}

.top-logo svg {
    height: 20px;
}

@media (min-width: 992px) {
    .top-logo {
        display: none;
    }
}

@media (max-width: 992px) {
    .art-body {
        margin-bottom: 0!important;
    }
}