/* Created by Kiryu | KIRYU.IT | mail@kiryu.it */

body {
  background:linear-gradient(rgba(14,15,15,0.8), rgba(14,15,15,0.8)), url(images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(5,4,2,0.6);
  margin: 0rem;
  font-family: Futura, sans-serif;
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
#container-gif {
  height:400px;
  width:800px;
  border:1px solid #00000024;
  margin:0 auto;
  margin-top:100px;
}

#gif{
  width:300px;
  height:100%;
  float:left;
  background: url('images/welcome_back_master.gif');
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
}
}

#container-info{
width:500px;
height:100%;
float:right;
background-color: rgba(5,4,2,0.6);
color:white;
}

@media only screen and (max-width: 768px){
#container-info {
  float:none;
  background-color: rgba(5,4,2,0.6);
  margin: auto;
  margin-top: 50px;
  width: 30%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: white;
  overflow: hidden;
  min-width: 250px; }
}

#avatar img{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.6);
  pointer-events: none;
  margin-top: 15px;
}

#quote {
width:200px;
text-align:center;
font-size:12px;
margin: auto;
}

#canvas, #text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

div#disqus_thread iframe[sandbox] {
        max-height: 0px !important;
}

#twitch {
width:100%;
height:100%;
float:right;
  color:white;
}

@media only screen and (max-width: 768px){
#twitch {
  float:none;
  background-color: rgba(5,4,2,0.6);
  margin: auto;
  width: 30%;
  text-align: center;
  color: white;
  overflow: hidden;
  min-width: 309px; }
}