html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: sans-serif;
}

#content {
    overflow-y: auto;
    width: 100%;
}

#page {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header {
    left: 0;
    right: 0;
    z-index: 999;
}

#bottom {
    left: 0;
    right: 0;
}

@media (min-height: 500px) {
    #header {
        position: absolute;
        top: 0;
    }
    #bottom {
        position: absolute;
        bottom: 0;
        z-index: 998;
    }
    #content {
        position: absolute;
        top: 150px;
        bottom: 150px;
    }
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    float: left;
    height: 100%;
    margin-left: 50px
}

.logo2 {
    float: right;
    height: 100%;
    margin-right: 5px
}

.logo-img {
    height: 70%;
}

#funding::-webkit-scrollbar {
    display: none;
}

.funding-box {
    height: 150px;
    min-width: 310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.funding {
    width: 310px;
    min-width: 310px;
    height: 150px;
}

.navbar {
    height: 150px;
    overflow: hidden;
    min-width: 940px;
}

.bg-color {
    background-color: #35363A;
}

.title {
    text-align: right;
    margin-right: 50px;
    justify-content: flex-end;
    height: 100%;
    font-size: 30px;
}

.title1 {
    color: whitesmoke;
}

.title2 {
    color: darkgray;
}

.subtitle {
    color: white;
}

.citation {
    width: 400px;
    float: left;
    position: relative;
    color: whitesmoke;
    font-size: 14px;
    height: 100%;
}

.citation-link:link {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: none;
}

.citation-link:visited {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: none;
}

.citation-link:hover {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
}

.citation-link:active {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
}

.button {
    width: 100%;
    height: 30px;
}

.logobar {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
  max-height: 640px;
  margin-left: -400px;
  margin-top: -320px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
