.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  /*font-size: 70px;*/
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  /*font-weight: 900;*/
}

.cd-headline.clip {
  font-size: 28px;
}

@media only screen and (max-width:352px){
    .cd-headline.clip {
        font-size: 24px!important;
    }
}

@media (min-width: 992px) {
  .cd-headline.clip {
    font-size: 70px!important;
  }
}

@media (min-width: 768px) {
  .cd-headline.clip {
    font-size: 50px;
  }
}

.heading{
  margin-bottom: 6.25rem!important;
  font-size: 4rem;
}

.subheading{
  font-size: 3rem;
  font-family: 'Titillium Web', sans-serif;
}

@media (max-width: 767px) {
  .heading{
    font-size: 2.9rem;
  }
  .subheading{
    font-size: 2.5rem;
  }
  #lowerblock{
    padding-bottom: 0px;
  }
}

.blc {
  text-align: right;
}

.project-card-no-image .tags {
  display: contents;
}

.project-card-no-image p {
  opacity: .6;
  margin-top: 10px;
}

@media only screen and (max-width: 355px){
    .display-4 {
        font-size: 43px!important;
    }
}