@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-Regular.woff2") format("woff2"), url("../fonts/Jura-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-Medium.woff2") format("woff2"), url("../fonts/Jura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-SemiBold.woff2") format("woff2"), url("../fonts/Jura-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("../fonts/Jura-Bold.woff2") format("woff2"), url("../fonts/Jura-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.logo-container {
    text-align: right;
    line-height: 1;
    margin-bottom: 0;
    background-image: url("../img/25-year-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 8px;
    padding-top: 9px;
}
.logo-years {
    font-size: 14px;
}
.logo-top {
    font-family: "EurostileExt-Reg", sans-serif;
    font-weight: bold;
    font-size: 9px;
    text-align: right;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-right: 1px;
    background: repeating-linear-gradient( 0deg, #e3c86e, #B2AD94 2px, #B2AD94 4px, #e3c86e 6px );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.logo-lettering {
    font-family: "EurostileExt-Reg", sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #ed3635;
    text-align: right;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: -4px;
    margin-right: -1px;
}

.safari .logo-top {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
.safari .logo-lettering {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.logo-subtitle {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: bold;
    font-family: "Jura", sans-serif;
    letter-spacing: -0.5px;
}