body {
  background: white;
  color: black;
  font-family: LetteraText, san-serif;
  margin: 0px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding: 0px; }

a {
  text-decoration: underline;
  color: black; }
  a:hover {
    color: #ff0003; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

#left-col {
  position: absolute;
  text-align: left;
  left: 40px;
  top: 40px; }

.page-title {
  text-align: center;
  margin-top: 100px;
  margin-left: 40px;
  width: 220px; }

#right-col {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: left;
  z-index: 99; }
  #right-col #nav-button {
    background: white;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer; }
  #right-col #nav {
    z-index: 100;
    position: relative;
    width: 250px;
    display: none;
    margin-right: 60px;
    border: 1px black solid;
    padding: 10px 20px;
    background: white; }
    #right-col #nav a {
      text-decoration: none; }
    #right-col #nav b {
      text-transform: uppercase;
      font-weight: normal;
      text-decoration: underline; }

h1, h2, h3 {
  font-size: 19px;
  font-weight: normal; }

.player {
  width: 360px;
  text-align: left;
  margin: 0 auto;
  margin-top: 40px; }
  .player .col-left {
    display: inline-block;
    width: 360px;
    vertical-align: top;
    padding: 0;
    margin: 0; }
  .player .col-right {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding: 0;
    margin: 0; }
  .player video {
    width: 400px;
    height: 225px;
    margin-bottom: 20px; }

.nav-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: white;
  height: 100px;
  z-index: 200; }

#container {
  text-align: left;
  top: 40px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 40px; }
  #container #clips {
    margin-top: 40px; }

#dany {
  cursor: pointer;
  transition: width 1s, height 1s;
  -webkit-transition: width 0.2s, height 0.2s;
  max-height: 400px; }

@media (min-width: 0px) {
  #nav {
    top: 38px;
    margin-right: 0px !important; }

  #container {
    width: 376px; }

  .player .col-right {
    display: block;
    text-align: center; }
  .player .arrows .next, .player .arrows .previous {
    display: inline-block; } }

@media (min-width: 828px) {
  #nav {
    top: 0px;
    margin-right: 60px !important; }

  #container {
    width: 752px; }

  .player {
    position: relative;
    width: 752px; }
    .player .col-left {
      width: 376px; }
    .player .col-right {
      width: 372px;
      display: inline-block;
      text-align: right; }
    .player .arrows img {
      width: 30px; }
    .player .arrows .next {
      position: absolute;
      left: 762px;
      top: 171px; }
    .player .arrows .previous {
      position: absolute;
      left: -40px;
      top: 171px; }
    .player video {
      width: 752px;
      height: 423px; } }

@media (min-width: 1274px) {
  #container {
    width: 1134px; } }

@media (min-width: 1700px) {
  .player {
    margin-top: 0px; }

  #container #clips {
    margin-top: 0px; }

  .nav-header {
    background: none; }

  .page-title {
    position: fixed;
    top: 0px; } }

.clip {
  display: inline-block;
  width: 360px;
  margin: 0 7px 14px; }

#about-editors {
  text-align: left;
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin-left: 40px; }
  #about-editors b {
    text-transform: uppercase; }
