/* Set all parents to full height */
html, body, 
.container,
.scroller,
.scroller section { 
	height: 104%; 
}

body {
	background-color: #000;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}    


.display{ 
display: none;}


/* Navigation */

header {
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,1);
    font-size: 70%;
    position: fixed;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    left:0;
    z-index: 10000;
	   font-family: 'Oswald', sans-serif;
    
}
header ul {
    padding: 0;
    margin: 0;
    height: 50px;
    left:450px;
    position: relative;
}

header img {
    display: block;
    position: absolute;
    left:45px;
    width: 350px;
    top:10px;
    padding: 5px;


}
header li {
    display: inline;
    float: left;
    width: 10%;
    height: 50px;
}

header li:first-child {
    
}
header a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 15px;
    height:70%;
}

header a:hover {
    color: #FF4000;
}

header a#pull {
    display: none;
}   

@media screen and (max-width: 1070px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:450px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:450px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}    

@media screen and (max-width: 550px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }

    header img {
    display: block;
    position: absolute;
    left:30px;
    width: 250px;
    top:10px;
    padding: 5px;

}
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:300px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:300px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}   



/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.scroller > nav {
	position: fixed;
	z-index: 9999;
	right:50%;
	bottom: 0;
	width: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	width: 0;
	height: 0;
	margin: 25% 0;
	
}

.no-touch .scroller > nav a:hover {
	background: rgba(255,255,255);
}

.scroller > nav a.current+a {
	width: 65px;
	height: 45px;
	background-image: url(http://newmanarchitects.com/images/triangle.png);
}

/* background-attachment does the trick */
.scroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-touch .scroller section {
	background-attachment: fixed;
}

#section1 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/sketch.jpg);
	min-height: 800px;
}


#section1_news {
	background-image: url(http://www.newmanarchitects.com/wp-content/uploads/2016/08/library10.png);
	min-height: 800px;
    padding-top: 100px;
background-size:cover;
    }


#section2 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/80.jpg);
	min-height: 1400px;
}

#section3 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/44.jpg);
	min-height: 1400px;
}

#section4 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/50.jpg);
	min-height: 1400px;
}

#section5 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/60.jpg);
	min-height: 1400px;
}

#section6 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/projects/buildings/worship/lynn/b.jpg);
	min-height: 1400px;
}

/* ============================================================= CONTENT CSS ====================================== */


/* CONTENT */

.titlecontainer {
	max-width:100%;
	position:relative;
	z-index:1500;
	margin:0 auto;
	padding-top: 15%
}

.titlecontainer2 img{
	
	position: relative;
	display: block;
	z-index: 200; 
	padding-bottom: 10%; 
	margin: 0 auto;
}

.titlecontainer img{
	max-width: 95%;
	position: relative;
	display: block;
	z-index: 200; 
	padding-bottom: 10%; 
	margin: 0 auto;
    margin-top: 130px;
}


@media screen and (max-width: 1070px) {
	.titlecontainer {
	max-width:100%;
	position:relative;
	z-index:1500;
	margin:0 auto;
	padding-top: 35%
}}

@media screen and (max-width: 550px) {
	.titlecontainer {
	max-width:100%;
	position:relative;
	z-index:1500;
	margin:0 auto;
	padding-top: 35%
}}

.headercover {
	top:0;
	left:0;
	width: 100%;
	height: 50px;
	position: absolute;
	background: #000;
	z-index: 2000;
}

.arrowcontainer {
	max-width:100%;
	position:relative;
	left: 0;
	bottom: 60%;
	z-index:1500;
	background: #000;
}

.arrowcontainer img{
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	display: block;
	z-index: 200; 
}

/*THE SECTION WITH THE NEWS */
.introcontainer {
	max-height: 50%;
	max-width:100%;
	position:relative;
	top:50px;
	left: 0;}

.introtitle {
	position:relative;
	max-width: 450px;
	padding-top:50px;
	background: rgba(0,0,0,.8);
}

