/*
Theme Name: PitBullPitTv
Author: Troy Grunt
*/

body {
  margin: 0;
  background-color: #000;
  color: #fff;
}

bg {
  display: block;
  overflow: auto;
  height: 100vh;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}

header {
  background-color: rgba(0,0,0,0.9);
  height: 100%;
  overflow: auto;
}

.logo {
  text-align: center;
  overflow: visible;
  height: 35px;
}

.logo img {
  width: 700px;
}

.left {
  display: block;
  float: left;
}
.right {
  display: block;
  float: right;
}

header a img, header div img {
  width: 500px;
}

footer {
  text-align: center;
}

footer a {
  color: yellow;

}

@media screen and (max-width: 1700px) {
  /* UNDER 500px CSS here */

  .left {
    clear: left;
    margin-top: 230px;
  }
  .right {
    clear: right;
    margin-top: 230px;
  }
}

@media screen and (max-width: 1100px) {
  /* UNDER 500px CSS here */

  .left {
    clear: both;
    margin-top: 230px;
    text-align: center;
    width: 100%;
  }
  .right {
    clear: both;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }
}