html{
  scroll-behavior: smooth;
}

/*@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}*/


#mainScene {
  align-content: center;
	
}

/**************************/

h1 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 3.75em;
  color: #b705cb;
}
h2 {
  font-family: 'Fredoka';
  font-weight: 600;
  font-size: 1.8em;
  color: #b705cb;	
}
h3 {
  font-family: 'Fredoka';
  font-weight: 600;
  font-size: 3em;
  color: #b705cb;
  	
}
@media (min-width: 768px){
  h3 {
  font-weight: 700;
  font-size: 4em;
  padding-top: 25px;	  
}
}

p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1em;
  color: #b705cb;
  text-align: left;
}

a, a:active, a:focus, a:hover {
	text-decoration: none;
}
/******INTRo******/
#introSection {
  align-content: center;
  text-align: center;
  margin-top: -40px;	
}
@media (min-width: 768px){
#introSection {
  margin-top: -60px;	
}		
}

@media (min-width: 992px){
#introSection {
  margin-top: -50px;	
}		
}

.introText {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .95em;
  color: #b705cb;	
  padding: 20px;
}
@media (min-width: 768px){
  .introText {
  font-size: 1em;	
  padding: 10px 0 0 0;
}
}

/*************BRAND SECTIONS******************/

#subSection{
	text-align: center;
	align-content: center;
}

.subImg{
	height: 200px;
	padding: 20px 0 50px 0;		
}
@media (min-width: 768px){
	.subImg{
	height: 250px;
	padding: 20px 0 70px 0;		
}
}

.subGirlz{
	background-image: url("../../assets/img/main/main_girlz.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.subFashion{
	background-image: url("../../assets/img/main/main_fashion.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.padPlus{
	margin:0 0 50px 0;
}

.btnPad{
	margin-top: 0px;
}
@media (min-width: 768px){
	.btnPad{
	margin-top: 47px;
}
}

@media (min-width: 992px){
	.btnPad{
	margin-top: 24px;
}
}

/**********LEGAL******************/
#extraHero{
	align-content: center;
	background-color: #fd397e;
	background-image: url("../../assets/img/main/dx_bannerMB.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 120px;
}
@media (min-width: 576px){
	#extraHero{
	background-image: url("../../assets/img/main/dx_banner.jpg");	
	height: 155px;
}
}
@media (min-width: 768px){
	#extrazHero{
	height: 180px;
}
}
@media (min-width: 992px){
	#extraHero{
	height: 250px;
}
}

#pageIntro {
  align-content: center;
  text-align: center;
  padding-top: 15px;	
}
@media (min-width: 768px){
#pageIntro {
  padding-top: 30px;	
}		
}

@media (min-width: 992px){
#pageIntro {
  padding-top: 10px;	
}		
}

#legalMain{

    align-content: center;
    padding: 24px 0;
}

.extraBox {
  text-align: center;
  padding: 25px;
  margin: 0px 0 30px 0;
}

.legalBox {
  font-family: 'Lato';
  font-size: 14px;
  color: #b705cb;	
  text-align: left;    
}

@media (min-width: 576px){
.legalBox {
  font-size: 16px;

}
}

@media (min-width: 768px){
.legalBox {
  font-size: 18px;

}
}

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

}
}

/************404*******/
.miscHolder{
	height: 150px;
}
@media (min-width: 768px){
	.miscHolder{
	height: 250px;
}
}

.miaImg{
	background-image: url("../../assets/img/main/decora404.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (min-width: 768px){
	.miaImg{
		background-position: center;
	}
}

.padExtra{
	padding: 0 25px;
}

@media (min-width: 768px){
	.padExtra{
	padding: 0 0;
}
}
@media (min-width: 992px){
	.padExtra{
	padding: 0 100px;
}
}