html {
  overflow-y: scroll;
}

body {
	font-family: 'Montserrat', Helvetica, Arial, serif;
	background: #dedede;
	margin:0 0 0 0;
	font-size:12px;
}


#Header {
	padding: 10px 10px 10px 20px;	
	background: ;
	position: relative; 
	width: 960px; 
	margin: 0 auto; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}






#nav {
	
	list-style:none ;
	
	padding-top:70px;
	padding-bottom:70px;
	width: 100%;
}



ul .mobile-menu {
	font-size: 3pt
	
}


 li {
		  display: inline-block;
		  list-style-type: none;
		  padding-right: 0px;
		}






.menu {
	padding:0px 10px 0px 10px;	
	
 	cursor: pointer;
	Color : #666;
	margin-top: -20px;
	margin-right: 0%;
	text-align: right;
	 
}


.menu a {
	text-decoration: none;	
	 
 	cursor: pointer;
	Color : #666;
 
	 
}



.footermenu {
	padding:20px 10px 0px 10px;	
	font-size: 12px;
 	cursor: pointer;
	Color : #666;
	margin-top: -20px;
	margin-right: 0%;
	text-align: left;
	 
}


.footermenu a {
	text-decoration: none;	
	 
 	cursor: pointer;
	Color : #666;
 
	 
}



 

.name a{
	padding:0px 20px 0px 0px;
	 
	cursor: pointer;
	font-size: 23px;
	line-height: 20px;
  	font-weight: 700;
	color               : rgba(46, 108, 180, 1.0);
	text-decoration: none;
	width: 50%;

}

.name-tagline {
	 
  	font-weight: 200;
	font-size: 13px;
	color               : black;
	  
}


.d {
 
 
	z-index: -100;
	position: absolute;
	top: 55px;
	left: 25px;
	font-family         : 'Montserrat', Helvetica, Arial, serif;
	font-weight         : 900;
	font-size           : 150px;
	color               : rgba(255, 255, 255, 0.4);
	line-height         : 50px;

}


 




.container { 
	position: relative; 
	width: 960px; 
	margin: 0 auto; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
 
#filters {
	margin:1%;
	padding: 0 0 0 0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: inline-block;
		padding:5px 20px 5px 20px;
		margin:0px 0px 0px 0px;	
		text-decoration:none;
		color:#666;
		cursor: pointer;
		border-left-style: solid;
		border-color: rgba(0, 0, 0, 0.09);
 		border-width: 1px;
		 
	}
	
	#filters li span.active {
		background: rgba(46, 108, 180, 1.0);
		color:#fff;
		border-color: rgba(46, 108, 180, 1.0);
	}
 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}


 





	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
	max-width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	background-image: url(img/portfolios/Vegan%20Ice%20Cream/VeganIceCream_thumbnail_1000x750.jpg);
	}


	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:30px;
		bottom:-30px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: linear-gradient(rgba(146, 146, 146, 0.0), rgba(0, 0, 0, 0.5));
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:8px 8px 5px 8px;
		}

		.text-title {
			text-decoration: none;
			color: white;
			text-shadow: 1px 1px 8px black;
			font-family: 'Montserrat', Helvetica, Arial, serif;
			font-weight: 700;

		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-0px;
  }  



/* START porfolio detail page styles */

p a{
	color: rgba(46, 108, 180, 1.0);
	text-decoration: none;
}

h1 {
	Color: Black;
	font-weight: 100;
	font-size: 2.5em;
	line-height: 1em;
	
}

h2 {
	Color: Black;
	font-weight: 600;
	font-size: 1em;
	
}

.portfolio-page   {
	margin: 50px 0px 0px 0px; 
}



.portfolio-page img {
	width: 100%;
	height: auto;
	
	
	
}

/* add boarder for images if needed */
.border img {
	border: 1px solid;
	border-color: rgba(172, 172, 172, 0.1);
	
	
}


.portfolio-page-column img {
	width: auto;
	float: left;
	margin: 0px 50px 0px 0px;
	 
	
}

