html{
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
body {
    color: rgba(245,249,250,.83);
    display: block;
    margin: 0;
    padding:0;
    line-height: 1.3em;
    font-family:arial,sans-serif;
}

body{
    background: url('../images/girlbkgd.png') no-repeat fixed #000;
    background-size: cover;
    width: 100%; 
    height: 100vh;
}
.hide-scrollbar {
  overflow: auto; /* Ensures content remains scrollable */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
a:any-link {
    color: -webkit-link;
    text-decoration-line: none;
    cursor: pointer;
}
a {
	text-decoration: none;
	transition: all .3s ease-in-out; 
		:hover{
			opacity: .5;
		}
}
/* position */

.C {
	margin: auto;
	text-align: center;
}
.L{
	float:left;
}
.R{
	float:right;
}
.U{
   text-transform: uppercase;
}
.merch_menu{
  text-align: right;
  padding-top: .8em;
  font-size: .8em;
}
html#ecwid_html body#ecwid_body .ecwid{
/* #my-store-108569891 .vgdstore html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-page-title h1 */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    /* color: #333; */
    margin: 0;
    word-wrap: normal;
    word-break: normal;
    max-width: 100%;
}

/* .vgdstore{
  margin: -9em auto;
  color:white;
}
#my-store-108569891 html#ecwid_html body#ecwid_body * .ec-size .ec-store .grid-product__title-inner{
  color:white;
} */

/* menu */

menu{
	position: fixed;
	z-index: 200;
	width: 400px;
	font-family:'Arial Black',sans-serif;
	font-size: 1.2em;
}
.menulist{
	margin: .5em 0 0 -1em;
}
.menugraphic{
	position: fixed;
	z-index: 200;
	width: 100%; 
	height: 6.5em;
}

.menulist a{
	font-family: 'Arial Black',sans-serif;
	color: #f5f9fa;
	padding-right: 8px;
	opacity: .5;
	transition: all .3s ease-in-out;	
}
.menulist a:hover {
	color: #e64c2f;
	opacity: 1;
}

/* row */

.row {
	margin: auto;
	padding: 1.5em;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}
.row > .col-4 {
	width: 33.33333%;
  padding-bottom: .3em;
	/* width: 100%; */
}

/* container */

.container {
  display: inline-block;
	text-align: center;
	margin: auto;
	width: 100%;
}

/* feature icon */

.feature-icon img{
	display: inline-block;
	position: relative;
	cursor: default;
	width: 80%;
	z-index: 0;
}

.main > .content.dark {
	/* background: rgba(0,0,0,.6); */
	width:100%;
	padding: 0;
	margin:0;
}

/* titles */

.btn img{
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.btn a{
	transition: all .3s ease-in-out;	
	:hover{
		opacity: .6;
		}
}
.hdr {
    margin-right:.5em;
}
.hdr img{
	width: 73%;
	float: right;
}
.premiere img{
	width: 90%;
	margin: 0 0 2em 0;
	text-align: center;
}

/* video */

.vid{
	margin:3em auto;
	max-width: 85%;
	max-height: 85%;
	background-color: #000;
	overflow: hidden;
	aspect-ratio: 4/3;
	text-align: center;
}
iframe{
	width: 100%;
	height: 100%;
	left: 0;
}

/* popup */

.bios{
  float:right;
  text-decoration: none;
  margin: 1.5em .7em;
}
.bios img{
	transition: all .3s ease-in-out;
  width: 120px;
  overflow: hidden;
}
img {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.bios a{
	transition: all .3s ease-in-out;	
	:hover{
		opacity: 1;
		scale: 1.2;
		transform: rotate(3deg);
		z-index: 5000;
		}
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(151, 151, 151, 0.2);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

.popup {
  margin: 10em auto 0 auto;
  padding: 20px;
  background: #000;
  border-radius: 5px;
  width: 80%;
  overflow-y: scroll;
  position: relative;
  transition: all .3s ease-in-out;
  z-index: 5;
}
.popup h2 {
  margin-top: 0;
  color: #e64c2f;
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #f5f9fa;
}
.popup .close:hover {
  color: #e64c2f;
  text-decoration: none;
}
.popup .content {
  /* color: rgba(245,249,250,.7); */
  max-height: 40%;
  padding: .8em;
  text-align: left;
  overflow-y: scroll;
}
.popup .subscribe {
    margin-top: .5em;
    padding:2px;
    border: .03em solid;
    color: #e64c2f;
    text-decoration-line: none;
    cursor: auto;
    transition: all .3s ease-in-out; 
}
.popup .subscribe:hover {  
    opacity: .5;
}

/* showmates */

hr {
  border: 0;
  border-top: solid 1px #e6e6e6;
  opacity: .5;
  text-align: center;
  width:65%;
  margin: .5em auto .5em auto;
}
.mates h3{
	font-family:'Arial Black',sans-serif;
	font-size: 1.3em;
  text-transform: lowercase;
  margin-bottom: .5em;
}
.venues h3{
	font-family:'Arial Black',sans-serif;
	font-size: 1.3em;
  text-transform: lowercase;
  margin-bottom: .5em;
}
.smcontainer {
  position: relative;
}
.mates {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 40%;
  text-align: center;
}
.venues {
  position: absolute;
  top: 23em;
  left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 40%;
  text-align: center;
}

/* footer */

.adn{
	font-size: 1em;
	text-align: center;
	width: 60%;
    margin:2em auto 2em auto;
}
.email{
	font-size: .8em;
	text-align: center;
	color: #e64c2f;
}

.copyright{
	font-size: .7em;
	text-align: center;
	color: #e64c2f;
    margin: 3em auto;
    padding-bottom: 1em;
}

@media screen and (max-width: 850px) {

	body {
		font-size: 10pt;
    }
	menu{
    font-weight: bold;
    letter-spacing: .6;       
	}
  .bios{
    margin: 2.5em .2em;
    float: right;
  }
  .bios a{
    transition: all .3s ease-in-out;	
    :hover{
      opacity: 1;
      /* scale: 1.3; */
      transform: rotate(3deg);
      z-index: 5000;
      }
  }
  .row{
    padding: 0;
  }

	.container {
		width: 100% !important;
	}
	.popup{
    margin: 6em auto;
		width: 90%;
	}
	.premiere img{
		width: 100%;
		/* height: 70px; */
		margin: 0;
	}
	.hdr img{
		width: 88%;
		/* margin-right: 1em; */
		float: right;
	}
  .adn{
    width:80%;
  }
  .mates {
    left: -1.5em;
    top: 10px;
    font-size: .8em;
    width: 16em;
    }
  .venues {
    left: -1.5em;
    top: 10px;
    left: 13em;
    font-size: .8em;
    width: 16em;
    }
}

@media screen and (max-width: 650px) {
  body{
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(86, 3, 3));
  }
  .bios{
    top:2em;
    float: none;
    text-align: center;
  }
  .bios img{
    width: 80px;
  }
}


@media screen and (min-width: 1000px) {
	.popup{
        /* margin: 16em auto 16em auto; */
		width: 60%;
	}
}