#banner {
  width: 100%;
}

.gfx {
  width: 100%;
}

@media (max-width: 767px) {
  #thumbs div {
    margin: 15px !important;
  }
}

@media (max-width: 575px) {
  #thumbs div {
    margin: 5px !important;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#thumbs div {
  padding: 8px;
  background-color: white;
  background-image: url(../../assets/img/gradient.jpg);
  margin: 5px;
  background-repeat: repeat-x;
}

body {
  background-color: cyan;
  background-image: url(../../assets/img/lock.02.gif);
}

.wendys {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 4vmin;
  column-gap: 2.5em;
}

@media (max-width: 991px) {
  .wendys {
    grid-template-columns: 1fr;
  }
}

figure img, figure .caption {
  display: block;
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

figure .caption {
  width: 100% !important;
  display: block !important;
  text-align: center;
}

#thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  padding-top: 4vmin;
  padding-bottom: 2vmin;
}

@media (min-width: 576px) {
  #thumbs {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}

@media (min-width: 992px) {
  #thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    padding-top: 4vmin;
  }
}

.about, .transnt {
  background-color: rgba(200,230,250,0.9);
  padding: 25px;
  margin-top: 30px;
  box-sizing: border-box;
  width: 100%;
}

#about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

@media (max-width: 768px) {
  #about {
    display: block;
  }
}

#hazardGraphic, #ttGraphic {
  width: 90px;
  display: block;
  margin: 0px auto 10px auto;
}

#ttGraphic {
  width: 130px;
  margin-top: 17px;
}

#feature {
  background-color: rgba(200,230,250,0.9);
  padding: 5px;
  margin-top: 50px;
  position: relative;
  font-size: 2em;
  color: darkblue;
  line-height: 1.1em;
}

#feature p, #feature b, #feature p span, #feature pre {
  font-family: 'Open Sans Condensed';
}

#feature h1 {
  font-family: 'Text Me One';
  font-weight: 800;
  color: black;
}

@media (min-width: 576px) {
  #feature {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  #feature {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  #feature {
    padding: 40px;
    font-weight: 900;
  }
}

@media (min-width: 1200px) {
  #feature {
    padding: 50px;
    font-size: 2em;
    font-weight: 900;
  }
}

#feature p {
  column-count: 1;
  text-align: justify;
  column-gap: 40px;
}

@media (min-width: 992px) {
  #feature p {
    column-count: 2;
    line-height: 1.3em;
  }
}

td {
  font-size: 0.9em;
}

table {
  border-spacing: 15px;
}

#closer {
  position: absolute;
  right: 0px;
  top: -29px;
  background-color: rgba(200,230,250,0.9) !important;
  opacity: 1.0;
  border-radius: 10% 10% 0 0;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
}

picture {
  width: 100%;
}

.pubdate {
  margin-left: 0;
}

.bq {
  display: block;
  padding-top: 10px;
  margin-left: 20px;
}

#egap, #agap {
  display: none;
}

@media (min-width: 768px) {
  #egap, #agap {
    display: block;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  #agap {
    display: none;
  }
}

#feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 29px solid transparent;
  border-left: 10px solid rgba(255,255,255,0.98);
  z-index: -2;
}

#feature::after {
  border-left: 20px solid rgba(255,255,255,0.75);
}

#feature:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 14vmin solid rgba(0,0,0,0);
  border-left: 80px solid rgb(255,255,255);
  width: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  #feature:before {
    border-top: 14.7vmin solid rgba(0,0,0,0);
  }
}

@media (min-width: 768px) {
  #feature:before {
    border-top: 9vmin solid rgba(0,0,0,0);
  }
}

@media (min-width: 992px) {
  #feature:before {
    border-top: 11.5vmin solid rgba(0,0,0,0);
  }
}

@media (min-width: 1200px) {
  #feature:before {
    border-top: 13.9vmin solid rgba(0,0,0,0);
  }
}

.slogan {
  margin: 0px auto;
  font-family: 'Text Me One', sans-serif;
}

@media (min-width: 576px) {
  .slogan {
    margin: 0px auto;
    font-family: 'Text Me One', sans-serif;
  }
}

.centered {
  padding-top: 30px;
  text-align: center;
  display: block;
  color: rgba(255,185,255,0.75);
  font-family: 'Text Me One';
  font-size: calc( 10px + 0.95vw );
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: calc( 15px + 0.95vw);
}

@media (min-width: 768px) {
  .centered {
    line-height: 25px;
  }
}

@media (min-width: 576px) {
  .centered {
    line-height: calc( 15px + 0.95vw);
  }
}

@media (min-width: 1200px) {
  .centered {
    padding-top: 20px;
  }
}

