html {
  font-size: 14pt;
}

body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  color: #443;
  background-color: #f0f0f9;
  position: relative;
}

a {
  color: #98968a;
}
a:hover {
  color: #d4d0c8;
  text-decoration: none;
}

h2 {
  letter-spacing: 0.3rem;
  text-transform: lowercase;
  text-align: center;
  margin: 2rem 0;
  font-family: Lato, Arial, sans-serif;
}
article h2:first-child {
  margin-top: 0;
}

.mh-bio {
  text-align: left;
  font-family: "Crimson Text", serif;
}

.mh-listen {
  background-color: #563f46;
  color: #f1f1f1;
}

.mh-resources .card-img-top {
  filter: blur(1px);
}
.mh-resources h3 {
  text-align: center;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

@-webkit-keyframes slideup {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes slideup {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes slideup {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes swipein {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-moz-keyframes swipein {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-o-keyframes swipein {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes swipein {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.mh-pause-animation *,
.mh-pause-animation *::after,
.mh-pause-animation *::before {
  animation-play-state: paused !important;
}

.mh-header {
  height: auto;
  color: #f1f1f1;
  background-color: rgba(51, 51, 34, 0.9);
  width: 100%;
  z-index: 2000;
  transition: height 0.2s;
}
@media screen and (min-width: 992px) {
  .mh-header {
    position: fixed;
    height: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .mh-header.expand {
    height: 3.4rem;
  }
}
.mh-header a {
  color: #f1f1f1;
}
.mh-header a:hover {
  color: #d4d0c8;
}
.mh-header .navbar-toggler {
  background-color: rgba(127, 138, 148, 0.7);
  color: #f1f1f1;
  border-radius: 0;
}
.mh-header .navbar-toggler.collapsed {
  background-color: transparent;
}
.mh-header .nav-link {
  letter-spacing: 1px;
  padding: 0 20px !important;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
}
.mh-header .nav-link.active {
  background-color: rgba(127, 138, 148, 0.9);
}
.mh-header .navbar-brand {
  padding: 0;
}
.mh-header .navbar-brand a {
  text-decoration: none;
}
.mh-header .navbar-brand a:hover {
  text-decoration: none;
}
.mh-header .mh-logo {
  display: block;
  height: 2.2rem;
  line-height: 2.2rem;
  padding-left: 50px;
  font-size: 0.75rem;
  margin: 0;
  letter-spacing: 5px;
  font-weight: bold;
  white-space: nowrap;
  color: #f1f1f1;
  background-image: url("../images/logo1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  /*
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
   */
}
@media screen and (min-width: 992px) {
  .mh-header .mh-logo {
    font-size: 1.3rem;
  }
}

.mh-hero {
  background-image: url("../images/hero2.jpg");
  width: 100%;
  padding-top: 47.25%;
  background-position: 60% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mh-hero .mh-hero-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(30, 30, 30, 0.5);
  padding: 0.25em 0.5em;
  color: white;
  font-size: 0.75em;
  line-height: 1.2em;
}
@media only screen and (min-width: 992px) {
  .mh-hero {
    height: 100vh;
    padding-top: 0;
  }
}

.mh-footer {
  background-color: #332;
  color: #f1f1f1;
  position: relative;
  margin-top: 8%;
}
.mh-footer h2 {
  color: #f1f1f1;
  text-align: left;
}
.mh-footer::before {
  content: "";
  background-image: url("../images/silhouette.svg");
  width: 100%;
  background-size: cover;
  padding-top: 8%;
  display: block;
  position: absolute;
  bottom: 100%;
}

.mh-social {
  font-size: 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .mh-social {
    justify-content: flex-end;
  }
}
.mh-social i {
  margin: 0.5rem;
}

.mh-subfooter {
  background-color: #22221c;
  text-align: center;
  font-size: 0.7rem;
}

.mh-backtotop {
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #f70;
  opacity: 0;
  transition: bottom 0.5s, opacity 0.5s;
  text-align: center;
  color: white;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px 0;
  z-index: 5000;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .mh-backtotop {
    right: 60px;
  }
}
.mh-backtotop.mh-visible {
  opacity: 1;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  .mh-backtotop.mh-visible {
    bottom: 40px;
  }
}
.mh-backtotop:hover, .mh-backtotop:active {
  background-color: #f94;
  color: white;
}
.mh-backtotop::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 60px;
  font-size: 40px;
}