.proj-content{
	display: flex;
	background-color: #E6E6E6;
	margin-left: 35px;
	width: calc(100% - 70px);
	padding: 0;
	
/* 	margin-top: 20px; */
	margin-bottom: 40px;
}

.proj-image, .proj-image-mobile{
	padding: 0;
	margin: 0;
	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	
}


.proj-description{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	
	color: #313E48;
}

.proj-title, .proj-back{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;	/* Bold */
}

.proj-title{
	margin-top: 20px;
}

.proj-back{
	cursor: pointer;
}

.proj-back a{
	color: #313E48;
	text-decoration: none;
}

.proj-back a:hover{
/* 	color: #F58F31; */
	color: #FF5100;
}

.proj-back:hover{
/* 	color: #F58F31; */
	color: #FF5100;
}

.proj-text{
	margin-top: 20px;
	font-family: "Muli", sans-serif;
	font-weight: 300;	/* Light */
}

.proj-text *{
	margin: 0;
	padding: 0;
}

.proj-info{
	margin-top: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;	/* Regular */
}

.proj-info *{
	margin: 0;
	padding: 0;
}

.pro-thumbnails{
	width: calc(100% - 40px) !important;
}

.proj-thumbnail{
	width: calc(25% - 23px);
	cursor: pointer;
	margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
    .proj-thumbnail  {
        width: calc(33% - 23px);	/* 3 per row*/
    }
}

@media screen and (max-width: 1010px) {
    .proj-thumbnail  {
        width: calc(50% - 36px);	/* 2 per row*/
    }
}

@media screen and (max-width: 768px)
{
	/* Hide image */
	.proj-image{
		display: none;
	}
	
	.proj-content{
		display: block!important;
	}
	
	.proj-image-mobile{
		display: block !important;
		height: 400px !important;
	}
	
	/* Show mobile description and hide default */
    .proj-description-mobile{
	    display: block !important;
	    padding: 20px;
    }
    
    .proj-description{
	    display: none;
    }
	
	/* Hide thumbnails on mobile */
    .proj-thumbnails{
	    display: none;
    }
}

@media screen and (max-width: 560px) 
{    
    .proj-thumbnail  {
        width: calc(100% - 60px);	/* 1 per row*/
    }
 
	/* Hide image */
	.proj-image{
		display: none;
	}
	
	.proj-image-mobile{
		display: block !important;
		height: 200px !important;
	}
    
    /* Show mobile description and hide default */
    .proj-description-mobile{
	    display: block !important;
	    padding: 20px;
    }
    
    .proj-description{
	    display: none;
    }
    
    /* Hide thumbnails on mobile */
    .proj-thumbnails{
	    display: none;
    }
}

.nav-projects *{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;	/* Regular */
}

.nav-projects div{
	cursor: pointer;
}

.nav-projects div a{
	color: #313E48;
	text-decoration: none;
}

.nav-projects div a:hover{
/* 	color: #F58F31; */
	color: #FF5100;
}


.proj-thumbnail:hover{
	opacity: 0.8;
}

.proj-thumbnail img{
	width: 100%;
	height: auto;
}


/* OTHER PROJECTS*/
.other-projects{
	background-color: white;
	margin-bottom: 20px;
}

.other-projects-title{
	color: #313E48;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;	/* Bold */
}