h1 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 30px;
  color: #6e42aa;
  text-align: center;
  padding: 0 0 20px 0;
}

@media (min-width: 425px) {
  h1 {
    font-weight: 800;
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-weight: 800;
    font-size: 52px;
  }
}

.slide-text {
  margin-left: 155px;
  margin-top: 10px;
}

@media (min-width: 360px) {
.slide-text {
  margin-left: 175px;
  margin-top: 10px;
}
}


@media (min-width: 414px) {
  .slide-text {
    margin-left: 210px;
    margin-top: 40px;
  }
}

@media (min-width: 576px) {
  .slide-text {
    margin-left: 260px;
    margin-top: 40px;
  }
}

@media (min-width: 736px) {
  .slide-text {
    margin-left: 340px;
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .slide-text {
    margin-left: 450px;
    margin-top: 130px;
  }
}

@media (min-width: 1200px) {
  .slide-text {
    margin-left: 535px;
    margin-top: 160px;
  }
}

@media (min-width: 1366px) {
  .slide-text {
    margin-left: 595px;
    margin-top: 180px;
  }
}

@media (min-width: 1920px) {
  .slide-text {
    margin-left: 635px;
    margin-top: 240px;
  }
}

h2 {
	font-family: 'Poppins';
	font-weight: 800;
	font-size: 18px;
	color: #6e42aa;
	text-align: left;
}

@media (min-width: 576px) {
  h2 {
    font-weight: 800;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-weight: 800;
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-weight: 800;
    font-size: 42px;
  }
}

h3 {
  font-family: 'Quicksand';
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  color: #6e42aa;
  margin-top: -5px;
  text-align: left;
}

@media (min-width: 375px) {
  h3 {
    font-size: 12px;
  	line-height: 1.2;
  	margin-top: -5px;
  }
}

@media (min-width: 576px) {
  h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
  }
}

h4 {
  font-family: 'Quicksand';
  font-size: 12px;
  font-weight: 600;
  color: #6e42aa;
  line-height: 1.2;
}

@media (min-width: 576px) {
  h4 {
    font-size: 14px;
    font-weight: 600;
  }
}

h5 {
  font-family: 'Poppins';
  font-size: 28px;
  font-weight: 700;
  color: #6e42aa;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h5 {
    font-size: 36px;
    font-weight: 700;
  }
}

h6 {
  font-family: 'Quicksand';
  font-size: 16px;
  font-weight: 700;
  color: #6e42aa;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h6 {
    font-size: 20px;
    font-weight: 700;
  }
}

p {
  font-family: 'Quicksand';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #6e42aa;
}

@media (min-width: 576px) {
  p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 24px;
    font-weight: 500;
  }
}

.corpLink {
  font-family: 'Quicksand';
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;	
}

/*HERO SECTION*/
#hero {
  align-content: center;
  padding: 25px 0 20px 0;
}

.heroClass {
  background-image: url(../../assets/img/nuzzy-logo.png);
  background-position: top;
  background-repeat: no-repeat;
  height: 90px;
  background-size: contain;
}

@media (min-width: 576px) {
  .heroClass {
    height: 180px;
  }
}

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

@media (min-width: 992px) {
  .heroClass {
    height: 350px;
  }
}

/*STORY SECTION*/
#story {
  padding: 10px 30px 20px 30px;
  text-align: center;
  height: 200px;
}

@media (min-width: 576px) {
  #story {
    padding: 20px 30px 20px 30px;
  }
}

@media (min-width: 736px) {
  #story {
    padding: 20px 100px 20px 100px;
  }
}

@media (min-width: 992px) {
  #story {
    padding: 20px 200px 20px 200px;
  }
}

@media (min-width: 1200px) {
  #story {
    padding: 20px 300px 20px 300px;
  }
}

/*footnote SECTION*/
#footnote {
  padding: 10px 30px 0px 30px;
  text-align: center;
  height: 100px;
}

@media (min-width: 576px) {
  #footnote {
    padding: 20px 30px 0px 30px;
  }
}

@media (min-width: 736px) {
  #footnote {
    padding: 20px 100px 0px 100px;
  }
}

@media (min-width: 992px) {
  #footnote {
    padding: 20px 200px 0px 200px;
  }
}

