.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: -2;
}

.fg {
    padding-top: 72px;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: right;
    height: 100%;
    width: 100%;
    background: transparent;
}

.navbar {
    background-color: #080808;
    background: -webkit-linear-gradient(left,#080808,#222,#080808);
    background: -o-linear-gradient(left,#080808,#222,#080808);
    background: -moz-linear-gradient(left,#080808,#222,#080808);
    background: linear-gradient(to right,#080808,#222,#080808);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}

.fg a {
    border-color: #000000;
    outline: none;
    color: #000000;
}

h4 {
    padding-top: 16px;
}

table {
    width: 300px;
    max-width: 300px;
}

.row img {
    max-width: 300px;
}

.row .padder {
    padding-top: 16px;
    text-align: center;
}

.row .gomid {
   text-align: center;
}

.row .legend {
   text-align: center;
   font-size: 0.8em;
}

.btn-legend {
    padding: 5px 7px;
    font-size: 6px;
    border-radius: 3px;
}

.row .padderhalf {
   padding-top: 20px;
   text-align: center;
}

@media screen and (min-width: 768px) {
  .row .padderhalf {
      padding-top: 70px;
      text-align: center;
  }
  .row .padder {
      padding-top: 100px;
      text-align: center;
  }
}

@media (min-width: 992px) {
    .youtubevid {
        width: 960px;
        height: 540px; /* 720px */
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .youtubevid {
        width: 640px;
        height: 360px; /* 480px */
    }
}

@media (min-width: 481px) and (max-width: 766px) {
    .youtubevid {
        width: 480px;
        height: 270px; /* 320px */
    }
}

@media (max-width: 480px) {
    .youtubevid {
        width: 300px;
        height: 169px; /* 225px */
    }
}