.portfolio-page-column-fill img {
	width: 47%;
	float: left;
	margin: 0px 4% 30px 0px;
	 
	
}

.portfolio-page-column-fill:nth-child(2) img {
	width: 47%;
	float: left;
	margin: 0px 0 0px 0px;
	clear: right;
	 
}



.portfolio-page-3column-fill img {
	width: 31%;
	float: left;
	margin: 0px 2% 0px 0px;
	 
	
}

.portfolio-page-3column-fill:nth-child(3) img {
	width: 31%;
	float: left;
	margin: 0px 0 0px 0px;
	clear: right;
	 
}


.portfolio-page-4column-fill img {
	width: 23%;
	float: left;
	margin: 0px 2% 0px 0px;
	 
	
}

.portfolio-page-4column-fill:nth-child(4) img {
	width: 23%;
	float: left;
	margin: 0px 0 0px 0px;
	clear: right;
	 
}




.Text2Col  {
	width: 45%;
	float: left;
	margin: 0px 9% 50px 0px;
	 
	
}


.TextMajorCol  {
	width: 65%;
	float: left;
	margin: 0px 0px 50px 0px;
	 
	
}


.Text2Col:nth-child(2) {
	width: 45%;
	float: left;
	margin: 0px 0 0px 0px;
	 
}



.portfolio-page-column-4-fill-s img {
	width: 75%;
	float: left;
	margin: 0px 50px 50px 0px;
	 
	
}

 
.portfolio-page-column-2-fill-e img {
	width: 9%;
	float: right;
	margin: 0px Opx 50px 0px;
	 
	
}

 



.footer-space {
	 
	height: 200px;
	margin: 100px 0px 0px 10px;
	
}

.footer-space a {
	 
	text-decoration: none;
	color: rgba(46, 108, 180, 1.0);
	
}

.Clear-Space1 {
	clear: both;
	height: 1px;
	margin-top: 50px;
 
 
	
}

.Clear-Space2 {
	clear: both;
	height: 0px;
	margin-top: 00px;
 
 
	
}




/* END porfolio detail page styles */





/* NEW Modal Nav Menu Desktop styles */	
@media screen and (min-width: 769px) {	
		
	
	
	
	.navigation-window {
		 
	  	
	   
	  	display: none;
	}

	.navigation-window:target {
		opacity: 0;
	  	pointer-events: auto;
	}
	
	.navigation-window>div {
	  	width: 100%;
	  	height: 100%;
	  	position: absolute;
	  	margin: 0% auto;
		z-index: 3000;

	  	
	  	
	}
	
	.md {
		
		display: none;
	}

	 
	
	 

	 
	
	.navigation-window ul {
	  	font-size: 100%;
		

	 
		
			
	}
	
	
	.navigation-window li {
	  	display: inline;
		
	  	
	}
	
	.navigation-window li a /* makes the whole link area clickable */ {
	  	display: inline;
	  	color: #666;
		text-decoration: none;
		 
	}
	
	.navigation-close {
	  	display: none;
 
	}
	.ham-open {
	  	display: none;
 
	}
	
 

}
	
	
/* END Modal Nav Menu Desktop styles */	





