body {
  font-family: 'Quicksand', sans-serif;
  color: white;
  font-size: 1.1em;
  line-height: 1.4em;
}

#content {
margin: 3em;
}

p {
  padding:.05em;
  padding-left:.3em;
  color: black;
  background-color: white;
  display:inline;
}

a:link {
    color: white;
      text-decoration: none;
}

a:visited {
    color: white;
      text-decoration: none;
}

a:hover {
    color: grey;
}

a:active {
  color: black;
    text-decoration: none;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../video/bg.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
