html{
  scroll-behavior: smooth;
}

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


/**************************/
#hero{
	width: 100vw; 
    height: 56.25vw;
	padding-bottom: 56.25%;
	position: relative;
}

video
{
    width: 100% !important;
    height: 100% !important;
}

.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fb95cc;
  mix-blend-mode: overlay;
  opacity: .5;	
}

h1 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 4.25em;
  color: #FFF;
}
h2 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 2em;
  color: #FFF;	
}
@media (min-width: 768px){
	h2 {
  font-size: 3.5em;
}
}

h2 a{
	text-decoration: none;
}
.h2P{
	align-content: left;
	text-align: left;
	font-weight: 700;
	padding-left: 10px;
	padding-top: 15px;
}

h3 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 3em;
  color: #b705cb;
	
}
@media (min-width: 768px){
  h3 {
  font-weight: 700;
  font-size: 4em;
}
}

h4 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 2.75em;
  color: #b705cb;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;	
}
@media (min-width: 768px){
	h4 {
  padding-bottom: 25px;	
}
}

h5 {
  font-family: 'Fredoka';
  font-weight: 700;
  font-size: 1.75em;
  color: #FFF;
  padding: 25px;	
}

.sortTitle {
  font-family: 'Fredoka';
  font-weight: 600;
  font-size: 1.8em;
  color: #b705cb;	
  text-align: center;	
}

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

a, a:active, a:focus, a:hover {
	text-decoration: none;
}


.socialHero
{
  position: absolute;
  bottom: -25px;
  left: -10px;	
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.875em;
  z-index: 2;	
}
@media (min-width: 768px){
	.socialHero
{
  position: absolute;
  bottom: -15px;
  left: 5px;	
  font-size: 4em;		
}
}
@media (min-width: 992px){
	.socialHero
{
  position: absolute;
  bottom: 1px;
  left: 10px;	
  font-size: 4em;		
}
}
.socialHero li
{
  list-style: none;	
}
.socialHero li a
{
  display: inline-block;
  color: #fff !important;	
  transform: scale(0.5);
  transition: 0.5s;
  margin-left: -10px;
  	
}
.socialHero li a:hover
{
  transform: scale(0.5) translateY(-15px);
}

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

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

.introText {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .95em;
  color: #b705cb;	
  padding: 20px 10px;
  text-align: center;
}
@media (min-width: 768px){
  .introText {
  font-size: 1em;	
  padding: 20px 100px;
}
}
/*****************MAIN**********************/
.imgHolder {
  height: 150px;
  margin: 24px 0 20px 0;    
}

@media (min-width: 576px){
 .imgHolder {
  height: 240px;
}
}

@media (min-width: 768px){
 .imgHolder {
  height: 300px;
}
}

.girlzImg {
  background-image: url("../../assets/img/girlz/main/girlz_detail.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*************BRAND SECTIONS******************/
#girlzSection {
  align-content: center;	
  background-color: #ea55ae;
  background-repeat: repeat;
  background-size: inherit;
}

#casematezSection {
  align-content: center;	
  background-color: #a95abc;
  background-repeat: repeat;
  background-size: inherit;
}

#setzSection {
  align-content: center;
  background-color: #53bbe6;
  background-repeat: repeat;
  background-size: inherit;
}

.brandSec{
	align-content: center;
	text-align: center;
	height: 200px;
}
.stripeHolder{
	height: 200px;
}
@media (min-width: 768px){
	.brandSec{
	height: 300px;
}
	.stripeHolder{
	height: 300px;
}
}

