.nc-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.intro-section {
  position: fixed;
  width: 100%;
  min-height: 60vh;
}

.intro-section .copyright {
  position: fixed;
  bottom: 0;
  margin-bottom: 30px;
  z-index: 9;
  color: #fff;
}

.intro-section .web-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #e1e1e1;
}

.as-pink-txt {
	color: #EB5B9C;
	font-weight: 800;
}

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 700px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #e1e1e1;
}
	
.intro-section .web-copy {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-style:italic;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 500px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #e1e1e1;
}
.intro-section .web-copy {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-style:italic;
}
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 400px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.4rem;
  margin-bottom: .8rem;
  font-weight: 400;
  color: #e1e1e1;
}
.intro-section .web-copy {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  font-weight: 300;
  font-style:italic;
}
}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}

@media (min-width: 600px) and (max-width: 767px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 400px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.2rem;
  margin-bottom: .6rem;
  font-weight: 300;
  color: #e1e1e1;
}
.intro-section .web-copy {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  font-weight: 200;
  font-style:italic;
}
}

@media (min-width: 480px) and (max-width: 599px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 300px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1.0rem;
  margin-bottom: .3rem;
  font-weight: 200;
  color: #e1e1e1;
}
.intro-section .web-copy {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  font-weight: 200;
  font-style:italic;
}
}

@media (min-width: 200px) and (max-width: 479px) {
.nc-header .as-logo-link {
  display: inline-flex;
  width: 320px;
}
	
.intro-section .as-copy {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 400;
  color: #e1e1e1;
}
.intro-section .web-copy {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  font-weight: 200;
  font-style:italic;
}
}