/* #Tablet (Portrait) */
@media only screen and (min-width: 769px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
	
	

	
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 768px) {
	.container { 
		width: 95%; 
	}
	
	/*  Start Mobile images style @767px wide */

	
	.Text2Col  {
		width: 100%;
		float: left;
		margin: 0px 4% 50px 0px;


	}
	
	.TextMajorCol  {
	width: 100%;
	float: left;
	margin: 0px 0px 50px 0px;
	 
	
	}

	.Text2Col:nth-child(2) {
		width: 100%;
		float: left;
		margin: 0px 0 0px 0px;

	}
	
	
	.portfolio-page-column img {
	width: auto;
	float: left;
	margin: 0px 50px 50px 0px;
}
	
	
	/*  Start Mobile porfolio filters */
	
#filters {
	margin:1%;
	padding: 0 0 0 0;
	list-style:none;
	
}

	#filters li {
		 
		margin:0px 0px 20px 0px;	
	}
	
	#filters li span {
		display: inline-block;
		padding:5px 0px 5px 10px;
		 
		text-decoration:none;
		color:#666;
		cursor: pointer;
		border-left-style: solid;
		border-color: rgba(0, 0, 0, 0.09);
 		border-width: 1px;
		padding-right: 25px;
		padding-left: 25px;
		
	}
	
	#filters li span.active {
		
		background:none;
		color:#2E6CB4;
		font-weight: 900;
		border-color: rgba(0, 0, 0, 0.09);
		
	}
 
	
	/*  end Mobile porfolio filters */
	
	
	
	
	
	
	/*  Start Mobile Menue and header styles @767px wide */
	
	
		#nav {

		list-style:none ;
		margin:.5%;
		padding:10px 0px 40px 10px;
			
		}

	
	 

	
		ul {
			  
				text-align: center;
			} 
			

		 .menu li {
			display: none;
			
			 
			  
			}






		.menu {
			 
			 

		}



 



		.name a {
			 margin-left: -12px;
			font-size: 16px;
			 

		}


	
	
		.d {
			display: none;
		}

	/*  End Mobile Menue and header styles @767px wide */
	

	

	
	
     /* NEW mobile menue styles */	
	
	
			.footermenu {
			 	
			padding:50px 0px 0px 0px;	
			font-size: 9px;
			cursor: pointer;
			Color : #666;
			margin-top: -20px;
			margin-right: 0%;
			text-align: left;
			float: left;
			clear: both;

		}

	
	
	.navigation-window {
		position: fixed;
	  
	  	top: 0;
	  	right: 0;
	  	bottom: 0;
	  	left: 0;
	  	z-index: 999;
	  	opacity: 0;
	  	pointer-events: none;
  		transition: all 0.6s; 
	}

	
	.md {
		
		font-size: 65px;
		font-weight: 900;

		color : rgba(46, 108, 180, 1.0);
		
	}
	
	.md.menu {
		
		font-size: 30px;
		font-weight: 100;

		color : white;
		
	}
	
	
	.navigation-window:target {
		opacity: 1;
	  	pointer-events: auto;
	}
	
	.navigation-window>div {
	  	width: 100%;
	  	height: 100%;
	  	position: fixed;
		bottom: 0px;
 		right: 0px;
	  	

	  	background: black;
	  	color: white;
	}


	
	.navigation-close {
	  	color: #aaa;
	  	line-height: 50px;
	  	font-size:400%;
	  	position: absolute;
	  	right: 15px;
	  	text-align: center;
	  	top: -2px;
	  	
	  	text-decoration: none;
		 
	}
	
	

	.navigation-window ul {
	  	width: 100%;
		list-style-type: none;
		position: absolute;
  		top: 40%;
  	 	left: 50%;
  		transform: translate(-50%, -50%);
			
	}	
	
	.navigation-window li    {
	  	 
	  	display: block;
		font-size: 25px;
		line-height: 75px;
		font-weight: 100;
		letter-spacing: .05em;
		 
	}
	
	
	.navigation-window li a /* makes the whole link area clickable */ {
	  	 
	  	 
		color: white;
		text-decoration: none;
		 
	}

	.navigation-window h1 {
	  	font-size: 150%;
	  	margin: 0 0 15px;
	}
	


	.ham-open {
	  	Color : #666;
	  	line-height: 50px;
	  	font-size:200%;
	  	position: absolute;
	  	right: 10px;
	  	text-align: center;
	  	top: -5px;
	  	
	  	text-decoration: none;
		 
	}


	
 

	
	 /* END NEW mobile menue styles */	
	
	
	
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}	

	
 
	
	

	#ads {
		display:none;
	}
	
}




/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
	
 
	
	
	#filters li span {
		 
		margin:0px 0px 20px 0px;	
		
	}
	
	
	
	
	
	
	
	
}

/* #Clearing */


/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
