img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

video {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

iframe {
  display: block;
  margin: auto;
  width: 100%;
  min-height: 262px;
}

#mapframe {
  height: 400px;
}

#mapdiv {
  width: 100vw; 
  height: 100vh;
}

#mapcontainer {
  width: 100%; 
  height: 100%;
}

#mapid {
  width: 100%; 
  height: 100%;
}

.animation {
  transform: scale(1.2);
  padding-top: 20px;
}

h5 {
  margin-top: 0px;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.smaller {
  margin: 0em;
}

.small-img {
  height: 30px;
  vertical-align: middle;
  display: inline;
}

.sm-img {
  height: 45px;
  vertical-align: middle;
  display: inline;
}

.margin0 {
  margin: 0px;
}

.margin3top {
  margin-top: 3%;
}

.margin15top {
  margin-top: 15%;
}

.margin50bottom {
  margin-bottom: 50px;
}

.med-img {
  max-width: 300px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
}

.illu {
  width: 400px;
  vertical-align: middle;
}

.anigif {
  width: 400px;
  vertical-align: middle;
}

.logolink {
  float: left;
}

.logo {
  height: 40px;
  vertical-align: top;
}

.screenshot {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.ecmwf {
  max-width: 50%;
  max-height: 50%;
}

.section {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  margin-bottom: 1em;
}

.middle {
  text-align: center;
}

.first {
  font-weight: bold;
  height: 40px !important;
}

.highlight {
  background-color: rgb(233, 233, 233);
  padding: 5px;
  margin-bottom: 19px;
}

a {
  color: rgb(80, 141, 189);
  text-decoration: none;
}

a:hover {
  color: rgb(15, 160, 206);
  cursor: pointer;
}

.hidden {
  display: none;
}

.centerimg {
  margin: auto;
}

#myInput {
  color: white;
  border: medium;
  text-decoration: none;
}

.goback {
  background-color: aquamarine;
  font-size: 2em;
  display: flex;
  align-items: center;
}

.backlogo {
  height: 40px;
  display: block;
  padding: 10px 30px 2px 10px;
}

nav {
  padding: 30px;
}

nav ul {
  float: right;
}

nav ul li {
  display: inline-block;
}

nav ul li:not(:first-child) {
  margin-left: 21px;
}

nav ul li a {
  display: inline-block;
  outline: currentcolor;
  font-size: 15px;
  font-weight: 600;
}

.here {
  color: rgb(232, 98, 214);
}

.paravent {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(80, 141, 189);
  padding-right: 19px;
}

.contra {
  display: flex;
  flex-direction: column;
}

.stayleft {
  flex: 1 1 0%;
}

.goright {
  flex: 1 1 0%;
}

.contra ul {
  height: 120px;
}

.contra li {
  list-style-type: none;
  line-height: 1;
  margin-bottom: 1em;
}

.highlight {
  background-color: rgba(255, 236, 60, 0.31);
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  padding: 30px;
  text-align: center;
}

.landing h2 {
  margin-bottom: 0.2em;
}

.landing h1 {
  font-size: 2em;
  text-align: left;
}

.landing .small-img {
  max-width: 100px;
  height: 50px;
  width: 50px;
}

.pagetitle {
  text-align: left;
}

.exp {
  padding: 7px;
  margin-bottom: 42px;
  border-top-style: dotted;
  border-top-width: 2px;
}

.gowebsite {
  display: flex;
  align-items: center;
}

.leftside {
  display: flex;
  flex: 1 1 20em;
  align-items: center;
}

.rightside {
  flex: 2 2 20em;
  display: flex;
  align-items: center;
}

.pflotsh-faq {
  --qa-maxw: 980px;
  --qa-accent: #508dbd;
  --qa-muted: #6b7280;
}

.pflotsh-faq .section {
  max-width: var(--qa-maxw);
  margin-inline: auto;
}

.pflotsh-faq .qa-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(229, 231, 235);
  display: flex;
  flex-direction: column;
}

.pflotsh-faq .qa-header {
  display: flex;
  align-items: start;
  padding: 17px 0px;
}

.pflotsh-faq .qa-button {
  display: inline-flex;
  align-items: center;
  width: 100%;
  background: none;
  border: 0px;
  padding: 0px;
  text-align: left;
  cursor: pointer;
  white-space: normal;
}

.pflotsh-faq .qa-title {
  margin: 0px;
  letter-spacing: 0px;
  display: inline-block;
}

.pflotsh-faq .chevron {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  margin-top: 2px;
  transition: transform 0.2s;
  color: rgb(164, 164, 164);
}

.pflotsh-faq .qa-button[aria-expanded="true"] .chevron {
  transform: rotate(90deg);
}

.pflotsh-faq .qa-panel {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s;
}

.pflotsh-faq .qa-panel-inner {
  padding: 0px 0px 14px 8px;
  color: rgb(17, 24, 39);
}

