

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com');

html,
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #00aedd;
    overflow: hidden;
    font-family: 'roboto', sans-serif;
    font-weight: 100;
    font-size: 1em;
}

.wrapper {
    position: absolute;
    width: 500%;
    height: 100%;
    z-index: 0;
}

/* Text */

h1,
h2 {
    margin: 0;
    padding: 0;
	margin-bottom:65px;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/
}

p {
    line-height: 1.4;
  }

a,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #004d67;
}

h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
}

p a {
    
}

/* Header */

header {
    position: absolute;
    top: 30%;
    left: 60%;
    z-index: 999;

}

header h1 {
  
    padding: 0 30px 10px 0;
    font-size: 2.7em;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.8);*/
}

header h1 span {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;

}

header p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 20%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-title {
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: .5;
    margin: 40px 0 0 0;
    padding: 0;
    line-height: .65;
    font-size: 4em;
    text-transform: uppercase;
}

/* Nav */

nav {
    position: absolute;
    right: 5%;
    top: 45%;
    padding: 20px;
    background: #000;
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 1000;
}

nav:hover {
    opacity: .6;
}



.logoLix3 {
	 width: 250px;
	 height:120px;
}


#video_pattern {
/*background-image: url(../img/pattern.png);*/
position: fixed;
opacity: 0.7;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}


#img_bkgd {
	display:none;
background-image: url(../img/ventilo400.jpg);
background-repeat:no-repeat;
background-size:100%;
position: fixed;
left: 0px;
top: -60px;
width: 100%;
height: 100%;
z-index: 1;
}


	#video_background
	{
	display:block;
	position: absolute;
	bottom: 0px;
	right:0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	}
	
	@media screen and (max-width: 840px) {
		#video_background {
			display:none;
		}
		#img_bkgd{
			display:block;
		}
		header {
			position: absolute;
			top: 225px;
			left: 25px;
			z-index: 999;
	
		}
		
		header h1 {
		  
			padding: 0 0px 10px 0;
			font-size: 1.4em;
			    font-family: 'Roboto';

			/*border-bottom: 1px solid rgba(0, 0, 0, 0.8);*/
		}
		h1,
		h2 {
			margin: 0;
			padding: 0;
			margin-bottom:10px;
			/*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/
		}

}