@font-face {
  font-family: 'b2b';
  src: url('https://f9.limitedrun.com/fonts/235/BacktoBlackDemo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
	color: #ffffff;
	
	font-family: 'Arial', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
	letter-spacing: 1px;
}

h1 {
	font-size: 72px;
	display: inline-block;
}

h2 {
  font-size: 2.5rem;
  line-height: 100%;
  margin: 1rem;
}

h3 {
  font-size: 2rem;
  line-height: 100%;
  margin: 1rem;
}

h1, h2, h3, h4, h5 {
  
	font-weight: 700;
	letter-spacing: 0.09375em;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
}

.charming1-headers h1, .charming1-headers h2, .charming1-headers h3, .charming1-headers h4, .charming1-headers h5 {
  font-family: 'ACharmingFont1';
  font-weight: 400;
  transform: scale(1.5);
}

.charming2-headers h1, .charming2-headers h2, .charming2-headers h3, .charming2-headers h4, .charming2-headers h5 {
  font-family: 'ACharmingFont2';
  font-weight: 400;
  transform: scale(1.5);
}

a { 
  
  color: #ffffff;
  
  font-weight: 700;
}

a:hover {
  color: #ffffff;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

#outer-wrapper {
	position: absolute;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	z-index: 1;
	
}

#outer-wrapper:after {
  content: "";
  background-image: url('https://s9.limitedrun.com/images/1322891/girlpoolbg2.jpg');
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: -2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: height 0.5s;
  pointer-events: none;
}


#overlay {
  backface-visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000000;
	z-index: -1;
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
}



#nav {
  width: 100%;
  height:40px;
  background-color: transparent;
  text-align: center;
  z-index: 1;
}

#nav a {
  color: white;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

#nav ul {
  margin: auto;
}

#nav ul li {
  display: inline;
  margin: auto 10px;
  line-height: 40px;
}

#nav ul li a {
  font-weight: 600;
}



#content-wrapper {
	width: 1080px;
	max-width: 100%;
	margin: 30px auto;
	padding-bottom: 100px;
}

#title {
	text-align: center;
	margin-bottom: 50px;
}

#title h1 {
  margin: -10px 0 10px;
}

#index {
  padding-left: 5%;
  position: relative;
  height: 500px;
  min-height: 50vh;
}

#index-buffer {
  position: relative;
  height: 85vh;
  min-height: 400px;
}

#cornercart {
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 1.6rem;
	background-color: #000000;
	z-index: 101;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#cornercart:hover, .btn-floating:hover, .btn-floating:active, .btn-floating:focus {
	background-color: #ffffff;
}

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

.key-title {
  font-family: 'b2b', serif;
  color: #A3D6F0;
  text-shadow: 2px 2px black;
}

.release-date {
  display: inline-block;
  color: black;
  text-shadow: 0px 0px 5px white, 0px 0px 15px white;
  text-transform: uppercase;
}

.btn-floating i {
	color: #ffffff;
	cursor: pointer;
}

.btn-floating:hover i {
	color: #000000;
}

.btn i {
  font-weight: 400 !important;
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.bottom-content {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
}

.socials {
  margin-top: 0;
  text-align: center;
	font-size: 1.5rem;
}

.socials li {
	display: inline-block;
	width: 30px;
	margin: auto 7px;
	font-size: 1.2em;
}

.socials li a {
  font-weight: 400;
}

.fixedcopyright {
  height: 0.5rem;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 90px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1rem;
  z-index: 5;
}

/* SIDENAV */
.sidenav-trigger {
  position: fixed;
  top: 15px;
  left: 15px;
	background-color: #000000;
	z-index: 101;
}

#slide-out {
	background-color: #ffffff;
	opacity: 0.8;
}

.divider {
  background-color: #000000 !important;
}

.sidenav li > a {
  color: #000000;
}

/* STORE */

.sticker {
  position: absolute;
  font-weight: bold;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.product-wrapper {
	padding: 1rem;
	position: relative;
}

.product-wrapper a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-item {
	position:relative;
	padding-top:100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	overflow: hidden;
}

.product-item img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background-color: rgba(255, 255, 255, 0);
}

.product-overlay {
	position: absolute;
	
	
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 10;
	
	  background-color: rgba(0, 0, 0, 0.6);
	
}

.product-overlay p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: ;
	font-weight: 400 !important;
	
}

.product-item:hover .product-overlay {
	opacity: 1;
}



.mobile-price {
	display: none;
}

@media screen and (max-width: 45em) {
 .grid-sizer, .grid-item {
	width: 100%;
  } 
  
 .mobile-price {
   text-align: center;
   display: block !important;
   color: #ffffff !important;
   font-size: 15px !important;
 }
}

@media screen and (min-width: 45.1em) and (max-width: 63.9375em) {
 .grid-sizer, .grid-item {
	width: 50%;
  } 
}



@media screen and (min-width: 64em) {
 .grid-sizer, .grid-item {
	width: 25%;
  } 
  
 .grid-item.large {
   width: 50%;
 }
}


	
/* PRODUCT PAGE */

#product {
	margin: auto;
}

.single-image {
  padding: 0;
  margin-bottom: 0;
}

.single-image img {
  height: auto;
  width: 100%;
}

.product-description {
	padding: 2em;
}

.product-description h5 {
	text-align: center;
}

.product-boxes {
	height: 0px;
	margin-bottom: 0 !important;
}

.product-boxes img {
	width: 100%;
}

.btn {
	background-color: #000000;
	color: #ffffff;
	margin: 15px auto auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	
}

.btn:hover, .btn:focus {
	background-color: #ffffff;
	color: #000000;
}

#product-content .row {
	margin-bottom: 0;	
}

/* MEDIA QUERIES - TABLET AND BELOW */
@media only screen and (max-width:720px) {	
  #outer-wrapper {
    transform: none;
  }
  
  #index-buffer {
    height: 100vh;
  }
  
	.sidenav-trigger {
	  top: auto;
	  bottom: 10px;
	  left: 10px;
	}
	
	#cornercart {
	  top: auto;
	  bottom: 10px;
	  right: 10px;
	}
	
	.social {
		font-size: 1.1rem;
	}
	
	#copyright {
    font-size: 0.75rem;
    bottom: 65px;
    position: absolute;
  }
  
  .index #overlay {
    background: linear-gradient(to bottom, rgba(251,245,213,0) 0%, rgba(251,245,213,0) 5%, black 15%) !important;
    opacity: 0.9;
  }
}

@media only screen and (max-width:620px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}

/* NEWS ADDON */

article {
  margin-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid black;
}

article img {
  max-height: 500px;
}

article h1, article h2, article h3 {
  margin-left: 0;
}

article h2 {
  font-size: 2.4em;
  margin-top: 0;
  color: black;
}

aside li {
  margin: 20px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}