/* CSS Document */
body {
  font-family: "Montserrat", sans-serif;
  background-image: url('images/billbk.jpg');
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 0px;
  color: #ffffff;
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}

.videoPlayer {
  padding-top: 40px;
}

a {
    color: #af1f1f;
}

.header {
  width: 981px;
  height: 100px;
  margin: auto;
}

.header img {
  width: 100%;
}

.prokickoverview {
  height: 400px;
}

.imagebanner {
  margin: auto;
  width: 981px;
}

.nav {
  margin: auto;
  width: 981px;
  background-color: #666666;
  height: 20px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 5px;
  letter-spacing: 5px;
  text-align: center;
}

.nav a:link {
  color: #ffffff;
  text-decoration: none;
}

.nav a:hover {
  color: #990000;
}

.nav a:visited {
  color: #ffffff;
  text-decoration: none;
}

.introtext {
  width: 450px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.6);
  height: 400px;
  overflow: scroll;
  padding: 0 20px;
  color: #cecece;
  border-radius: 5px;
  margin-top:15px;
  margin-left: 20px;
}

.PROKICK {
  float: left;
  width: 900px;
  padding: 20px;
  line-height: 24px;
  color: #333333;
}

.rightpanel {
  float: right;
  width: 420px;
  text-align: center;
  padding: 15px;
  margin: 20px;
  background-color: #000000;
  filter: alpha(opacity=77);
}

.rightpanel2 {
  float: right;
  width: 420px;
  text-align: center;
  padding: 15px;
  margin: 20px;
  background-color: #000000;
}

.rightpanel img {
  filter: none;
}

.content {
  width: 981px;
  margin: auto;
}

.footer {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  background: rgba(0,0,0,0.6);
  padding: 5px;
}
