body{
    background-color: #000;
}

body, html{
	color: #848484;
    font-size: 16px;
    font-family: sans-serif;
    margin:0px;
    padding:0px;
}

.aligncenter{
	text-align: center;
}
a{
	color: hsl(240, 93%, 76%);
}
a:hover{
	color: hsla(240, 14%, 80%, 1);
}

.banner img{
	width: 100%;
}
.container-left{
	width: 130px;
    position: fixed;
    left: 0px;
    background-color: #000;
    height: 100%;
    overflow-x: hidden;
    /* height: 75px; */
}
.content-left{
	margin:0px;
}
.container-left-bg{
	position: fixed;
	z-index:-1;
    background-color: #000;
    height: 100%;
    /* left: 0px; */
    /* top: 0px; */
    width: 130px;
}
.top-img{
	margin:10px;
}



.nav a{
    width: calc(100% - 26px);
    background-color: black;
    color: white;
    display: inline-block;
    padding: 20px 13px;
    color: #ddd;
    font-family: monospace;
}
.nav a:hover{
    background-color:#333;
    cursor:pointer;
    color: #fff;
}



.container-right{
	background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8) ), center, url(https://dadabots.com/img/bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;

	width: calc(100% - 130px);
    position: absolute;
    left: 130px;
}
.content-right{
	/*margin: 30px;*/
}
.margin30{
	margin-left:30px;
	margin-right:30px;
}


#db-logo{
	width: 100px;
	height: 76px;

	background-image: url('/img/db_small3.png')
}

#db-logo:hover{
	z-index:100;
	background-image: url('/img/db_small.png')
}


.box-squeeze{
	max-width: 750px;
	margin: 0px auto;
}
.box-center{
	text-align:center;
}
.box-center h1{
	font-size:50px;
}
.box-center h2{
	margin:100px 0px;
	font-size:50px;
}
.box-center h3{
	margin:100px auto ;
	max-width: 500px;
	font-size:30px;
}
.box-left{
	text-align:left;
}
.box-color{
	background-color:#000;
}
.box-padding50{
	padding: 90px 0px;
}
.box-padding100{
	padding: 100px 0px;
}
.box-padding200{
	padding: 200px 0px;
}
.subscribe h3{
	margin: 0px auto 30px;
}
#death-metal{
	width: 244px;
    text-align: center;
    display: inline-block;
}

.footer-right{
	background-color: #000;
	width:100%;
}
.footer-right-content{
	padding:30px 0px;
	text-align: center;
}
.footer-icons{
	margin:20px;
}
.footer-icons img{
	margin:0px 10px;
	opacity:0.6;
	cursor:pointer;
	filter:grayscale();
}
.footer-icons img:hover{
	opacity:1.0;
	filter:none;
}

.footer-icons-large{
	margin:20px;
}
.footer-icons-large img{
	margin:0px 10px;
	width: 72px;
	image-rendering: pixelated;
	opacity:0.6;
	cursor:pointer;
	filter:grayscale();
}
.footer-icons-large img:hover{
	opacity:1.0;
	filter:none;
}


.footer-right-content div{
	margin:20px 0px;
}
.contact{
	opacity:0.2;
}
.contact:hover{
	opacity:0.0;
}

.subscribe-text, .subscribe-button{
	color: white;
    border: 0px;
    padding: 16px;
    font-size: 15px;
    font-family: monospace;
}
.subscribe p{
	display: inline;
	margin: 20px;
	font-size: 18px;
}
.subscribe-text{
    width: calc(100% - 200px);
    min-width:210px;
    max-width: 500px;
    /* height: 40px; */
    background-color: #212121;
}
.subscribe-button{
	background-color: #334;
	cursor: pointer;
	width: 110px;
}
.subscribe-button:hover{
	background-color: #555;
}
.success-status{
	color: #7f7fff;
}
.error-status{
	color: #ce2e2e;
}
.moar{
	opacity:0.3;
}


h1 {
	color: #fff;
	font-size:40px;
}
h2{
	color: hsla(240, 14%, 60%, 1);
    font-weight: 100;
    	font-size:40px;

}
h3{
	color: #999;
    font-weight: 100;
    font-size:30px;
}

p{
	color: #bbb;
}
.front-page-iframe{
	/*max-width: 560px;*/
	width: 100%;
	height: 60%;
}




a{
	text-decoration: none;
}

.article{
	text-align: left;
	margin: 80px 0px;
}
.article-title{
	font-size:24px;
		color: hsla(240, 14%, 60%, 1);

}
a .article-title:hover{
	color: hsla(240, 14%, 80%, 1);
	cursor:pointer;
}
.article-sub{
	font-size:14px;
	color: #888;
	display: block;
}
.article-abstract{
	font-size:14px;
	color: #bbb;
	display: block;
}