.pflotsh-faq .qa-panel p {
  margin: 1px 0px 8px;
}

.pflotsh-faq .qa-panel img.illu {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px 0px 8px;
  border-radius: 6px;
}

.pflotsh-faq a {
  color: var(--qa-accent);
}

.pflotsh-faq .block-title {
  margin: 28px 0px 8px;
}

.pflotsh-faq .subtle {
  color: var(--qa-muted);
  font-weight: 500;
  text-transform: uppercase;
}

.download {
    max-width: 70%;

}

@media (prefers-reduced-motion: reduce) {
  .pflotsh-faq .qa-panel {
    transition: none;
  }

  .pflotsh-faq .chevron {
    transition: none;
  }
}

@media screen and (max-width: 750px) {
  nav {
    padding: 20px;
  }

  nav ul {
    float: right;
  }

  nav ul li {
    display: inline-block;
  }

  nav ul li:not(:first-child) {
    margin-left: 11px;
  }

  nav ul li a {
    display: inline-block;
    outline: currentcolor;
    font-size: 12px;
    font-weight: 600;
  }

  .here {
    color: rgb(232, 98, 214);
  }

  .paravent {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    padding-right: 0px;
  }
}

@media screen and (min-width: 960px) {


  nav {
        padding: 30px;
        margin-right: 100px;
    }

  nav ul li:not(:first-child) {
      margin-left: 19px;
  }

  nav ul li a {
    font-size: 19px;
    font-weight: 600;
  }
  .paravent {
    border-right-width: 2px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 560px) {


  .container {
    margin-top: 30px;
  }

  .ecmwf {
    max-width: 100%;
    max-height: 100%;
  }

  .animation {
    transform: scale(1);
    padding-top: 9px;
  }

  .contra {
    display: flex;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(153, 153, 153);
  }

  .contra ul {
    height: auto;
  }

  .contra li {
    list-style-type: circle;
    text-align: left;
  }

  .empty {
    list-style-type: none !important;
  }

  .stayleft {
    flex: 0 0 60%;
  }

  .goright {
    flex: 1 1 0%;
  }

  .first {
    margin-top: 1em;
    list-style-type: none !important;
  }

  .nav-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(255, 255, 255);
    opacity: 0;
    transition: 0.2s;
  }

  .nav-container ul {
    position: absolute;
    top: 77px;
    width: 100%;
  }

  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-container ul li a{
  font-size: 23px;
  padding-left:36px;
  }

  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }

  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }

  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }

  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }

  .nav-container ul li:not(:first-child) {
    margin-left: 0px;
  }



  .nav-open {
    position: fixed;
    left: 24px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid rgb(106, 106, 106);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  }

  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: rgb(106, 106, 106);
    border-radius: 2px;
    margin-left: 14px;
  }

  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }

  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }

  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

  h5 {
    font-weight: 600;
  }

  .med-img {
    max-width: 300px;
    margin: 12px auto;
  }

}

#nav:checked+.nav-open {
  transform: rotate(45deg);
}

#nav:checked+.nav-open i {
  background: rgb(106, 106, 106);
  transition: transform 0.2s;
}

#nav:checked+.nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

#nav:checked+.nav-open i:nth-child(2) {
  opacity: 0;
}

#nav:checked+.nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}

#nav:checked~.nav-container {
  z-index: 9990;
  opacity: 1;
}

#nav:checked~.nav-container ul li a {
  opacity: 1;
  transform: translateY(0px);
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: rgb(28, 28, 28);
    color: rgb(217, 217, 217);
  }

  body {
    color: rgb(217, 217, 217);
    background-color: rgb(28, 28, 28);
  }

  p {
    color: rgb(217, 217, 217);
  }

  h1 {
    color: rgb(217, 217, 217);
  }

  a {
    color: rgb(98, 173, 232);
  }

  .buttonstyle {
    color: rgb(217, 217, 217);
    background-color: rgb(85, 85, 85);
    border: 1px solid rgb(242, 242, 242);
  }

  input[type="text"] {
    color: rgb(98, 173, 232);
  }

  select {
    color: rgb(98, 173, 232);
  }

  select:focus {
    color: rgb(98, 173, 232);
  }

  input:focus {
    color: rgb(98, 173, 232);
  }

  .layerinfo {
    color: rgb(80, 80, 80);
  }

  .exp h2 {
    color: rgb(217, 217, 217);
  }

  .supportdetail {
    color: rgb(51, 51, 51);
  }

  .stations p {
    color: rgb(217, 217, 217);
  }

  .stations a {
    color: rgb(217, 217, 217);
  }

  .storms p {
    color: rgb(217, 217, 217);
  }

  .storms a {
    color: rgb(217, 217, 217);
  }

  .storms h3 {
    color: rgb(217, 217, 217);
  }
}