@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Orbitron:wght@500&display=swap');

html, body {
  width: 100%;
  /*overflow-x: hidden;  Prevent horizontal scroll */
  background-color: #FFFFFF;
  color: #212121;
  font-weight: 500;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-display: swap;

}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: #00577F !important;
}

a:hover {
  text-decoration: underline;
  color: #CBCBCB;
  text-shadow: 0 0 0.9px black;
}

a:visited {
  color: #CBCBCB;
}

.article {
  margin: auto;
  font-size: 1rem;
  line-height: 150%;
  position: relative;
  width: 620px;
  max-width: 92vw;
}

.wide-container {
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .wide-container {
    margin-right: -20%;
    width: 120%;
  }
}

@media screen and (min-width: 1549px) {
  .wide-container {
    margin-right: -25%;
    width: 125%;
  }
}

@media screen and (min-width: 1550px) { 
  .wide-container {
    margin-right: -50%;
    width: 150%;
  }
}

h2 {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 150%;
  top: calc(50px + 100vh);
}

figure {
  width: 100%;
  margin: 0 auto;
}

figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

sup { 
  vertical-align: top; 
  line-height: 100%; 
}

figure figcaption {
  left: 0;
  bottom: 0;
  max-width: 95%;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  line-height: 1.2em;
}

.Febiac {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.2em;
}

hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}

hr.sep-3::after {
  content: '•';
  font-size: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -70%);
  transform-origin: 50% 50%;
  padding: 0.1rem 1rem 0.1rem 1rem;
  background-color: #212121;
  color: #EEEEEE;
  z-index: 1;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

label {
  display: block;
}

blockquote {
  border-left: 15px solid #F1CD00;
  margin: 1.5em 15px;
  padding: 0.9em 5px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  content: open-quote;
  font-size: 8em;
  line-height: 0.1em;
  margin-right: 0.10em;
  vertical-align: -0.4em;
  opacity: 0.60;
}

blockquote:after {
  visibility: hidden;
  content: close-quote;
}

blockquote p {
  display: inline;
  font-size: 1.5rem;
  line-height: 1.5;
}

.blockquote-section {
  min-width: 17.5em;
  max-width: 70em;
  margin: 0 auto;
  opacity: 0.95;
}

.cite {
  margin-left: 1.7em;
  font-size: 1rem;
  display: inline-block;
}

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

@media screen and (max-width: 550px) {
  figure {
    width: 100%;
  }

  figure figcaption {
    text-align: center;
    font-size: 0.7em;
  }

  h2 {
    font-size: 1.2rem;
  }
}
