/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #202020;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #fa9fb5;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

	body {
		
		color: #050426;
		background-color:  #050426;
		font-family: 'Dosis', Arial, sans-serif;
		font-weight: 400;
		padding: 0px;
	}

	h1 {
		font-weight: 700;
		font-size: 60px;		
	}

	h1.topText-md {
		vertical-align: text-top;
		margin: 0px;
		position: absolute; 
		top: 0px;		
	}

	h1.bottomText {
		vertical-align: bottom;
		margin-top: 10px;
		margin-bottom: 10px;
		position: absolute;
		bottom: 0px;
		padding-right: 10px;
	}	

	h2 {
		font-weight: 700;
		font-size: 32px;					
	}

	h2.topText-md {
		vertical-align: text-top;
		margin: 0px;
		position: absolute; 
		top: 0px;		
	}

	h2.bottomText {
		vertical-align: bottom;
		margin-top: 10px;
		margin-bottom: 10px;
		position: absolute;
		bottom: 0px;
		padding-right: 10px;
	}

	h3 {
		font-weight: 400;
		font-size: 24px;						
		margin-top: 10px;
		margin-bottom: 10px;#
	}

	h3.underBlock {
		margin-top: 0px;		
	}

	h3.nextToBlock {
		margin-top: -7px;		
	}

	h3.topText-md {
		vertical-align: text-top;		
		position: absolute; 
		top: 0px;		
	}

	h3.bottomText-md {
		vertical-align: bottom;
		margin-top: 10px;
		margin-bottom: 10px;
		position: absolute;
		bottom: 0px;
		padding-right: 10px;
	}

	p {		
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;		
	}

	p.topText-md {
		vertical-align: text-top;	
		position: absolute;
		top: 0px;
		padding-right: 10px;
	}

	p.bottomText-md {
		vertical-align: bottom;
		position: absolute;
        bottom: 0px;        
        padding-right: 10px;
	}	

	a {
		color: #050426;		
	}

	a:hover { 
	    color: #cae3df;
	}

	a.menu {
		color: #cae3df;
	}
	a.menu:hover {
		color: #fff;
	}

	td {	    
	    vertical-align: top;
	}

	/*each of these (number of rows * row height) - the padding of 20*/

	#topHalf {
	    background-color: #eaa192;
	    width: 100%;
	    height: 384px;		
	}

	#bottomHalf {
	    background-color: #050426;
	    width: 100%;
	    height: 512px;		
	}

	#director {
	    background-color: #eaa192;
	    width: 100%;
	    height: 768px;		
	}

	#google {
	    background-color: #050426;
	    width: 100%;
	    height: 1792px;		
	}

	#spaces {
	    background-color: #eaa192;
	    width: 100%;
	    height: 2816px;		
	}

	#web {
	    background-color: #050426;
	    width: 100%;
	    height: 2944px;		
	}

	#film {
	    background-color: #eaa192;
	    width: 100%;
	    height: 5120px;		
	}

	#info {
	    background-color: #050426;
	    width: 100%;
	    height: 2048px;		
	}

	#goodbye {
	    background-color: #eaa192;
	    width: 100%;
	    height: 128px;		
	}

	.zPush {
		z-index: 999;
	}

	.bgLevel {
		z-index: 1
	}

	.imgLevel {
		z-index: 2
	}

	.textLevel {
		z-index: 3
	}

	.contentLevel {
		z-index: 4
	}	

	.menuLevel {
		z-index: 5
	}

	.layer {
		 position: absolute;
		 width: 100%; 		 
	}

	.layer.parallax {	
		top: 0px;
	}

	.bg {
		background-color: #eaa192;
	}

	.bgInvert {		 
		 background-color: #050426;
	}

	.menuContainer {   	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    width: 768px;

		margin-left: auto;
  		margin-right: auto ;   		 	  		  		  
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding: 0px;

	    position: fixed;
	    top: 0px;
	    
	    /*border: dashed;
	    border-color: #ff0000;*/
	}

   .container {   	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    width: 768px;
		margin-left: auto;
  		margin-right: auto ;   		 	  		  			   
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding: 0px;
	    
	    /*border-width: thin;
	    border: dashed;
	    border-color: #ff0000;*/	        
	}	

	.row {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position: relative;				
  		width: 768px;
  		margin: 0px;
  		padding: 0px;

		/*border-width: thin;
  		border: dashed;
	    border-color: #0000ff;*/	    
	}

		

	.rowContent {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position: relative;				
  		width: 768px;
  		margin: 0px;
  		padding: 0px;

		/*border-width: thin;
  		border: dashed;
	    border-color: #00ff00;	*/    
	}

	.column {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    float: left;
	    position: relative;
	    width: 128px;	    		
	    margin: 0px;
	    padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	  
	  	/*border-width: thin;
		border: dashed;
	    border-color: #0000ff;*/
	}

	/*.right {
		text-align: right;
	}*/
	.right-md {
		text-align: right;
	}

	.rightSide {
		right: 0px;
	}

	.offset-md-0 {
	    left: 0px;
	}

	.offset-md-1 {
	    left: 64px;
	}
	.offset-md-2 {
	    left: 192px;
	}
	.offset-md-3 {
	    left: 320px;
	}
	.offset-md-4 {
	    left: 448px;
	}
	.offset-md-5 {
	    left: 576px;
	}
	.offset-md-6 {
	    left: 704px;
	}
	.offset-md-7 {
	    left: 832px;
	}
	.offset-md-8 {
	    left: 960px;
	}
	.offset-md-9 {
	    left: 1088px;
	}

	.med-w-0 {
		width: 0px;
	}
	.med-w-1 {
		width: 128px;
	}
	.med-w-2 {
		width: 256px;
	}
	.med-w-3 {
		width: 384px;
	}
	.med-w-4 {
		width: 512px;
	}
	.med-w-5 {
		width: 640px;
	}
	.med-w-6 {
		width: 768px;
	}

	.med-h-0 {
		height: 0px;
	}	
	.med-h-1 {
		height: 128px;
	}
	.med-h-2 {
		height: 256px;
	}
	.med-h-3 {
		height: 384px;
	}
	.med-h-4 {
		height: 512px;
	}
	.med-h-5 {
		height: 640px;
	}
	.med-h-6 {
		height: 768px;
	}
	.med-h-7 {
		height: 896px;
	}
	.med-h-8 {
		height: 1024px;
	}
	.med-h-9 {
		height: 1152px;
	}	

	.invertColor {
		color: #eaa192;
	}

	div.bottomContainer {
        position: relative;        
    }

	#topMenu {
		font-weight: 100;
		font-size: 16px;
		vertical-align: text-top;
		margin: 0px;
		text-align: center;
		width: 100%;
		position: absolute; top: 10px;
		color: #cae3df;
	}

	.youtube {
	    background-color: #eaa192;	    
	    width: 364px;
	    height: 205px;		
	}

	.youtube2 {
	    background-color: #eaa192;	    
	    width: 492px;
	    height: 277px;		
	}

	.vimeo1 {
		width: 620px;
		height: 348px;
	}

	.vimeo2 {		
		width: 620px;
		height: 348px;
	}

	.block-bottom {

	    vertical-align: bottom;
		margin-top: 10px;
		margin-bottom: 50px;
		position: absolute;
		bottom: 0px;
		padding-right: 10px;	    
	}
















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== 
*/
.hidden {
    display: none !important;
    visibility: hidden;
}

.hidden-md {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== 

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}*/