.introtitle img{
	max-width: 90%;
	margin:0 auto;
	position: relative;
	right: 0;
	display: block;
	padding: 20px;
	z-index: 1000000;
	margin-bottom: 20px;

}


.introtitle h1{
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	margin: 0 auto;
	display: block;
	position: relative;
	max-width: 450px;
	padding: 20px;
	font-weight: 400;

}

.introsocial h2{
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
}

.introsocial {
	height: 70%;
	width: 100%;
	position: relative;
}

#socialcontainer {
	width: 450px;
	margin: 0 auto;
	position:relative;
	display:block;
	float: left;
	padding: 5px 0 5% 0;
}

#socialcontainer h1{
	font-family: 'Oswald', sans-serif;
	font-size: 120%;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	width: 100%;
	display: block;
	background: rgba(0,0,0,.8);
}

#socialcontainer p{
	font-family:  'Open Sans', sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 150%;
	background: rgba(255,255,255,.7);
	padding: 15px;
	display: block;
}

#socialcontainer h3{
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	background: rgba(0,0,0,.4);
}

#socialcontainer a{
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: 400;
}

#socialcontainer a:hover{
	color: #000;

}

#thumb {
	width:200px;
}

#media {
	width: 40px;
	margin: 0 auto;
	position: relative;
	display: block;
}


.content {
	position:relative;
	top:50px;
	left:0;
	max-width: 100%;
	z-index: 2;
}

.sectiontitle {
	background: rgba(0,0,0,.6);
	max-width:410px;
	padding: 20px;
	left:0;
	top:50px;
}

.sectiontitle h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 180%;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	height: 100%;
  line-height: 160%;
}

#fifty {
	float: left;
	max-width: 120px;
	display: block;
	padding: 30px 10px 0px 10px;
}

.sectionwords{
	background: rgba(0,0,0,.4);
	max-width:410px;
	padding:20px;
	margin-top: 10px;
}

.sectionwords p{
	font-family:  'Open Sans', sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	text-align: left;
	line-height: 150%;
	color: #fff;
}

.sectionwords a{
	font-family: 'Oswald', sans-serif;
	font-size: 80%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.sectionwords a:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 90%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #000;
	text-transform: uppercase;
}

.sectionwords h1{
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
}

.contact{
	background: rgba(0,0,0,.5);
	max-width:410px;
	padding:20px;
	margin-top: 10px;
}

.contact p{
	font-family:  'Open Sans', sans-serif;
	font-size: 70%;
	letter-spacing: 1px;
	text-align: left;
	line-height: 150%;
	color: #fff;
}

.contact a{
	font-family: 'Oswald', sans-serif;
	font-size: 80%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.contact a:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 80%;
	letter-spacing: 2px;
	font-weight: 200;
	color: 000;
	text-transform: uppercase;
}

.contact h1{
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
}
footer {
	position:relative;
	left:0;
	max-width: 100%;
	z-index: 2;
	height:40%;
	background: #fff;
	padding-left: 20%;
	padding-right: 20%;
}


.services_wrapper{
	background: rgba(255,255,255,.3);
	left:0;
	width: 90%;
	padding-left: 30%;
}

.services {
	float:left;
	
	max-width:100%;
	left:0;

}

.services img{
	float:left;
	max-width: 100%;
}




/* ================================================= RESPONSIVE GRIDS */

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	margin: 0px;
}

.section p{
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 150%;
}

.section h2{
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

.section b{
	font-family: 'Open Sans', sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: 800;
	float: left;
	padding-right: 10px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
	padding: 1%;
}

.span_2_of_3 {
	width: 66.1%; 
	padding: 1%;
}

.span_1_of_3 {
	width: 30%; 
	padding: 1%;
}



/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 45%;
	padding: 2%;
}


/* FOOTER MEDIA */
a:link{
color:#fff;
}
a:visited{
color:#fff;
text-decoration:none!important;
}




/* TARGET iPad, iPhone -- EXTRA MOBILE PROPERTIES */





/* iPhone [portrait] */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {


.about{
margin-top:80px!important;
max-height:none!important;
}


#thumbcontainer div {
  width: 50%;
  height: auto;
}

