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

@media only screen and (max-width: 1000px) {


.comingsoon{
	font-size: 75px;
}

.portfolio-block ul.img-list li {
  width: 50%;
}

.halfblock{
	width: 100%;
}

.top-nav-block{
	display:none;
}

.header-box {
  	position: relative;
  	height: 30vh;
  	background-size: auto 70vh;
  	background-position: top center;
  	background-attachment: fixed;
 	overflow: hidden; 
  }
  
.project-title h1 #subtitle{
	text-align: center;
	font-size: 18px;
	letter-spacing:7px;
	font-weight: 400;
	margin:0;
	padding:0;
	line-height: 30px;
}
  
 .description-block {
	width:80%;
}

.description-block h2 {
	width: 100%;
	padding-bottom: 30px;
	text-align:center;
}

.description-block p{
	width: 100%;
	text-align:center;
}

.projects h2 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	line-height: 45px;
}

.credits-block {
	width: 100%;
	padding-bottom:85px;
	padding-top:110px;
	font-size: 0;
	margin-top: 0;
}

.credits-block h2{
	padding:0;
	text-align:center;
	margin-top:0;
	margin-bottom: 110px;
	font-size: 32px;
}

.credits-block .info{
	width: 100%;
	text-align:center;
	padding-left: 0;
}

footer nav {
	padding-bottom:100px;
    margin-top:0;
}

footer nav ul{
     width: 200px;
}

footer nav ul li { 
     width: 200px; 
     font-size: 16px;
    height: 75px;
}

footer table {
     width: 100%;  
	 margin-bottom:0;
}

footer table tr td#logo{
    display:block;
    width:100%;
    text-align: center;
}

footer table tr td#logo img{
    height:75px;
}

footer table tr td#social{
    display:block;
    width:100%;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

footer table tr td#social img{
       margin-left:10px;
       margin-right:10px;
}
	
.projectcontainer{
		padding-bottom:0px !important; /* overrides inline css desktop screen view bottom padding */
	}
	
.projectcontainer-medium{
	height: 100%;
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align:center;
	font-size:0px;
	padding-top: 0px !important; /* overrides inline css desktop screen view top padding */
	padding-bottom: 0px !important; /* overrides inline css desktop screen view bottom padding */

	}	
	
.poster {
	width: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
	}	

}

@media only screen and (max-width: 600px) {
	.header-box {display:none;}
	
	   .left, .right {
        float: none;
        width: 100%;
    }
	
	.maintitle {
		font-size: 70px;
		line-height: 70px;
	}
	
.thirdblock{
	width: 80%;
}

.gallery-third{
	width:100% !important; /* overrides inline css desktop screen view widths */
}

.gallery-third#middle{
	padding:0px !important;  /* overrides inline css desktop screen view padding for middle gallery image */
}
		
	
footer table tr td#logo{
    display:block;
    width:100%;
    text-align: center;	
}

footer table tr td#logo img{
    display:block;
    text-align: center;
	margin-left: auto;
	margin-right:auto;
	width:240px;
	height:auto;
}
	
		
	
}