@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    padding: 0;
    margin:0;
    font-size: 0.9em;
    color: #323232;
    font-family: "Open Sans";
    background-image: url("./current.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.66);
    color: #e0e0e0;
    padding: 10px;
    margin: 0;
}

#logo {
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 10px;
}

.left {
    float: left;
    text-align: left;
    width: 49%;
}

.right {
    float: right;
    text-align: right;
    width: 49%;
}

.dim {
    opacity: 66%;
}

a,
a:hover,
a:visited,
a:active {
    color: #1394ff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -1px;
}
