/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { }

body{
	background-color: black;
	color: white;
}

a{
	color: slategray;
	text-decoration: none;
}

a:visited{
	color: lightslategrey;
}

a:focus{
	color: lightslategrey;
}

a:hover{
	color: lightslategrey;
	text-decoration: none;
}

bold{
	font-weight: bold;
	color: grey;
}

italic{
	font-style: italic;
}

.indent{
	padding-left: 20px;
}

.list-count{
	color: gray;
	font-weight: bolder;
	font-size: x-large;
}

hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
 }

h1{
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
}

h3{
	display: block;
	text-align: center;
	margin-top: 20px;
    margin-bottom: 10px;
}

.main{
	padding: 0px 0px;
	margin-bottom: 100px;
}

.list-holder{
	
}

.list-holder > .row{
	margin-bottom: 20px;
}

.jumbotron{
	background-color: black!important;
	padding: 10px;
}

.card-text{
	text-align: left;
}

.card-title{
	text-align: left;
	color: lightslategray;
}

.list-holder .list-group-item{
	text-align: left;
	padding: .5rem 1rem;
}

.row{

}

.space-row{
	height: 30px;
	border-right: none;
	border-left: none;
}

#queue_container{

}

#queue_container h1{
	text-align: center;
	display: block;
}

.list-group-item-template{
	display: none;
}

.column-titles{
	background-color: #3D3D3D;
}

.material-icons{
	font-weight: bolder;
}

div.here i.material-icons{
	color: green;
}

div.subscriber i.material-icons{
	color: green;
}

#nostreamer h1{
	display: block;
}


.break { height: 10px; }
.break::after{
  content: "";
  clear: both;
  display: table;
}

.help-text{
	color: grey;
	font-size:small;
}


#twitch_chat_wrapper{
	position: absolute;
    top: 10em;
    right: 1em;
}

#twitch_chat_wrapper .chat_header{
	font-size: 0.8rem;
	color: lightslategray;
}

/* HEADER AND FOOTER */

.header{
	text-align: center;
	padding: 10px;
}
.navbar{
	background-color: #3D3D3D;
}

.navbar-default{
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
}

.nav{
	width: 100%;
}

.nav .nav-item .navbar-brand{
	padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0.4rem;
}

.nav-item{
	border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.header span{
	color: grey;
	font-style: italic;
}

.header span.image.twitch{
	position: relative;
}

.header span.image.super-mario-maker{
	position: relative;
}

.header span.image{}

.header span.image img{
	max-height: 40px;
}

.footer{
	background: black;
	padding: 16px 20px;
	background-color: #3D3D3D;
}

.footer_left{
	display: inline-block;
	float: left;
	font-style: italic;
	color: grey;
}

.footer_right{
	display: inline-block;
	float: right;
}

.footer_right span{
	color: grey;
}

.footer_right img{
	max-height: 20px;
}

.footer_right a{
	display: inline;
}

.footer_bottom{
	text-align: center;
	font-size: smaller;
	font-style: italic;
	color: grey;
	margin-top: 10px;
}


/* Small devices (landscape phones, 576px and up)*/

@media (max-width: 575px) { 

	body{
		font-size: small;
	}

	.h1, h1 {
	    font-size: 1.5rem;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-right: 5px;
		padding-left: 5px;
	}

	.header span.image img {
	    max-height: 30px;
	}

	.header h1{

	}

	#twitch_chat_wrapper {
	    position: relative;
	    top: unset;
	    right: unset;
	}
}


@media (min-width: 576px) { 
	body{
		
	}

	.header h1{
		font-size: 32px;
	    margin-bottom: 0px;
	    line-height: 1;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	body{

	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	body{

	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	body{

	}
}

