

body {
  font-family: 'Jost';
  background-color: #1e1e1e;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 1.25em;
  text-align: justify;
  text-justify: inter-word;
  margin:0px;
}

a {
  color: rgb(255, 166, 0);
}

a:visited {
  color: rgb(196, 122, 12);
}

h1 {
  margin: 0.1em;
  font-size: 2.0em;
}

h3 {
  margin-top: 2em;
}

h5 {
  margin-bottom: 0.6em;
}

#container {
  
  max-width: 800px;
  margin: auto;
}

#header {
  
  height: 200px;
}


/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.3)), url("./img/insect_1646652186494.jpg");
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  font-style: italic;
  justify-content: center;
  text-align: justify;
  text-justify: inter-word;
  quotes: "“" "”" "‘" "’";
  margin-top: 2em;
}

#topvid {
  margin-top: 3em;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
  font-style: italic;
}

#topvid video {
  
  width: 75%;
  max-width: 75%;
}

#qauthor {
  display: block;
  text-align: right;
  font-style: italic;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.exImg {
  
  font-size: 0.8em;
  font-style: italic;
  margin:1.25em;
  width:100%;
  text-align: center;
  justify-content: center;
}

.exImg img {
  max-width: 90%;
  width: auto;
  max-height: 30vmin;
  border: solid;
  border-width: 3px;
  border-color: rgb(255, 166, 0);
}

.exVid {
  
  font-size: 0.8em;
  font-style: italic;
  margin:1.25em;
  width:100%;
  text-align: center;
  justify-content: center;
}

.exVid video {
  width: auto;
  
  max-height: 30vmin;
  border: solid;
  border-width: 3px;
  border-color: rgb(255, 166, 0);
}
#footer {
  /*display: inline;*/
  width: 100%;
  height: 3em;
  background-color: #111111;
  vertical-align: middle;
  text-align: right;

}

#footertxt {
  display:inline-block;
  transform: translate(0%, -1.2em);
  margin:10px;
  padding: 0px;
  min-height: 40px;
  max-height: 40px;
}
#twitter
{
  display:inline-block;
  background-image: url("./img/twitter.png");
  background-repeat:no-repeat;
  background-size: cover;
  margin:10px;
  padding: 0px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}

#insta
{
  display:inline-block;
  background-image: url("./img/insta.png");
  background-repeat:no-repeat;
  background-size: cover;
  margin:10px;
  padding: 0px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  
}