@font-face {
  font-family: "Source Sans 3";
  src: url("/vendor/fonts/SourceSans3-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../rsc/ela_background2.png) no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

b {
    font-weight: 900;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    cursor: pointer;
    font-weight: bold;
}

.clear {
    clear: both;
}

[hidden] {
    display: none !important;
}

.sIcon {
    display: inline-block;
    vertical-align: middle;
}

#imglink:hover img {
    -webkit-filter: contrast(0.1);
    filter: contrast(0.1);
}

.pagesLink:hover {
    font-weight: bold;
}

.space {
    color: rgba(255, 255, 255, 0);
    width: 100%;
}

.space:hover {
    cursor: default;
}
