
body {
    font-family: 'Amatic SC', 'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
    font-size: 25px;
}

#blurFrame {
    width: 100%;
    height: 100%;
    
    background-color: #FFFFFF;
    display: none;
    left: 0;
    position: fixed;
    opacity: 0.43;
    top: 0;
    z-index: 99;
}

.center {
    text-align: center;
}

a:link, a:focus, a:active, a:visited, a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.highlightLink, .highlightLink:link, .highlightLink:focus, .highlightLink:active, .highlightLink:visited {
    color: #B43731;
    text-decoration: none;
}

.highlightLink:hover {
    text-decoration: underline;
}

#specialLinkBox {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30000;
}

.specialLink {
    background-color: #AAAAAA;
    border:1px solid #FFFFFF;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    padding:15px;
    text-align:center;
}

.specialLink:hover {
    background-color: #CC0505;
}

.central-text {
    display: block;
    margin: auto;
    margin-top: 60px;
    padding: 20px;
    width: 70%;
}

.disclaimer {
    float: left;
    font-size: 0.9em;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.social-bar-container {
     text-align: center;
}

.social-bar {
    clear: both;
    margin: 10px;
}

.social-button {
    margin-left: 3px;
}

.messageBox {
    display: block;
    margin: auto;
}

.withMenuContainer {
    display: block;
    margin: auto;
    padding: 20px;
    width: 50%;
}

.languageLinks {
    margin: 30px;

    position: absolute;
    top: 0;
    right: 90px;
}

.activeLanguageLink {
    font-weight: bold;
}
