h1 {
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'alga';
}

@media (min-width: 992px) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'alga';
}

@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'peridot-pe-variable';
}

@media (min-width: 992px) {
  h3 {
    padding-bottom: 0;
    font-size: 26px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'peridot-pe-variable';
}

h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'peridot-pe-variable';
}

.paragraph {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .paragraph {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.hastags {
  color: #aaa !important;
  font-size: 18px;
  text-decoration: none;
}

.hastags:hover {
  color: #ebebe9 !important;
  font-size: 18px;
}

.hastags {
  color: #aaa;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 992px) {
  .hastags {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .hastags {
    font-size: 18px;
  }
}

.hastags:hover {
  color: #ebebe9;
  text-decoration: none;
}

