ul#superfish-main{
    font-family: oswald;
}
body{
  font-size:18px !important;
}
.messages--error {
  display: none;
}
.eu-cookie-compliance-message p {
    font-size: 18px;
}
button.decline-button.eu-cookie-compliance-default-button {
    background: none;
    border: NONE;
}
#sliding-popup {
    height: 50px !important;
    background: #5A6A6F !important;
}
#popup-text P, div#sliding-popup button{
    font-weight: normal !important;
    font-family: arial narrow !important;
    font-size: 17px;
}
button.agree-button.eu-cookie-compliance-secondary-button:hover, button.decline-button.eu-cookie-compliance-default-button:hover {
    font-weight: 900;
    color: pink;
}
button.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
    display:none;
}
@media screen and (max-width: 600px) {
#sliding-popup {
    height: 150px !important;
}
  
}