/* -------------------------------- 

Primary style

-------------------------------- */

a {
  text-decoration: none;
}

.cd-intro {
  width: 100%;
  text-align: left;
  padding-top: 10vh;
}

.cd-headline {
  font-size: 60px;
  letter-spacing: 3px;
}

.cd-headline span {
	color: #ffffff;
	font-size: 55px;
	font-weight: 600;
	}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 200;
  font-size: 60px;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #5c9e43;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}


@media only screen and (max-width: 1600px) { 
.cd-headline span {
	font-size: 50px;
	}

.cd-words-wrapper b {
  font-size: 47px;
  
}
}


@media only screen and (max-width: 1200px) { 
	.cd-headline span {
		font-size: 55px;
		}
	
	.cd-words-wrapper b {
	  font-size: 60px;
	}
	
	.cd-intro {
		padding-top: 1vh;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 1024px) { 

	.cd-headline span {
		font-size: 45px;
	}
	
	.cd-words-wrapper b {
		font-size: 45px;
	}

}

@media only screen and (max-width: 768px) { 

.cd-intro {
    padding-top: 4vh;
}

.cd-headline span {
    font-size: 36px;
	}

.cd-words-wrapper b {
    font-size: 34px;
	letter-spacing: 2px;
	}
}

@media only screen and (max-width: 480px) { 

.cd-intro {
    padding-top: 0vh;
}

.cd-headline span {
    font-size: 25px;
}

.cd-words-wrapper b {
    font-size: 22px;
}

}

@media only screen and (max-width: 320px) { 

}