@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	margin:0;
	padding:0;
}
body {
	color: #666;
	font: 16px/28px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #e2e2e0;
}
#logo {
	position: absolute;
	z-index: 100;
	left:0%;
	top:0%;
	color: #fff;
	text-align: left;
	width:300px;
	;
	height:300px;
	margin:20px 0 0 20px
}
h1 {
	font-size: 50px;
	font-weight: 300;
	margin: 0px;
	padding:0
}
h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 0px;
	padding:0
}
h3 {
	font-size: 45px;
	font-weight: 300;
	margin:0 0 20px 0;
	padding:0
}
p {
	margin-bottom:30px;
	font-weight: 300;
}
#link-scroll {
	border: 3px solid #fff;
	color:#fff;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
}
#fold {
	position: relative;
	height:100%;
}
#panel, #panel2 {
	background:#FFF;
	z-index: 100;
	position:relative;
	height:auto;
	opacity:0.9;
	padding:20px;
}
#panel3 {
	z-index: 100;
	position:relative;
	height:auto;
	opacity:0.9;
}
video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	  background: url(../img/BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: 0;
}
video {
	display: block;
}
 @media only screen and (max-width: 768px) {
 video#bgvid {
display:none;
}
 body {

  background: url(../img/BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

#panel2 {
	padding:40px;
}

body#BG {
	 background: url(../img/BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container.FFF {
	opacity: 1;
	background-color:#FFF;
}

