body {
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
}

.navbar {
  background-color: #fff !important;
  min-height: 80px;
}

.nav-link.active {
  color: #66bfbf !important;
  border-bottom: solid #11999e 3px;
}

#myimage {
  height: 350px;
  width: 380px;
}

.top-container {
  text-align: center;
  background-color: #eaf6f6;
}

@media (max-width: 800px) {
  .top-container {
    flex-direction: column;
    padding-left: 0px;
  }
}

h1 {
  color: #66bfbf;
  font-size: 4.5rem;
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
}

h2 {
  color: #66bfbf;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

h3 {
  color: #11999e;
  font-family: "Montserrat", sans-serif;
}

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

blockquote {
  font-family: "Special Elite", cursive;
  background: #fffdf5;
  color: #3f3f5a;
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

hr {
  margin: 30px auto 30px auto;
  width: 4%;
  border-style: none;
  border-top-style: dotted;
  border-color: #40514e;
  border-width: 5px;
  background-color: #fff;
}

#myvideo {
  width: 800px;
}

@media (max-width: 800px) {
  #myvideo {
    width: 400px;
    padding-right: 10px;
  }
}

#contact-me {
  margin: auto;
  width: 50%;
  line-height: 1;
  font-size: 10px;
}

.btn {
  margin: 10px auto 10px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 50;
  padding: 15px;
  background-color: #66bfbf;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.btn:hover {
  background: #6bdcc0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 20px;
  border-radius: 10px;
  text-decoration: none;
}

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
  box-shadow: 0 0 13px 0 rgba(121, 121, 166, 0.44);
}

.hobby-card {
  height: 600px;
}

.hobby-img {
  height: 220px;
}

.hobby-checkbox {
  height: 20px;
  width: 20px;
}

.hobby-label {
  font-size: 15pt;
  margin-left: 4px;
}

@media (max-width: 800px) {
  .hobby-checkbox {
    height: 20px;
    width: 20px;
  }

  .hobby-label {
    font-size: 10pt;
    margin-left: 4px;
  }
}
