html, body {
	background-color: black;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	max-width: 768px;
	padding: 20px 5%;
}

section {
	background-color: #171717;
}

h1, h2 {
	line-height: 1;
	text-transform: uppercase;
}

h2 {
	margin-top: 40px;
}

h2:first-of-type {
	margin-top: 20px;
}

.logo {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

.logo img {
	width: 10%;
	height:10%;
}

#ytThumbsPlayer{
	width:79%;
	height:5em;
	background-color:#171717;
	border:1px solid #171717;
	border-radius:0.5em;
	padding:0em;
	margin-left:0em;
	margin-right:0.5em;
	text-align: center;
  position: fixed; 
  bottom:0%;
}
.ytlist{
	height:50em;
	overflow: auto;
	background-color:#171717;
	border:1px solid #171717;
   scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #F2F2F2 #171717;   /* scroll thumb and track */ 
}


ul li{list-style: none}

@media all and (max-width: 768px) {
.logo img {
	width: 60%;
	height:60%;
}
.split-left {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.split-right {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  background-color: #000000;
}

.right {
  background-color: #000000;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}

#ytThumbsPlayer{
	width:79%;
  height:5em;
  background-color:#171717;
  border:1px solid #171717;
  border-radius:0.5em;
  padding:0em;
  margin-left:0em;
  margin-right:0.5em;
  text-align: center;
  position: fixed; 
  bottom:0%;
}

.ytlist{
	height:50em;
	overflow: auto;
	background-color:#171717;
	border:1px solid #171717;
}


}

@media all and (max-width: 479px) {
	
}

input{
	 background: #171717;
  border: 3px solid #fff;
  border-radius: 26px;
  box-sizing: border-box;
  padding: 5px 15px 7px;
  font-size: 14px;
  color: #fff;
  z-index: 2;
  position: relative;
}


#btn_search{
  background-color: #171717;
  color: #F2F2F2;
  border: 0.2em solid #FFFFFF;
  border-radius:1em; 
}
#btn_search:hover{
	background-color: #171717;
  color: #F2F2F2;
  border: 0.2em solid yellow;
  border-radius:1em; 
}

li.list-group-item{background-color: #171717;}

hr{border:1px solid #fff;
    -moz-box-shadow: 0px 3px 4px 0px #000000;
    -webkit-box-shadow: 0px 3px 4px 0px #000000;
    -o-box-shadow: 0px 3px 4px 0px #000000;
    box-shadow: 0px 3px 4px 0px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=2);
}
/*******************************************/
/*************split in two*****************/
//https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_split_screen



.split-left {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.split-right {
  height: 100%;
  width: 80%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: #000000;
}

.right {
  right: 0;
  background-color: #000000;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}
</style>