a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}

h1 {
  font-family: 'Annie Use Your Telescope', cursive;
  text-align: center;
}

#masthead h1 {
  margin:.25em;
  font-size:80px
}
#masthead h3 {
  text-align: center;
  padding:.25em;
  font-family: 'Annie Use Your Telescope', cursive;
  font-size:25px;
  border-bottom: 1px dotted var(--primary-color-1);
}
#masthead h6 {
  margin-top: -2em;
}
#masthead h1 a{
  color: inherit;
  text-decoration: none;
}
#masthead p {
  text-align: center;
  margin-bottom: 2em;
  background: black;
  color: white;
  padding: .25em 0;
}
#masthead nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
#masthead nav ul li {
  float: left;
}
#masthead nav ul li a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#masthead nav ul li a:hover{
  background-color: #111;
}

.item img, .video{
  max-width:100%;
  margin-bottom: .75em;
}

.bw {
    -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
    filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
}

article h6 {
  font-family: 'Annie Use Your Telescope', cursive;
}

h6 {
  font-size: larger;
}

/* Footer */
.footer {
  background-color: #414141;
  width: 100%;
  text-align: left;
  font-family: 'Annie Use Your Telescope', cursive;
  font-weight: bold;
  font-size: 16px;
  padding: 50px 0 0 50px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 23%;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 50%;
  text-align: center;
}

.footer .footer-center i {
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  vertical-align: middle;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  text-decoration: none;
}

.footer .footer-center p img {
  height: 12px;
}


/* footer right*/

.footer .footer-right {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

.footer h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}


.footer .menu {
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: var(--primary-color-1);
}

.footer .name {
  color: var(--primary-color-1);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}


.love{
  margin: 0;
	font-size: 12px;
	padding: 1em;
  text-align: center;
  font-family: Mansalva;
}

.container {
  margin: 10px auto;
  max-width: 600px;
  text-align: center;
}