@media (min-width: 1200px) {
  #footnote {
    padding: 20px 300px 0px 300px;
  }
}

/*MOVIE SECTION*/
#movie {
  align-content: center;
}

.movieHolder {
  text-align: center;
  align-content: center;
}

.videoPlayer {
  height: 180px;
}

@media (min-width: 576px) {
  .videoPlayer {
    height: 270px;
  }
}

@media (min-width: 768px) {
  .videoPlayer {
    height: 405px;
  }
}

/*SLIDER SECTION*/
.carousel-caption {
  left: 0;
  top: 0;
}

#slider {
  padding: 30px 0px;
}

@media (min-width: 576px) {
  #slider {
    padding: 60px 20px;
  }
}

@media (min-width: 768px) {
  #slider {
    padding: 75px 50px;
  }
}

@media (min-width: 1440px) {
  #slider {
    padding: 75px 160px;
  }
}

@media (min-width: 1920px) {
  #slider {
    padding: 75px 300px;
  }
}

.fa.fa-chevron-left {
  font-size: 35px;
  color: #6e42aa;
}

@media (min-width: 576px) {
  .fa.fa-chevron-left {
    font-size: 50px;
    color: #6e42aa;
  }
}

.fa.fa-chevron-right {
  font-size: 35px;
  color: #6e42aa;
}

@media (min-width: 576px) {
  .fa.fa-chevron-right {
    font-size: 50px;
    color: #6e42aa;
  }
}

/*NUZZY SECTION*/
#nuzzy {
  padding: 25px 0;
    align-content: center;
    text-align: center;
}

.nuzzyBox {
  padding: 20px;
  height: 180px;
}

@media (min-width: 992px) {
  .nuzzyBox {
    padding: 20px;
    height: 250px;
  }
}

.nuzzyRow {
  padding: 15px 0;
    align-content: center;
}

