/* Social img - color - opacity */
.uk-icon-link img { margin: 0; border: none; border-radius: 0; overflow: visible; font: inherit; line-height: inherit; color: inherit; text-transform: none; padding: 0; background-color: transparent; display: inline-block; fill: currentcolor; line-height: 0; opacity: 0.85; }
.uk-icon-link img:hover, .uk-icon-link img:active { opacity: 1; }
.uk-button-small { padding: 2px 15px; line-height: 30px; font-size: 13px; }
.uk-button-small img { margin-top: -3px; }

/* Social module - dialog mobile */
#module-130.uk-panel h3 { font-size: 18px; line-height: 36px; font-family: Oswald; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: 50px; }

/* Logo - top margin set */
.uk-logo { font-size: 28px; font-family: Oswald; color: #222; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: -45px; }
/* Home Heading headline - color set */
.uk-font-tertiary.uk-text-primary.heading { color: #fff !important; text-shadow: 11px 4px 14px #606060; }

/* Bottom section overlap - ::before */
.uk-section-overlap + .uk-section-secondary::before {
  background-image: url("../images/footer_back.png");
}

@media only screen and (max-width: 959px) {
  .uk-logo { font-size: 28px; font-family: Oswald; color: #222; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: 0px; }
  .logo.uk-position-relative.uk-margin.uk-text-right { text-align: center !important; }
}