html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  background-image: url("../image/jsev-dgs.png");
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center; }

a {
  color: #80ced6;
  text-decoration: none;
  font-weight: bold; }

header {
  background-color: #80ced6;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px;
  overflow: hidden; }
  header h1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    margin: 0; }
  header img {
    width: 100px;
    padding-right: 30px; }
  header a {
    color: black; }

@media (min-width: 400px) {
  body {
    hyphens: auto; }

  header h1 {
    font-size: 24px; } }
@media (min-width: 768px) {
  header h1 {
    font-size: 32px; } }
#menu {
  background-color: #595959;
  color: white;
  font-weight: bold;
  position: sticky;
  top: 0;
  padding: 5px;
  z-index: 10; }
  #menu a {
    color: white; }
  #menu > ul {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0; }
    #menu > ul > li, #menu > ul > a > li {
      padding: 10px;
      position: relative; }
      #menu > ul > li > ul, #menu > ul > a > li > ul {
        background-color: #595959;
        position: absolute;
        display: none;
        margin-top: 10px;
        padding: 0;
        border: 1px solid white;
        list-style-type: none;
        z-index: 10; }
        #menu > ul > li > ul > li, #menu > ul > li > ul > a > li, #menu > ul > a > li > ul > li, #menu > ul > a > li > ul > a > li {
          padding: 10px;
          margin: 0;
          width: 220px; }
      #menu > ul > li > ul:hover, #menu > ul > a > li > ul:hover {
        display: block; }
    #menu > ul > li:hover > ul, #menu > ul > a > li:hover > ul {
      display: block; }

h2 {
  font-variant: small-caps;
  border-bottom: 1px solid darkgrey;
  border-bottom: 1px solid #80ced6;
  padding-bottom: 10px; }

#content {
  grid-column: 2/3;
  grid-row: 1/3;
  margin: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 800px; }

@media (min-width: 840px) {
  #content {
    margin: 20px auto; } }
.job-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px; }

@media (min-width: 700px) {
  .job-container {
    grid-template-columns: 1fr 1fr; } }
.job {
  border: 1px solid #80ced6;
  margin: 10px; }
  .job h3 {
    background-color: #80ced6;
    margin: 0;
    padding: 10px; }
  .job p {
    margin: 0;
    padding: 10px; }

.tiles {
  --number-of-tiles: 2;
  transition-property: transform;
  transition-duration: 1s;
  display: grid;
  grid-auto-columns: 49%;
  grid-auto-flow: column;
  grid-column-gap: 2%;
  hyphens: auto; }
  .tiles > a {
    height: 100%; }
  .tiles > a > div {
    padding: 10px;
    background-color: #80ced6;
    color: black;
    text-align: center;
    height: 100%;
    color: black;
    text-align: center;
    height: 100%; }

@media (min-width: 600px) {
  .tiles {
    --number-of-tiles: 3;
    grid-auto-columns: 32%;
    grid-column-gap: 2%; } }
.tiles-infobar {
  padding-top: 20px;
  text-align: center;
  font-size: 3em; }
  .tiles-infobar span {
    transition-property: color;
    transition-duration: 1s; }

a[name] {
  position: relative;
  top: -90px; }

footer {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #80ced6; }

.upcoming-events {
  width: 100%;
  box-sizing: border-box;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .upcoming-events > div {
    padding: 30px; }
  .upcoming-events td {
    vertical-align: top; }
  .upcoming-events td:first-child {
    white-space: nowrap;
    padding: 0 20px 10px 0;
    text-align: right; }

pre.highlight {
  overflow: auto; }

a.button {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #80ced6;
  padding: 10px;
  margin: 50px 0;
  box-sizing: border-box;
  transition-property: color, background-color;
  transition-duration: 0.5s; }

a.button:hover, a.button:active {
  background-color: #80ced6;
  color: white; }

.message-container {
  display: none;
  padding: 10px; }

.message-container.visible {
  display: block; }

.message-container.error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1; }

.message-container.in-progress {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc; }

.message-container.success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6; }

.load-spinner {
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  margin-right: 10px; }

.load-spinner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  margin: 1px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-color: #000 #0004 #0004 #0004;
  animation: load-spinner 1.2s linear infinite; }

@keyframes load-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */
