@media screen and (max-width: 1000px) {
    html {font-size:150%;}
}

a:link, a:visited {
    text-decoration:none;
    color: MidnightBlue;
}

a:hover {
   text-decoration:underline double;
   color: MidnightBlue;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 1em 0;
    /* background: #9099A2; */
    background-color: #ddd;
}

.sponsors {
    /* width: 50%; */
}

.sponsors th, .sponsors td {
    /* border: 1px solid black; */
    padding: .75em;
    text-align: center;
}

.dates {
    width: 50%;
}

.dates th, .dates td {
    border-bottom: 1px solid #ddd;
}

.subtitle {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 100%;
    padding:3px;
}

.title {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 2em;
    padding:3px;
    font-size: 150%;
}

#container {
    text-align: left;
    padding:1.0em;
    margin: 0 auto;
    font-size:100%;
    max-width: 90%;
    position: relative;
    /* border: solid 1px #ddd; */
    background-color: #f4f4f4;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #dfeef3;
}

.img-top {
    /* display: block; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    min-height: 100px;
    /* -webkit-transform:scale(1.5);transform:scale(1.5); */
}

/* @media screen and (max-width: 1000px) { */
/*     .img-top { */
/*         -webkit-transform:scale(1.5);transform:scale(1.5); */
/*     } */
/* } */


.site-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

/* Top left text */
.bottom-left {
    position: absolute;
    font-size: calc(16px + 1vw);
    top: 3em;
    left: .75em;
    font-weight: bold;
    color:  #f4f4f4;
    /* font-family: "Arial Black", Gadget, sans-serif; */
}

/* Top left text */
.top-left {
    position: absolute;
    font-family: Impact, sans-serif;
    font-size: calc(22px + 1vw);
    top: 1em;
    left: 1em;
    /* font-weight: bold; */
    color:  #f4f4f4;
    /* font-family: "Arial Black", Gadget, sans-serif; */
}

.topnav a {
  font-weight: bold;
  float: left;
  display: block;
  color: black;
  text-align: center;
  text-weight: center;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 133%;
}

.topnav a:hover {
  color: DarkGray;
}

p {
    padding:3px;
}

a.active {
  color: black;
  background-color:#80CEB9;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  /* .topnav a:not(:first-child) {display: none;} */
  .topnav a {display: none;}
  .topnav a.icon {
      font-size:133%;
      float: right;
      display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
      font-size:133%;
      position: absolute;
      right: 0;
      top: 0;
  }
  .topnav.responsive a {
      float: none;
      display: block;
      line-height:200%;
      text-align: left;
  }
}

