/* Sass Document */
body{
	background-color: black;
}

nav img {
	width: 100px;
}

nav {
	width: 100px;
}

.fa {
    padding: 7px;
    font-size: 10px;
    width: 30px;
	height: 30px;
    text-align: center;
    text-decoration: none;
	color: #FFF;
	border-radius: 100%;
	margin: 0px 5px 0px 5px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
	text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #fc9b0b;
    color: #FFF;
}

/* Twitter */
.fa-twitter {
    background: #fc9b0b;
    color: white;
}

.fa-youtube {
    background: #55ACEE;
    color: white;
}

.navbar {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	z-index: 1;
}

.outer-container {
    width: 100%;
    height: 100%;
    text-align: center;
	z-index: -2;
}

.video-header {
    display: inline-block;
    position: relative;
	/*padding: 0;
	margin: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;*/
}

.video {

	z-index: -2;
	width: 100vw;
}

.content {
    position: absolute;
    left: 200px;
    top: 0px;
    margin: 20% 0px 0px 0px;
    padding: 5px 5px;
    font-size: 50px;
    font-family: Helvetica neue;
    color: #666;

}

.contents strong:hover {
    color: #fc9b0b;
}

/*.content:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/


/*.contents {
  display: inline;
  position: relative;
  overflow: hidden;
}
.contents:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  background: #fc9b0b;
  height: 4px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.contents:hover:after,
.contents:focus:after,
.contents:active:after {
  right: 0;
}
*/


.about{
	margin: 0px;
	padding: 100px 0px;
	line-height: 40px;
}


.footer {
	padding: 30px 0px 20px 0px;
}

.footer p {
	color: white;
}

.footer h1 {
	color: #fc9b0b;
}

.footer ul li {
	color: #FFF;
	display: block;	
}

.footer ul li {
	display:inline-block;
	padding: 0px 20px 0px 20px;
	text-align: center;
}