body {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

label,
li,
p {
  font-family: Helvetica, sans-serif;
  text-align: justify;
  font-size: 17px;
  color: #000;
  word-wrap: break-word;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, sans-serif;
  color: #000;
  word-wrap: break-word;
}

a {
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

footer {
  margin: 25px 0px 25px 0px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.vid-responsive {
  max-width: 100%;
  height: auto;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

#hero-img {
  border: 3px solid #000;
  border-radius: 25px;
}

#site-title {
  margin-top: 10px;
}

#author {
  margin: 15px 0px 10px 0px;
}

#author-line {
  margin: 5px 0px 5px 0px;
}

#author-img {
  border-radius: 50%;
}

#updated-on {
  display: inline-block !important;
  margin-top: 10px;
}

blockquote {
  font-size: 1.4em;
  width: 100%;
  margin: 10px auto;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #000;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}
blockquote::before {
  font-family: Arial;
  content: '\201C';
  color: #000;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after {
  content: '';
}
blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
