#preload-01 { background: url(logo_over.png) no-repeat -9999px -9999px; }

html, body {
    height: 100%;
    margin: 0px;
	font-family: Open Sans;
	font-weight: 300;
	color: #efeae6;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	font-family: roboto;
	font-weight: 500;
	font-size:9pt;
}

input[type=submit], .button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	font-family: cooper;
	font-weight: 300;
	font-size:9pt;
}

.button {
  background-color: red;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

input[type=submit]:disabled {
  background-color: #ccc;  cursor: not-allowed;
}

small {
    font-size: 8pt;
    background-color: #f1f1f1;
    	color: #000;
    display: block;
    padding: 2px 7px 2px 7px;
}


#myVideo {
height: 60vh;
  width: 100vw;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

a {	font-family: cooper;
	font-weight: 300;
	color:#fff; text-decoration: none; display:inline; }
	
a:hover { opacity: 0.8; }

.dim:hover  { opacity: 1; }

a.buttonlink {
font-size:18pt; display: inline-block;
  padding: 12px 20px;
  border-radius: 12px;
  background: #111;
    color: #fff; }


#fs {
	overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fs_featitem {
	overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}



@media (max-width: 550px) { .spotify { display: none; } #showheader {display:none;} }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#submission {max-width: 500px; background-color: black;}

#logo { display: ; background-image: url(logo.png);     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
width: 250px; height: 250px; max-width: 70vw; max-height: 70vw; position: absolute; top: 75px; margin-left: auto; margin-right: auto; left: 0; right: 0; z-index:2; }


#logo:hover { background-image: url(logo_over.png); }

#title,h1 {	font-family: cooper;
	font-weight: 300;
	font-size:30pt;
	text-shadow: 0px 0px 8px rgba(0,0,0, 0.1); }
	
	#sub,h2 {text-shadow: 0px 0px 8px #000000; font-weight: 400; }

#titleinv {	font-family: cooper; color: #000;
	font-weight: 300;
	font-size:30pt;
	text-shadow: 0px 0px 25px rgba(255,255,255, 1); }


.contact {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.closebtn {
    position: absolute;
    top: 20px;
    left: 45px;
    font-size: 60px;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



.wrapper {
  display: inline-grid;
  grid-template-columns: 30vw 30vw 30vw;
  grid-gap: 40px;
  color: #444;
}

@media (max-width: 768px) {  .wrapper {grid-template-columns:   90vw; } #showheader {display:none;} }


.box {
  color: #fff;
  padding: 0px;
}

#yt {height: 225px; width: 400px;}


#soc { width:30px; opacity: 0.4; margin-top: 2px; margin-bottom: -3px; } #soc:hover { opacity: 0.8; }

#grid2 { display:flex; justify-content: space-between; align-items: center; }



fk {color: #fff877;}
eh {color: #5ecffc;}
bm {color: #ff8fa4;}
brj {color: #3fcb61;}
dr {color: #426da2;}
sb {color: #ff9a00;}
nk {color: #c66075;}
jc {color: #b57d50;}
el {color: #b38fd5;}
song {text-transform: uppercase;}

#creditgrid { color:#fff; display: inline-grid; grid-template-columns: 40vw 5vw 40vw; justify-content: center; align-items: top; }
@media (max-width: 768px) { #creditgrid { grid-template-columns: 80vw; } }




.store-container { height: auto; display: grid; grid-template-columns: 20% 20% 20% 20%; justify-content: space-evenly; grid-gap: 2vw; text-align: center; }
.store-container div {align-self: end;}
@media (max-width: 1200px) { .store-container { grid-template-columns: auto auto auto; } }
@media (max-width: 900px) { .store-container { grid-template-columns: auto auto; } #showheader {display:none;} }
@media (max-width: 600px) { .store-container { grid-template-columns: auto; } } 

.description {
	display: none;
    position: fixed;
	left:10%; top:10%;
	overflow: scroll;
	width: 80%;
	height: 80%;
    background-color: #fff;
	color:#000;
    border-radius: 15px;
    z-index: 50;
	padding: 0; 
}

.desc { 
  display: grid;
  grid-template-columns: auto auto;
}
.desc div {
  align-self: start;
  padding: 25px 50px 0px 50px;
}
@media (max-width: 1000px) { .desc { grid-template-columns: auto; } } 

.storelinks-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  padding: 0px;
  justify-items: center;
  align-items: start;
      align-content: start;
  margin-top: -45px;
  width: 100vw; height: 145px; background-color: #000; z-index:1; overflow: hidden;
}
.storelinks-item { align-self: center;
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.storelinks-logo { align-self: center;
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.store-footer { width: 100%; height: 110px; padding: 40px 0px 40px 0px; background-color: #000; display: grid; grid-template-columns: auto 25% 25% 25% auto; justify-items: center; justify-content: space-evenly; }

@media (max-width: 800px) { .storelinks-container { grid-template-columns: auto; height: auto; }
    .storelinks-item { padding: 5px 0px 5px 0px; }
    .store-footer { grid-template-columns: 60%; height: auto; text-align: center; }
.storelinks-logo { align-self: center;
  padding: 50px 0px 0px 0px;
  font-size: 30px;
  margin-top: -30px;
  text-align: center; }
}


a.pagination:active,a.pagination:visited,a.pagination:link 
{color: #000;
 background-color: #fff;
 padding: 10px;
 border: 2px solid white;
 text-decoration: none;
 font-size: 10pt; }

a.pagination:hover 
{color: #000;
 background-color: #fff;
 padding: 10px;
 border: 2px solid white;
 text-decoration: none;
 font-size: 10pt; }

a.pagination_selected:active,a.pagination_selected:visited,a.pagination_selected:link,a.pagination_selected:hover 
{color: #000;
 background-color: #fff;
 padding: 10px;
 border: 2px solid white;
 text-decoration: none;
 font-size: 10pt; }



@media (max-width: 800px) { .gimme-some {top: 60vh;} }
@media (min-width: 800px) { .gimme-some {top: 120px;} }