#archivetitle h3 {
width:50%;
margin-top:15%!important;
font-size:14px!important;
}

#archivetitle2 h3 {

  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  letter-spacing: 0px;
  /* height: 10%; */
  padding: 20px;
  font-weight: 400;
  margin-top: 20%;

}




div#iphone_nav {
display:inline;
  position: fixed;
  top: -50px;
  right: 0px;
z-index:9999;

}


#iphone_nav img{
margin-top:20px;
padding-top:20px;

}



#iphone_menu{
padding:20px;
background-color:#06C;
font: 400 9px "Oswald", sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 180%;
  z-index: 9999;
  margin-top: 76px;

}

#iphone_menu ul li a {
text-decoration:none;
list-style:none;
margin-left:-20px;
}

div#iphone_toggle{
margin-bottom:-80px;
}	



#jumpbutton {
  margin-right: 20px;
  margin-top: 16px;
  text-align: right;
  padding-bottom: 8px;
  cursor: pointer;
  padding-left: 20px;
}

#jumptocategory{
  top: 35px;
  
}

.jumpcategories{
font-size:9px;

}

#breadcrumbs{
display:none;
}
#archivetitle span{
font-size:10px;
}


#archivetitle h3{
 letter-spacing:0px;
  font-size: 8px;
  padding: 2px;
  margin-top: 9%;}

a#pull{
left:0px;}
	
nav {
	display:none;
	}
	
.scroller > nav a{
	display:none;
	}
	
	
.scroller > nav a{
	display:none;
	}



#section2 {
	min-height:700px;
	background-size:310%;
	background-position:-210px;
	}

#section3 {
	min-height:650px;
	background-size:350%;
	background-position:-700px;
	}
	
#socialcontainer h3{
background: rgba(0,0,0,.7);
}	

#section4 {
	min-height:700px;
	background-size:418%;
	background-position:-231px 0px;
	}

#section5 {
	min-height:700px;
	background-size:330%;
	background-position:-530px;
	}

#section6 {
background-image:url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/projects/buildings/worship/lynn/b.jpg);
	min-height:1108px;
	background-size:690%;
	background-position:-3115px 0px;
	}


}




/* iPad [landscape] */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

#section1 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/sketch.jpg);
	background-size:100%;
	
}

#section2 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/80.jpg);
	min-height:940px!important;
	background-position:-250px;
	
}

#section3 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/44.jpg);
	min-height:720px!important;
	background-position:-240px;
	
}

#section4 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/50.jpg);
	min-height:770px!important;
}

#section5 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/60.jpg);
	min-height:700px!important;
	
}

#section6 {
	background-image:url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/projects/buildings/worship/lynn/b.jpg);
	min-height:780px!important;
	background-position:-140px;
	
}


}



/* iPad [portrait] */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {




#section1 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/sketch.jpg);
	background-size:100%;
	
}

#section2 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/80.jpg);
	min-height:1070px;
	background-position:-670px;
}

#section3 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/44.jpg);
	min-height:980px;
	background-position:-920px;
}

#section4 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/50.jpg);
	min-height:980px;
	background-position:-390px;
}

#section5 {
	background-image: url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/index/60.jpg);
	min-height:980px;
	background-position:-460px;
}

#section6 {
	background-image:url(http://www.newmanarchitects.com/wp-content/themes/Newman2015_WP_Theme/images/projects/buildings/worship/lynn/b.jpg);
	min-height:980px;
	background-position:-520px;
}



}




/* ------------------------------------------------------ iPhone 6 Landscape  Responsive Updates, February 2016 ------------ */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

div#iphone_nav {
display:inline;
  position: fixed;
  top: -50px;
  right: 0px;
z-index:9999;

}


#iphone_nav img{
margin-top:20px;
padding-top:20px;

}

#iphone_menu{
padding:20px;
background-color:#06C;
font: 400 9px "Oswald", sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 180%;
  z-index: 9999;


}

#iphone_menu ul li a {
text-decoration:none;
list-style:none;
margin-left:-20px;
}

}


