/* All Pages */
*{
    margin: 0;
    padding: 0;
}
.top-buffer{
    margin: 1em;
}
body{ 
    color: black; 
    background-color: darkgrey; 
    /* background-color: #1f1f1f; */
    height: 100%;
    width: 100%
}
.jumbotron{
    padding: 1em 0.6em;
    background-color: #1f1f1f;
    /* background-color: darkgray; */
    font-family: 'Righteous', cursive;
}
.jumbotron h1{
    font-size: 2em;
    color: white;
    font:bolder;
}
.jumbotron p{
    color: lightgray;
    font-size: 1.2em;
}
a{
    color: black;
}
.search-text{
	margin-top:50px;
	background-color: #272d33;
	padding-top:60px;
	padding-bottom:60px;
}
.search-text .input-search{
	height:45px;
	width:40%;
	padding-left:20px;
    color:#333;
} 
.search-text .btn-search{
    background: #da3e44;
    font-family: 'Righteous', cursive;
    border:none;
	color:#FFF;
	height: 45px;
    width: 80px;
}

.search-text h4{
    color: #FFF;
    font-weight: 700;
}
footer{
     padding:30px 0px;
}

/* INDEX */
.BGcontainer {
    position: absolute;
    height: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #222222;
  }
  .BGcontainer span{
      color: white;
      margin: 2em;
     
      font-family: 'Righteous', cursive;
  }
  .BGcontainer span h1{
      margin-top: 4em;
      font-size: 52px;
  }
    .BGcontainer span p i{
        font-size: 10px;
    }

  
  svg {
    position: absolute;
    height: 100%;
  }
  
  .lines {
    opacity: 0.05;
  }
  
  .line {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #4C3A90;
  }
  
  .lights {
    opacity: 0.9;
  }
  
  .light {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #7A6BB5;
  }
  

    

    /* PRE LOADER */
    

/* CONSOLE */
ul{
    list-style-type: circle;
}
hr{
    border-color: #1f1f1f;
    background-color: black;
    height: 3px;
}
 

/* CONTACT */
.leftCol{
    width: 40%;
    float: left;
}
.rightCol{
    margin-top: 11px;
    width: 60%;
    float: right;
    text-align: left;
}
    
/* RECS */
.wrapper{
    width: 1170px;
    margin: 0 auto;
}
.wrapper a img{
    width: 100%;
}
.wrapper a{
    width: 32%;
    float: left;
    margin: 5px;
    color: black;
}

/* TWITCH */
table, td, th{
    border: 1px solid black;
    text-align: left;
}
table{
    border-collapse: collapse;
    width: 100%; 
    margin-bottom: 1em;
}
th,td{
    padding: 15px;
}


@media (max-width:700px) {
    .wrapper a img, .col-md img, .gallery img{
        display: none;
    }

}   
@media (max-width: 1600px){
    .rslides img, .leftCol img, .col-md img, .gallery img{
        display: block;
    }
}