.stripeGirlz {
  background-image: url("../../assets/img/girlz/main/stripeMB_girlz.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px){
	.stripeGirlz {
  background-image: url("../../assets/img/girlz/main/stripe_girlz.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
}
.stripeCasez {
  background-image: url("../../assets/img/girlz/main/stripeMB_case.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px){
 .stripeCasez {
  background-image: url("../../assets/img/girlz/main/stripe_case.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
}
.stripeSetz {
  background-image: url("../../assets/img/girlz/main/stripeMB_car.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px){
.stripeSetz {
  background-image: url("../../assets/img/girlz/main/stripe_car.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}	
}


.brandText {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .85em;
  color: #fff;	
  padding: 5px 5px;
}
@media (min-width: 576px){
  .brandText {
  font-size: .95em;	
  padding: 5px 10px;
}
}
@media (min-width: 768px){
  .brandText {
  font-size: 1em;	
  padding: 20px 10px;
}
}
.brandText a{
	text-decoration: none;
}
/******DETAIL******/
#videoSection {
  align-content: center;
  text-align: center;
  padding-top: 15px;	
}
@media (min-width: 768px){
#videoSection {
  padding-top: 30px;	
}		
}

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

.commercialImg {
  background-image: url("../../assets/img/girlz/main/video_img.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/***********BUY******************/
#buySection{
	align-content: center;
	padding: 50px 0 70px 0;
}

.retailHolder{
	height: 80px;
	padding: 25px;
}

@media(min-width: 768px){
	.retailHolder{
	height: 250px;
	padding: 25px;
}
}

.retailAmz {
  background-image: url("../../assets/img/logos/amz_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailTag {
  background-image: url("../../assets/img/logos/target_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailWm {
  background-image: url("../../assets/img/logos/wm_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.retailFAO {
  background-image: url("../../assets/img/logos/fao_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



/******GirlzPage******/
#girlzHero{
	align-content: center;
	background-color: #ea55ae;
	background-image: url("../../assets/img/girlz/gallery/bannerMB_girlz.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 120px;
}
@media (min-width: 576px){
	#girlzHero{
	background-image: url("../../assets/img/girlz/gallery/banner_girlz.jpg");	
	height: 155px;
}
}
@media (min-width: 768px){
	#girlzHero{
	height: 180px;
}
}
@media (min-width: 992px){
	#girlzHero{
	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;	
}		
}

.pageText {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .95em;
  text-align: center;	
  color: #b705cb;	
  padding: 20px 20px 0 20px;
}
@media (min-width: 768px){
  .pageText {
  font-size: 1em;	
}
}
@media (min-width: 992px){
  .pageText {
  font-size: 1em;	
  padding: 5px 100px;
}
}
.galleryPad{
	padding-bottom: 50px;
}
/***DOWNLOADS***/
#downSection {
  align-content: center;	
  background-color: #ea55ae;
  background-repeat: repeat;
  background-size: inherit;
}
.downSec{
	align-content: center;
	text-align: center;
	height: 480px;
	margin-bottom: 50px;
}
@media (min-width: 414px){
	.downSec{
	height: 490px;
	margin-bottom: 50px;
}
} 
@media (min-width: 576px){
	.downSec{
	height: 540px;
	margin-bottom: 50px;
}
} 
@media (min-width: 768px){
	.downSec{
	height: 400px;
	margin-bottom: 50px;
}
}
@media (min-width: 992px){
	.downSec{
	height: 380px;
	margin-bottom: 50px;
}
}
@media (min-width: 992px){
	.downSec{
	height: 380px;
	margin-bottom: 50px;
}
}
.downS1-01 {
  background-image: url(../../assets/img/girlz/downloads/S1_COLOR.png);
}
.downS1-02 {
  background-image: url(../../assets/img/girlz/downloads/S1_WALLD.png);
}
.downS1-03 {
  background-image: url(../../assets/img/girlz/downloads/S1_WALLM.png);
}
.downS1-04 {
  background-image: url(../../assets/img/girlz/downloads/S1_COLLECT.png);
}
.downPad{
	margin-top: -40px;
}

.downTitle {
	font-family: 'Fredoka';
	font-size: 15px;
	font-weight: 600;
    line-height: 1.1;
	color: #FFF;
	padding-top: 180px;
	text-align: center !important;	
}

@media (min-width: 414px){
	.downTitle {
	font-size: 15px;	
	padding-top: 195px;
	padding-bottom: 25px;	
}
}

@media (min-width: 576px){
	.downTitle {
	font-size: 15px;	
	padding-top: 205px;
	padding-bottom: 0px;	
}
}

@media (min-width: 768px){
	.downTitle {
	font-size: 18px;	
	padding-top: 230px;
}
}

@media (min-width: 992px){
	.downTitle {
	padding-top: 230px;
}
}

@media (min-width: 1200px){
	.downTitle {
	padding-top: 290px;
}
}

@media (min-width: 1200px){
	.downTitle {
	padding-top: 265px;
}
}
/******CASEMATEZ*************/
.pagePad {
  align-content: center;
  text-align: center;
  padding-top: 15px;	
}
@media (min-width: 768px){
.pagePad {
  padding-top: 30px;	
}		
}

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

#caseHero{
	align-content: center;
	background-color: #ea55ae;
	background-image: url("../../assets/img/girlz/casematez/bannerMB_case.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 120px;
}
@media (min-width: 576px){
	#caseHero{
	background-image: url("../../assets/img/girlz/casematez/banner_case.jpg");
	background-size: cover;	
	height: 155px;
}
}
@media (min-width: 768px){
	#caseHero{
	height: 180px;
}
}
@media (min-width: 992px){
	#caseHero{
	height: 250px;
}
}

.pageImg{
	height: 180px;
	margin: 0 10px 5px 10px;
}


@media (min-width: 576px){
	.pageImg{
	height: 200px;
	margin: 0 10px 5px 10px;
}
}
@media (min-width: 768px){
	.pageImg{
	height: 250px;
	margin: 0 10px 15px 10px;
}
}

.caseImg1{
	background-image: url("../../assets/img/girlz/casematez/case01.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.caseImg2{
	background-image: url("../../assets/img/girlz/casematez/case02.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.caseImg3{
	background-image: url("../../assets/img/girlz/casematez/case03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.caseImg4{
	background-image: url("../../assets/img/girlz/casematez/case04.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.caseImg5{
	background-image: url("../../assets/img/girlz/casematez/case05.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*******SETZ************/
#setHero{
	align-content: center;
	background-color: #ea55ae;
	background-image: url("../../assets/img/girlz/setz/bannerMB_setz.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 120px;
}
@media (min-width: 576px){
	#setHero{
	background-image: url("../../assets/img/girlz/setz/banner_setz.jpg");
	background-size: cover;	
	height: 155px;
}
}
@media (min-width: 768px){
	#setHero{
	height: 180px;
}
}
@media (min-width: 992px){
	#setHero{
	height: 250px;
}
}
.setImg1{
	background-image: url("../../assets/img/girlz/setz/setz_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.setImg2{
	background-image: url("../../assets/img/girlz/setz/setz_02.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.setImg3{
	background-image: url("../../assets/img/girlz/setz/setz_03.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.setImg4{
	background-image: url("../../assets/img/girlz/setz/setz_04.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.setImg5{
	background-image: url("../../assets/img/girlz/setz/setz_05.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.setImg6{
	background-image: url("../../assets/img/girlz/setz/setz_06.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/************BUY PAGE**************/
#buyHero{
	align-content: center;
	background-color: #9820dd;
	background-image: url("../../assets/img/girlz/buy/bannerMB_buy.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 120px;
}
@media (min-width: 576px){
	#buyHero{
	background-image: url("../../assets/img/girlz/buy/banner_buy.jpg");	
	height: 155px;
}
}
@media (min-width: 768px){
	#buyHero{
	height: 180px;
}
}
@media (min-width: 992px){
	#buyHero{
	height: 250px;
}
}

.logoPlus{
	height: 150px;
	margin: 0px 10px 25px 10px;
}

.logoDG {
  background-image: url("../../assets/img/girlz/svgs/DG_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
}
.logoDF {
  background-image: url("../../assets/img/fashion/svgs/FDG_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
}

.retailPlus{
	height: 100px;
	margin: 10px 10px 25px 10px;
}

.padPlus{
	margin: 100px;
}