:root {
  --main: rgb(255, 255, 255);
  --background: #292929;
  --background2: #e2e2e2;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: url(https://slushbin.net/seam.png);
}

@font-face {
  font-family: pixel;
  src: url(/pixel.ttf);
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
  font-family: "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

#bg_opacity{
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000000;
	width: 100%;
	height: 100%;
	pointer-events: none;
	animation-name: fade_in;
	animation-duration: 1s;
	opacity: 0;
	z-index: 100;
}

@keyframes fade_in {
	from {opacity: 1;}
	to {opacity: 0;}
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.mainRow{
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	background-color: var(--background2);
	border: 1px solid var(--main);
	position: relative;
	box-shadow: 0px 0px 10px white;
	margin-top: 20px;
  margin-bottom: 20px;
}

#bannerTopSlide{
  position: absolute;
  right: 0px;
  pointer-events: none;
}

.title{
	color: var(--main);
}

.top_banner{
	background-color: var(--background);
	background: url(/bg2.png);
	padding: 15px;
	border: 1px solid var(--main);
}

.title_banner{
	display: flex;
}

.content_banner{
	padding: 15px;
}

.content_banner img{
  max-width: 100%;
}

.content_banner video{
  max-width: 100%;
  width: 100%;
}

.content_banner a{
	color: #333 !important;
	text-decoration: underline;
}

#button{
	width: 88px;
	height: 30px;
	margin-top: 25px;
	margin-left: 280px;
}

strong{
	color: black;
	font-weight: bold;
}

.content_title{
	font-family: monospace;
}

.subTitleBlack{
	background-color: black;
	color: white;
	padding: 5px;
}

.blog_content{
	background-color: grey;
}

.circle_sticker{
  position: absolute;
  z-index: 30;
  width: 135px;
}


footer{
	background-color: var(--background);
	background: url(/bg2.png);
	color: white;
	padding: 15px;
}

#topscroll{
  margin: 0 auto;
}

#topscroll span{
  display: inline-block;
}

#topscroll img {
max-width: none;
}

@keyframes moveSlideshow {
	from {transform: translate(0, 0);}
	to {transform: translate(-100%, 0);}
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 3px;
}

.grid-item {
	width: 225px;
	margin-bottom: 5px;
}

.lain_banner {
	width: 225px;
	height: 60px;
	border: 1px solid black;
}

.blogDiv img{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	max-width: 80%;
}

textarea{
	max-width: 100%;
	min-width: 100%;
}

.void_div{
	background-color: black;
	color: white;
	padding: 2px;
	padding-left: 5px;
}

.void_div strong{
	color: yellow;
}

.void_div img{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.vinylDiv{
    border: 1px solid black;
    padding: 5px;
    display: flex;
    background-color: white;
    margin-bottom: 5px;
}

.vinylDiv h4{
    margin: 0px;
    margin-bottom: 5px;
}

.vinylDiv img{
    height: 300px;
}

.vinylDiv div{
    padding: 5px;
}

#navBar{
  display:flex;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
	color: var(--main) !important;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

.tab_nav {
	display: flex;
}

.tab_nav button {
  cursor: pointer;
}

.tab_nav .active{
	background-color: #2f2f2f;
	color: #fff0f0;
}

.gpic{
  padding: 15px;
  background: white;
  box-shadow: 1px 1px 7px 4px black;
  transition-duration: 0.3s;
}

.gpic:hover{
  rotate: 0deg !important;
}

#vinylPlayer {
    -webkit-animation:spin 1.4s linear infinite;
    -moz-animation:spin 1.4s linear infinite;
    animation:spin 1.4s linear infinite;
}

#vinylHolder{
	padding: 4px;
	border-bottom: 1px solid black;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

  .top_bar_text{
    margin: 0px; background: #6f5847; border-bottom: 1px solid rgb(34, 18, 1); color: white;
  }


  #mainContHead{
    position: absolute;
    margin-left: -90px;
    border: 2px solid black;
  }

  .titleBar{
    background-color: rgb(39, 39, 39);
    padding-left: 2px;
    padding-right: 2px;
    color: white;
  }

  #extraInfoCont{
    position: absolute;
    background-color: #e8eee8;
    border: 2px solid black;
    padding: 15px;
    margin-top: 450px;
    margin-left: 170px;
  }


@media (orientation: portrait) {
	.lain_banner {
		width: 97%;
		height: auto;
	}
	
	.mainRow{
	  width:100%;
  }

	.grid-item {
		width: auto;
	}
	
	.vinylDiv {
	  		display: block;
	}
	
  #navBar{
    display: grid;
  }
  
  .circle_sticker{
    display: none;
  }
  
  .gpic{
    padding: 0px;
    background: none;
    box-shadow: none;
    width: 100%;
  }
  
  #mainContHead{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    border: none;
  }
  

  #extraInfoCont{
    margin-top: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    border: none;
    overflow: hidden;
  }
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background: #BDBDBD;
}

::-webkit-scrollbar-thumb:hover {
  background: #6E6E6E;
}


#bot{
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	pointer-events: none;
	position: fixed;
	z-index: 100;
}

.botText{
	margin: 0px;
	background-color: black;
	color: white;
	padding: 3px;
	text-align: center;
}

#bot_loc_dis{
	color: yellow;
	text-decoration: underline;
}

#bot_talk{
	color: white;
	background-color: black;
	text-align: center;
}