#titles, #content {
  border-bottom: 1px solid #6AAF09;
}

#content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.15rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.3rem;
}

#tags, #date {
  margin-top: 20px;
}

#tags a {
  padding: 3px;
  font-size: 1rem;
  border: 1px solid #6AAF09;
  color: #f2fffc;
  display: inline-block;
  margin: 2.5px 0 2.5px 0;
  box-sizing: border-box;
}

#tags a:hover {
  background-color: #6AAF09;
}

#date {
  font-family: monospace;
  text-align: right;
  height: 100px;
}

img {
  max-width: 100%;
  max-height: 500px;
}

#headerImageContainer {
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

#headerImage {
  max-width: 75%;
}

code {
  font-weight: 600;
  color: #bfad12;
  /*font-style: italic;*/
}

.videoContainer {
  position: relative;
  width: 80%;
  height: 0;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 45%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trialEmail {
  min-width: 15rem;
}

.trialButtonContainer {
  padding-top: 15px;
}

.trialButton {
  padding: 5px;
}

.socialImage {
  width: 64px;
  height: 64px;
}

.socialImage:hover {
  opacity: 70%;
}

.emailInput {
  min-width: 15rem;
  display: inline-block;
}

@media screen and (max-width: 700px) { /*900*/
  #headerImage {
    max-width: 100%;
  }

  .videoContainer {
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 56.25%;
  }
}