.container{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

body {
  background-color:white;
  color:black;
  font-weight: 100;
  font-family: 'Josefin Sans', sans-serif;
}

a{
  color: rgba(128, 128, 128, 0.5);
  text-decoration: none;
}

a:hover{
  color: rgba(128, 128, 128, 0.5);
}

a:visited{
  color: rgba(128, 128, 128, 0.5);
}

/*-----------------------------HEADER--------------------------*/

#header{
  line-height: 7px;
  text-align:center;
  margin-top: 0px;
  height: 150px;
  background-color: white;
}

#header h1{
  color: rgba(128, 128, 128, 0.5);
  font-size: 3.5em;
  letter-spacing: 20px;
  padding-left: 10px;
  font-weight: lighter;
}

#header p{
  color: rgba(128, 128, 128, 0.9);
  letter-spacing: 10px;
  font-size:17px;
  margin: 0px;
}

#header ul{
  width: 100%;
  padding-left: 0px;
  margin-top:50px;
}

#header li{
  padding: 0% 9%;
  display: inline-block;
}



/*-------------------------------MAIN--------------------------*/
body p{
  text-align: center;
  color: rgba(128, 128, 128, 1);
  letter-spacing: 3px;
  font-size:17px;
  margin: 20px;
}


.main {
  text-align: center;
}

/*-------------------------------VIDEO--------------------------*/
.video-wrapper {
  margin: 0 auto;
  max-width: 800px;
}

video {
  cursor: pointer;
  width: 100%
}
#middle{
  margin-top: 10px;
}

.vjs-volume-panel,
.vjs-remaining-time {
  display: none;
}

/*-------------------------------FOOTER--------------------------*/
.footer{
  text-align: center;
  background-color: white;
  padding-top: 20px;
  border-top: 0px solid rgba(128, 128, 128, 0.4);
}

.footer ul{
  padding: 25px 0px 40px 0px;
  margin: 0px;
}

.footer li{
  display: inline;
  padding: 0px 15px 0px 15px;
}

.footer div{
  text-align: center;
  padding: 20px 0px;
}

/*-----------------------------DISPLAY--------------------------*/

#responsive_toggle{
  color: rgba(128, 128, 128, 0.4);
  font-size: 1.5em;
  padding: 0px;
  display: none;
  float: right;
}


@media (max-width: 560px) {
  #header .container{
    max-width: 100%;
    margin: 0 auto;
  }

a{
  font-weight: bold;
  color: rgba(128, 128, 128, 0.4);
  text-decoration: none;
}

a:hover{
 font-weight: bold;
  color: rgba(128, 128, 128, 0.4);
}

a:visited{
 font-weight: bold;
  color: rgba(128, 128, 128, 0.4);
  }
  
div.img {
    float: left;
    width: 50%;
}
  #header{
    margin: 0px 5px;
    height: 60px;
    line-height: 25px;
  }
  #header h1{
    float: left;
    font-size: 1em;
  }

  #header li{
  padding: 0% 7%;
  font-size: 0.7em;
  }

  #header ul{
     margin-top: 0px;
  }

  header nav ul{
    width: 100%;
    height: 0px;
    overflow: hidden;
  }

header p{
   display:none;
}
  header nav ul li{
    display: inline;
    font-size: 0.8em;
  }

  .slideDown{
    line-height: 2em;
    height: 3em;
    transition: height 1s;
  }
  #responsive_toggle{
      display:block;
    }
  
  #footer_nav {
    display: none;
  }
  .footer div{
    text-align: center;
    padding: 5px 0px;
  } 

.footer a{
    color: rgba(128, 128, 128, 0.4);
  }

  .footer ul{
    padding: 10px 0px 40px 0px;
    margin: 0px;
  }
}