body {
	padding: 0;
	margin: 0;
}

h1 {
	font-family:caviar;
	font-size: 1.3em;
	color: #f2ead6;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
}
.section {
	height: 100%;
}

.centralizer{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menucontainer {
	z-index: 1;
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px;
	padding-top:10px;
	background-color: rgba(125,125,125,0.75);
}
#menucontainer a {
	text-decoration: none;
	font-family: caviar;
	color: #DDD;
	margin: 20px;
}
#menucontainer a:hover {
	color: #FFF;
}

.vimeo{
    background-color: black;
}

.content {
	width: 100%;
	padding-top: 70px;
}

#fullpage {
	height: 100%;
	margin: 0;
	padding: 0;
}

#section0 > .content {
	padding-top: 0px;
}

#section0 h1, #section0 h2 {

	font-family: caviar;
	color: #fff8de;
	padding: 10px 10px;
	font-size: 2.5em;
	margin-bottom: 12px;
	position: absolute;
	right: 10%;
	bottom: 20%;
}

.reelvideo{
	width: 800px;
	height: 450px;
}
video#bgvid {
	opacity: 1;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover;
}

#section0{
	background-color: #111;
}
#section1 {
	background-color: #222;
}
#section2 {
	background-color: #111;
}

#section3{
	background-color: #444;
}
#section3 img{
	max-width: 120px;
}
#section4{
	background-color: #bada55;
	background-image:url('../img/paint.jpg');
	min-width: 100%;
	min-height: 100%;
    background-position: center center;
}
.ttl{
	font-family: caviar;
	color: #ddd;
	margin-bottom: 0;
	padding-bottom: 0;
}
.photocontainer{
	background-color: #555;
	padding-bottom: 10px;
}

.videoContainer{
		float: left;
		width: 350px;	
		margin-bottom: 20px;
	}
	
	.videoimg{
		float:left;
		margin-right: 10px;
		width: 100px;
	}
	
	.videotext,.videotext h2{
		font-family:caviar;
		font-size:1em;
		float:left;
		width: 200px;
		color: red;
		padding-top: 0;
		margin-top:0;
		padding-bottom: 0px;
	}	
	.videotext p{
		font-size:0.8em;
		color: gray;
	}
	
.photocontainer { 
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
	margin-bottom: 20px;
	white-space:nowrap;
} 
.photo{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 5px;
    position: relative;
    float:left;
}
.photo img {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.arrow{
	position: relative;
	float: right;
}

#section4{
	background-color:#D6EBFF;
}

#section5{
	background-image:url('../img/bcg_slide-4.jpg');
    background-position: center center;
}
.about{
	width: 100%;
	background-color:rgba(0,0,0,0.5);	
	color: #ddd; 
	font-family: caviar;
}
.about p{
	margin:10px;
}
.contact{
	min-height: 100px;
	width: 400px;
	background-color:rgba(0,0,0,0.5);
}
.social{
	width: 500px;
	background-color:rgba(0,0,0,0.5);	
	color: #ddd; 
	padding: 20px;
	font-family: caviar;
}
.social p, .social h3{
	padding-left:25px;
}
.social a:link{
	color: #ddd;
	text-decoration: none;
}
.social a:visited{
	color: #ddd;
	text-decoration: none;
}
.social img{
	width: 50px;
	padding: 5px;
	padding-bottom: 50px;
}
.fb-like{
	padding-top: 10px;
	background-color: rgba(255,255,255,0.5);
	left:5%;
	width: 90%;
}
#footer {
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
}
#footer h6 {
	font-family: caviar;
	font-size: 0.8em;
	color: #BBB;
	line-height: 0px;
	margin: 9px;
	padding: 0;
}
#footer a {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover, .social a:hover {
	color: #FC6;
}
#copy {
	float: left;
}
#pow {
	float: right;
}

@media screen and (max-width: 800px) {
	#menucontainer{
		height: 80px;
		font-size: 0.9em;
	}
	#menucontainer > .centralizer{
		width: 400px;
		line-height: 2.5em;
	}
	.content{
		width: 100%;
	}
	.centralizer{
		width: 100%;
	}
	.content h2{
		text-align: center;
	}
	.reelvideo{
		width: 100%;
	}
	.videoContainer{
		float: left;
		width: 100%;	
		margin-bottom: 20px;
	}
	.videotext{
		width: auto;
	}
	.videotext h4{
		margin-top: 0;
		color: gray;
		line-height: 14px;
		color: red;
	}
	.videotext p{
		display: none;
	}
	.social{
		width: 100%;
	}
	.social img{
		width: 40px;
		padding: 2px;
		padding-bottom: 10px;
	}
	#section5{
		background-image:url('../img/bcg_slide-4.jpg');
    	background-position: center right;
	}
}

@font-face {
	font-family: 'caviar';
	src: url('CaviarDreams.ttf');
	font-weight: normal;
	font-style: normal;
}