/*
Theme Name:  	BCC-Responsive
Theme URL: 	
Description: 	Class - Session 3
Author: 		Patricia Craig, Raun Craig Productions
Author URL: 	
Template:		
Version:		0.1.0

*/

 /*  ++++++++++   width = 1,400    ++++++++++   */
@media screen and (min-width:1400px) {
 	body {
		 font-size: 96%; 
 		}				
 	.nav-button, .primary-nav {
		display: none;	
	}	
}	
 



 /*  ++++++++++   width = 1,399     ++++++++++   */	
@media screen and (max-width:1399px) {
 	body {
		 font-size: 96%;
 		}			
 	.nav-button, .primary-nav {
		display: none;	
	}	
}		




 /*  ++++++++++   width = 1,300    ++++++++++   */
@media screen and (max-width:1300px) {
 	body {
		 font-size: 96%;
 		}				
 	.nav-button, .primary-nav {
		display: none;	
	}
}		




  /*  ++++++++++   width = 1,200    ++++++++++   */
 @media screen and (max-width:1200px) {
 	body {
		 font-size: 96%;
 	}
  	.nav-button, .primary-nav {
		display: none;	
	}
}	
 
 
 
 
 
 /*  ++++++++++   width = 1,100    ++++++++++   */
 @media screen and (max-width:1100px) {
 	body {
		 font-size: 96%;
 	}					
  	.nav-button, .primary-nav {
		display: none;	
	}
	#wrapper, footer, header {
		width: 95%;
		max-width: 950px;     	
	}
}
 
 
 

 /*  ++++++++++   width = 1,024    ++++++++++   */
 @media screen and (min-width:1023px) {
 	body {
		 font-size: 96%;
 	}		
  	.nav-button, .primary-nav {
		display: none;	
	}
	#wrapper, footer, header {
		width: 90%;
		max-width: 1000px;     	
	}	
	.mainList li {
		padding-bottom: 0.25em;
	}	
}

 
 
 /*  ++++++++++   width = 900    ++++++++++   */
 @media screen and (max-width:900px) {
 	body {
		 font-size:96%;
 	}
	#wrapper, footer, header {
		width: 90%;
		max-width: 900px;     	
	}	
	.quoteText  {  	 
		padding-top: 3em;
	}	
	.mainList li {
		padding-bottom: 0.5em;
	}	
	.box-left{
    	width: auto;
	 	float:none;
	}
	.box-right{
    	width:auto;
	 	float:none;
	 	clear:both;
	}
 	.nav-button, .primary-nav {
		display: none;	
	}
}

 
 
  /*  ++++++++++   width = 800    ++++++++++   */
 @media screen and (max-width:800px) {
 	body {
		 font-size: 100%;
 	}
	#wrapper, footer, header {
		width: 90%;
		max-width: 800px;     	
	}	
	.mainList li {
		padding-bottom: 0.75em;
	}	
	footer {
		height:3em; line-height:3em;
	}
 	.nav-button, .primary-nav {
		display: none;	
	}

	#portfolio-narrative { 	
		 /* height: 930px; */
		background-color: #f5f5f5;
	}		
	.portfolioImage-narrative {
		display: block;
		width: 100%;
		padding:0;
	}
	.portfolioText-narrative {
		margin: 0 auto;
		display: block;
		background-color: #f5f5f5;
		width: 100%;
		padding:0;
	}

	#portfolio-landscape { 	
		/* height: 600px; */
		background-color: #f5f5f5;
	}	
	.portfolioImage-landscape {
		display: block;
		width: 100%;
		padding:0;
	}
	.portfolioText-landscape {
		margin: 0 auto;
		display: block;
		width: 100%;
		padding:0;
	}
	
	#portfolio-stillLife { 	
		/* height: 770px; */
		background-color: #f5f5f5;
	}	
	.portfolioImage-stillLife {
		display: block;
		width: 100%;
		padding:0;
	}
	.portfolioText-stillLife {
		margin: 0 auto;
		display: block;
		width: 100%;
		padding:0;
	}
	
}	 
 

 
 
  /*  ++++++++++   width = 700    ++++++++++   */
  @media screen and (max-width:700px) {
 	body {
		font-size: 100%;
	}
	#wrapper, footer, header {
		width: 100%;
		max-width: 700px;     	
	}	
	footer {
		height:3em; line-height:3em;
	}	
	header { 
		display:none;	                            
	}	
	#banner { 
		display:none;	
	}	
	nav  {
		display:none;	
	}
	.quoteText  {  	 
		padding-top: 1em;
	}
	#main {  
		padding-top: 20px;
	}	
	.mainList li {
		height: 1.5em; line-height: 1.5em; 
		padding-bottom: 1em;
	}			
			
	#portfolio-narrative { 	
		 /* height: 900px; */
		background-color: #f5f5f5;
	}
	#portfolio-landscape { 	
		/* height: 560px; */
		background-color: #f5f5f5;
	}
	#portfolio-stillLife { 	
		/* height: 740px; */
		background-color: #f5f5f5;
	}		
	.portfolioIcons { 	
		padding: 0;
	}	
	
	/* Navigation Button for mobile devices
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute; 
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		position: fixed;
		background-color: #6e804d; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.25);
		border-bottom-color: transparent;
	}

	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
	
}	
		 


 /*  ++++++++++   width = 600    ++++++++++   */
@media screen and (max-width:600px) {
	body {
		font-size: 100%;
	}
	#wrapper, footer, header {
		width: 100%;
		max-width: 600px;     	
	}			
	.left{
    	width: auto;
    	padding-bottom: 1em;
	 	float: none;
	}
	.right{
     	width: auto;
     	padding-bottom: 1em;
	 	float: none;
	}	
	.left img,  .right img {
		display: block;
    	margin: 0 auto;
    }   
 	#portfolio-narrative { 	
		 /* height: 870px; */
		background-color: #f5f5f5;
	}
	
	#portfolio-landscape { 	
		/* height: 520px; */
		background-color: #f5f5f5;
	}
  	#portfolio-stillLife { 	
		/* height: 710px;  */
		background-color: #f5f5f5;
	}
}
  
 

  
  

