a:link,
a:visited,
a:active {
    color: #008484;
    text-decoration: underline;
    transition: all .4s;
}

a:hover {
    color: #008484;
    text-decoration: none;
}

a.white:link,
a.white:visited,
a.white:active {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    color: #f3f3f3;
}

a.dark-grey:link,
a.dark-grey:visited,
a.dark-grey:active {
    color: #fff;
    text-decoration: none;
}

a.dark-grey:hover {
    color: var(--gold);
}

a.btn:link,
a.btn:visited,
a.btn:active,
a.btn:hover {
    text-decoration: none;
}

h2,
h3,
h4 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto .5rem;
}

h3 span {
    display: block;
    font-size: .6em;
    line-height: 3em;
}

h4 {
    font-size: 1.2em;
    text-align: left;
    color: #c19267;
}

.no-tickets h2 span,
.no-tickets h2 .error-icon {
    display: block;
}

.no-tickets h2 .error-icon {
    margin: 15px 0;
}

.no-tickets h2 span {
    font-size: .5em;
    margin: 15px 0;
}

@font-face{
    font-family : 'DINPro-CondBold';
    src         : url(../css/fonts/DIN-ProCondensedBold.otf) format('opentype');
    font-weight : 400;
    font-style  : normal;
}

@font-face{
    font-family : 'DINPro-CondMedium';
    src         : url(../css/fonts/DIN-ProCondensedMedium.otf) format('opentype');
    font-weight : 400;
    font-style  : normal;
}