/*! 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: 36px;		
	}

	h1.topText {
		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: 30px;					
	}

	h2.topText {
		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: 18px;						
		margin-top: 10px;
		margin-bottom: 10px;#
	}

	h3.heavy {
		font-weight: 600;
	}

	h3.underBlock {
		margin-top: 0px;		
	}

	h3.nextToBlock {
		margin-top: -7px;		
	}

	h3.topText {
		vertical-align: text-top;		
		position: absolute; 
		top: 0px;		
	}

	h3.bottomText {
		vertical-align: bottom;		
		position: absolute;
		bottom: 0px;
		padding-right: 10px;
	}

	p {		
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;		
	}

	p.topText {
		vertical-align: text-top;	
		position: absolute;
		top: 0px;
		padding-right: 10px;
	}

/*	p.bottomText {
		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: 256px;		
	}

	#bottomHalf {
	    background-color: #050426;
	    width: 100%;
	    height: 256px;		
	}

	#director {
	    background-color: #eaa192;
	    width: 100%;
	    height: 576px;		
	}

	#google {
	    background-color: #050426;
	    width: 100%;
	    height: 1984px;		
	}

	#spaces {
	    background-color: #eaa192;
	    width: 100%;
	    height: 2368px;		
	}

	#web {
	    background-color: #050426;
	    width: 100%;
	    height: 2688px;		
	}

	#film {
	    background-color: #eaa192;
	    width: 100%;
	    height: 3328px;		
	}

	#info {
	    background-color: #050426;
	    width: 100%;
	    height: 2048px;		
	}

	#goodbye {
	    background-color: #eaa192;
	    width: 100%;
	    height: 256px;		
	}

	.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;
	}

	#imgLayer {
		display: none;
	}

	.menuContainer {   	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    width: 320px;

		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: 320px;
		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: 320px;
  		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: 320px;
  		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: 160px;	    		
	    margin: 0px;
	    padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	  
	  	/*border-width: thin;
		border: dashed;
	    border-color: #0000ff;*/
	}

	.offset-0 {
	    left: 0px;
	}
	.offset-1 {
	    left: 0px;
	}
	.offset-2 {
	    left: 0px;
	}
	.offset-3 {
	    left: 0px;
	}
	.offset-4 {
	    left: 0px;
	}
	.offset-5 {

	    left: 0px;
	}
	.offset-6 {
	    left: 0px;
	}
	.offset-7 {
	    left: 0px;
	}
	.offset-8 {
	    left: 0px;
	}

	.lrg-w-2 {
		width: 320px;
	}
	.lrg-w-3 {
		width: 320px;
	}
	.lrg-w-4 {
		width: 320px;
	}
	.lrg-w-5 {
		width: 320px;
	}
	.lrg-w-6 {
		width: 320px;
	}
	.lrg-w-7 {
		width: 320px;
	}
	.lrg-w-8 {
		width: 320px;
	}
	.lrg-w-9 {
		width: 320px;
	}
	.lrg-w-10 {
		width: 320px;
	}

	.sml-h-1 {
		height: 0px;
	}
	.sml-h-1 {
		height: 64px;
	}
	.sml-h-2 {
		height: 128px;
	}
	.sml-h-3 {
		height: 192px;
	}
	.sml-h-4 {
		height: 256px;
	}
	.sml-h-5 {
		height: 320px;
	}
	.sml-h-6 {
		height: 384px;
	}
	.sml-h-7 {
		height: 448px;
	}
	.sml-h-8 {
		height: 512px;
	}
	.sml-h-9 {
		height: 576px;
	}
	.sml-h-10 {
		height: 640px;
	}

	.invertColor {
		color: #eaa192;
	}

	div.bottomContainer {
        position: relative;        
    }

    img.shrink {
		width: 100%;
    }

	#topMenu {
		font-weight: 100;
		font-size: 16px;
		vertical-align: text-top;
		margin: 0px;
		text-align: center;
		width: 100%;
		position: absolute; top: 10px;
		color: #cae3df;
	}
















/* ==========================================================================
   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-sm {
    display: none !important;
    visibility: hidden;
}

.hidden {
    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;
    }
}*/