.nuzzyPeaches {
  background-image: url(../../assets/img/PEACHES1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyPeaches2 {
  background-image: url(../../assets/img/PEACHES2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyWoogie {
  background-image: url(../../assets/img/WOOGIE1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyWoogie2 {
  background-image: url(../../assets/img/WOOGIE2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyPookie {
  background-image: url(../../assets/img/POOKIE1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyPookie2 {
  background-image: url(../../assets/img/POOKIE2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyMystic {
  background-image: url(../../assets/img/MYSTIC1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nuzzyMystic2 {
  background-image: url(../../assets/img/MYSTIC2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyShorty {
  background-image: url(../../assets/img/SHORTY1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyShorty2 {
  background-image: url(../../assets/img/SHORTY2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyLuvbug {
  background-image: url(../../assets/img/LUVBUG1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyLuvbug2 {
  background-image: url(../../assets/img/LUVBUG2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzySnuggler {
  background-image: url(../../assets/img/SNUGGLER1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzySnuggler2 {
  background-image: url(../../assets/img/SNUGGLER2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyBella {
  background-image: url(../../assets/img/BELLA1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nuzzyBella2 {
  background-image: url(../../assets/img/BELLA2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*BUY SECTION*/
#buyHeader {
  padding: 10px 0 0 0;
}

#buy {
  padding: 25px 25px;
  margin-bottom: 50px;	
}

#retailLogos {
  padding: 25px 0 0 0;
  align-content: center;
}

.retail {
  height: 50px;
}

.amzLogo {
  background-image: url(../../assets/img/logo-amz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.trgLogo {
  background-image: url(../../assets/img/logo-target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.wmtLogo {
  background-image: url(../../assets/img/logo-walmart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pack {
  height: 130px;
}

@media (min-width: 576px) {
  .pack {
    height: 200px;
  }
}

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

.nuzzyPack {
  background-image: url(../../assets/img/PACKAGE.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*------------------FOOTER------------------*/
#superfooter {
  width: 100%;
  height: 600px;
  background-color: #eb44be;
  text-align: center;
  padding: 50px 0px;
}

@media (min-width: 576px) {
  #superfooter {
    height: 550px;
  }
}

@media (min-width: 768px) {
  #superfooter {
    height: 280px;
  }
}

@media (min-width: 992px) {
  #superfooter {
    height: 250px;
  }
}

.sf-left {
  margin-bottom: 20px;
}

.sf-center {
  margin-bottom: 20px;
}

.sf-right {
  margin-bottom: 20px;
}

.footHead {
  color: #ffffff;
  font-family: 'Mouse Memoirs';
  font-size: 36px;
  letter-spacing: 1.1px;
}

.social-foot a {
  font-size: 32px;
  padding-right: 10px;
  color: white;
}

.footCopy {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;   
  color: #FFFFFF;    
}

.hash {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 700;    
  color: #FFFFFF;    
}

#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 100px;
  background-color: #c81296;
}

@media (min-width: 768px) {
  #footBasic {
    font-size: 14px;
    height: 65px;
  }
}

.footlink { 
	color: #FFFFFF; 
}

.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;    
}

.footer-basic {
  padding: 20px 0;
  color: rgba(255,255,255,.5);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.80;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
/*----------------end FOOTER---------------------------*/
/*TERMS PAGE*/
#terms {
  display: flex;
  justify-content: center;
  padding: 50px 10px 50px 10px;
}

@media (min-width: 576px) {
  #terms {
    display: flex;
    justify-content: center;
    padding: 50px 50px 50px 50px;
  }
}

@media (min-width: 992px) {
  #terms {
    display: flex;
    justify-content: center;
    padding: 50px 150px 50px 150px;
  }
}

#privacy {
  display: flex;
  justify-content: center;
  padding: 1px 10px 20px 10px;
}

@media (min-width: 576px) {
  #privacy {
    display: flex;
    justify-content: center;
    padding: 1px 50px 50px 50px;
  }
}

@media (min-width: 992px) {
  #privacy {
    display: flex;
    justify-content: center;
    padding: 1px 150px 50px 150px;
  }
}

/*FAQ PAGE*/
#faq {
  display: flex;
  justify-content: center;
  padding: 50px 10px 50px 10px;
}

@media (min-width: 576px) {
  #faq {
    display: flex;
    justify-content: center;
    padding: 50px 50px 50px 50px;
  }
}

@media (min-width: 992px) {
  #faq {
    display: flex;
    justify-content: center;
    padding: 50px 150px 50px 150px;
  }
}

.nuzzyInstructions {
  background-image: url(../../assets/img/INSTRUCTIONS.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin: 20px 0 20px 0;
}

#download {
  display: flex;
  justify-content: center;	

}

.downClass {
  font-family: 'Poppins';
  font-size: 20px;
}

/* FLIPPER CLASS */
.card {
  margin: 10px 10px;
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;    
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  grid-area: frontAndBack;
	border: none;
}

.back {
  grid-area: frontAndBack;
  border: none;	
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}
/* @media (min-width: 992px) */
.card-img-overlay{
	margin-top: 60px;
	margin-left: -10px;
}

@media (min-width: 375px){
	.card-img-overlay{
	margin-top: 60px;
	
}	
}

@media (min-width: 992px){
	.card-img-overlay{
	margin-top: 90px;
}	
}

.card-title{
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;	
}

@media (min-width: 375px){
	.card-title{
  font-size: 14px;	
}
}

@media (min-width: 425px){
	.card-title{
  font-size: 18px;	
}
}

@media (min-width: 768px){
	.card-title{
  font-size: 15px;	
}
}

@media (min-width: 992px){
	.card-title{
  font-size: 24px;	
}
}

.card-text{
  font-family: 'Quicksand';
  font-size: 12px;
  font-weight:500;
  line-height: 1.15;
  color: #727272;
}

@media (min-width: 375px){
.card-text{
  font-size: 12px;
}
}

@media (min-width: 425px){
.card-text{
  font-size: 16px;
}
}

@media (min-width: 768px){
.card-text{
  font-size: 14px;
}
}

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


/* COMING SOON */
#soon-holder {
  padding: 20px 0 0 0;
}

#soon-image {
  background-image: url(../../assets/img/nuzzy-cs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

@media (min-width: 576px) {
  #soon-image {
    height: 400px;
  }
}

@media (min-width: 768px) {
  #soon-image {
    height: 600px;
  }
}

@media (min-width: 992px) {
  #soon-image {
    height: 700px;
  }
}

@media (min-width: 1200px) {
  #soon-image {
    height: 930px;
  }
}