/* FAQ */
.faq-a{
	text-align: left;
	padding: 20px 0px 40px 20px;
}
.faq-q{
	text-align: left;
	font-size: 20px;
	font-weight: none;
	color: #ccc;
}

/* press */
.press-list{

}
.press-article{
	text-align: left;
	margin: 30px 30px;
	width: 250px;
		display: inline-grid;

}
.press-date {
	font-size: 14px;
	color: #555;
}
.press-source {
	color: #fff;
}
.iframe-video iframe{
	width:100%;
	max-width:550px;
}
.spacing{
	margin:100px;
}


/* music */
.hashtags{
	user-select: none
}
.hashtags span{
	background-color: #2a3354;
    display: inline-block;
    padding: 5px;
    color: #6b88ab;
    user-select: none;
    margin: 2px 0px;
}
.hashtags span:hover{
	color: #93b1d6;
	cursor: pointer;
}
.hashtags span.selected{
	color: #f3f3f3;
	background-color: #304079;

	cursor: pointer;
}
.music-list{
	margin-top:30px;
}
.music-element{
	margin: 10px 10px;
    background-color: #000b;
    width: 300px;
    position: relative;
    	overflow:hidden;
	background-size: contain;
	display: inline-grid;
	padding:5px;
}
.music-element img{
	width: 300px;
    height: 300px;
    opacity: 0.8;

}
.music-element img:hover{
	opacity: 1.0;
}
.music-info{
	text-align: left;
	padding: 20px;
}
.music-titl{
	color: #ababab;
	padding-bottom:10px;
}
.music-titl span{
	color: white;
}
.music-desc{
	color: #777
}
.music-desc span{
	color: white;
}
.music-date{
	font-size: 12px;
	color: #555;
	padding-top: 10px;
	/*display: none;*/
}
.music-links{
	padding-top: 10px;
	font-size: 12px;
}
.music-live{
	color: #f55 !important;
	font-size: 10px;
}
.music-viral{
	color: rgb(85, 255, 108) !important; 
	font-size: 10px;
}



/* responsive */
#hamburger-button, #x-button{
	display: none;
	position: fixed;
    right: 0px;
    top: 0px;
    font-size: 42px;
    color: #ddd;
    z-index: 300;
    /*background-color: #000;*/
    width: 50px;
    height: 50px;
    padding: 7px 7px;
}
#x-button{
	margin-left:10px;
}
#hamburger-button:hover,#x-button:hover{
	color: white;
	cursor: pointer;
}


.actual-hamburger{
	display: none;
}


@media screen and (max-height: 500px){
	.nav a{
		padding: 10px 13px
	}
}
@media screen and (max-height: 350px){
	.nav a{
		padding: 5px 13px
	}
}
@media screen and (max-height: 300px){
	.nav a{
		padding: 1px 13px
	}
}




@media screen and (max-width: 800px) {
	h1,h2,h3{
		zoom: 0.8;
	}
}
@media screen and (max-width: 550px) {
	h1,h2,h3{
		zoom: 0.7;
	}
	.container-left {
		width: 320px;
		left: -320px;
		-webkit-transition: left 0.15s linear;
        -moz-transition: left 0.15s linear;
        -ms-transition: left 0.15s linear;
         -o-transition: left 0.15s linear;
            transition: left 0.15s linear;


	}
	
	.container-right {
		left: 0px;
		width: 100%;
		-webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
         -o-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
	}
	#hamburger-button{
		display: block; 
	}

	body.showmenu .actual-hamburger{
		display: block;
		opacity: 0.1;
		padding:10px;
		user-select: none;
	}

	body.showmenu #hamburger-button{
		display: none; 
	}
	body.showmenu #x-button{
		display: block; 
	}
	body.showmenu .container-right{ 
		opacity: 0;
		/*display: none;*/

	}
	body.showmenu .container-left{
		width:100%;
		left: 0px;
		z-index:200;
		font-size:45px;		 
	}

	@media screen and (max-height: 700px){
		.nav a{
			padding: 10px 13px
		}
	}
	@media screen and (max-height: 600px){
		.nav a{
			padding: 5px 13px
		}
	}
	@media screen and (max-height: 500px){
		.nav a{
			padding: 1px 13px;
			font-size: 36px;
		}
	}	
	@media screen and (max-height: 400px){
		.nav a{
			padding: 1px 13px;
			font-size: 24px;
		}
	}
	@media screen and (max-height: 300px){
		.nav a{
			padding: 1px 13px;
			font-size: 16px;
		}
	}

}




#crypto-link{
	display: none
}