} h1, h2, h3, h4, h5 {

@include title;

} h2 {

font-size: 2em;
letter-spacing: .1em;

} p {

letter-spacing: .06em;
font-weight: 300;

} a {

text-decoration: none;
color: $accentFontColor;
transition: .3s all;
&:hover {
  color: lighten($accentFontColor, 30%);
  transition: .3s all;
  &:before {
    color: lighten($accentFontColor, 30%);
    transition: .3s all;
  }
  span {
    color: lighten($accentFontColor, 30%);
    transition: .3s all;
  }
}

} li {

list-style: none;

}

.social-media {

li {
  display: inline-block;
}
a {
  display: inline-block;
}
span {
  @include link-border;
  font-size: 1em;
  padding: 8px;
  border-radius: 50%;
}

}

.grecaptcha-badge {

display: none;

}

@media only screen and (min-width: $windowSize) {

h1, h2, h3, h4, h5 {
  @include title;
}
h2 {
  font-size: 2em;
}

}