body{
    color: #484848;
    background-image: url("../images/background/scribble_light_2x.png");
    background-color: rgba(65, 76, 129, 0.39); 
    background-blend-mode: multiply;
    font-size: 18px;
    /* font-family: Cicular, "Helvetica Neue",Arial, Helvetica, sans-serif; */
    z-index: 0;
    margin: 0;
    max-height: 100%;
}

video{
  max-width: 100%;
}
.container{
  width: 100%;
  z-index: 1;
  background-color: black;    
  text-align: center;
  height: 70%;
}

a:link,
a:visited {
    color: rgba(22, 51, 212, 0.911);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
  }

#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* min-width: 512px; */
    padding-top: 5px;
    text-align: center;
} 

img {
    max-width: 100%;
  }
  
#navigation{
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


.gradient{
    background-image: url("../images/background/gradient.jpg");
    opacity: .1;
    z-index: 2;
}

#content{
    z-index: 3;
}

h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.6em;
}

h2 {
    margin-top: 0;
    margin-bottom: 0.3em;
  }
  
.wrapper         {
    width: 80%;
    height: 100%; 
    margin: 0 auto; 
    background: #CCC
}

.sd_iframe        {
    position: relative; 
    padding-top: 56%;}

.sd_iframe iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: 0;
}

header {
  max-height: 15%;
}

footer{
  height: 15%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footwrapper{
  padding: 20px;
}

.tape_id {
  color: rgb(26, 46, 59);
  font-size: 2.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.11111;
  float: left;
}

.download {
  color: rgb(26, 46, 59);
  font-size: 1rem;
  line-height: .95;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  float: right;
}

td, th {
  text-align: left;
}