@font-face {
    font-family: 'aliceregular';
    src: url('Alice-Regular-webfont.eot');
    src: url('Alice-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Alice-Regular-webfont.woff2') format('woff2'),
         url('Alice-Regular-webfont.woff') format('woff'),
         url('Alice-Regular-webfont.ttf') format('truetype'),
         url('Alice-Regular-webfont.svg#aliceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.logo{
    max-height: 3rem;
}

h1, h2, h3, h4, h5{
    font-family : 'aliceregular', Verdana, serif;
    font-weight: bold;
}

a{
    text-decoration: none;
    font-weight: bold;
}

.subtitle h1, .subtitle h2, .subtitle h3, .subtitle h4, .subtitle h5{
    text-shadow: 2px 2px 3px #252525dd;
    font-weight: bolder;
}

.news, .thanks{
    border-top: solid var(--primary);
    border-bottom: solid var(--primary);
    border-right: none;
    border-left: none;
    border-radius: 0pt;
}


.sponsor{
    max-width: 8rem;
}
