@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

body {
	background-color: #080202;
	height:100%; 
}

* { margin:0; padding:0; }

img { border:none; }
	
div.container {
	color: #DFDFDF;
	font-family: 'Open Sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:15px;
	line-height:25px;
	margin-left:100px;
	margin-top:75px;
	letter-spacing:1px;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

div.mov {
	float:left;
	padding-bottom:15px;
	clear:both;
}

audio { 
 	width: 400px; 
  	border-radius: 0px;
	outline:none;
}

video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	outline:none;
}

.menu-text {
	font-family: 'Open Sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	padding-top:20px;
	padding-left:60px;
	opacity:.8;
}

p { padding-bottom:1px; }

.para p { padding-bottom:25px; }

p.title { padding-bottom:15px; }

a { 	
	text-decoration:none; color:#686969;
    -webkit-transition: color 1s;
    -moz-transition:    color 1s;
    -ms-transition:     color 1s;
    -o-transition:      color 1s;
    transition:         color 1s;
}

a:hover { text-decoration:none; color:#E1E0E0; }
