/* CSS Document */

.title{
  padding-left: 14px; 
  font-size: 30px;
}
.project_container{
	z-index: 2;
	position: fixed;
	color: #FFF;
	top: 0; /* Stay at the top */
    right: 0;
	width: 60px;
	height: 100%; /* 100% Full-height */
	background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    border-left: solid 1px #000;
	}	
.project-overlay {
z-index: 5;	
}
	
/* The Overlay (background) */
.project_overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #FFF;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  box-sizing: unset;
}
/* The Overlay (background) */
.transparent_project_overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.97);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  box-sizing: unset;
}

/* Position the content inside the overlay */
.project_overlay_content  {
    max-width: 50%;
    margin: auto;
    margin-top: 140px;
	display: none;
}



/* The navigation links inside the overlay */
.overlay_project a {
  padding: 8px;
  text-decoration: none;
  font-size: 50px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  box-sizing: unset;
}

/* When you mouse over the navigation links, change their color */
.overlay_project a:hover, .overlay a:focus {
  color: #f1f1f1;
  transition: .5s;
}

/* Position the close button (top right corner) */
.closebtn_project {
    position: fixed;
    right: 15px;
    z-index: 6;
    width: 40px;
    top: 50%;
	display: none;
}

@media screen and (max-width: 940px) {
	
	.logo-border {
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 2;
	padding-bottom: 10px;
}
.project_overlay_content  {
        max-width: 100%;
        margin-top: 104.02px;
	    padding: 20px;
}
	.margin_bottom{
		margin-bottom: 20px;
	}
	
	.last_image_margin{
	margin-bottom:100px;
	}


.open-container{
	z-index: 4000;
	position: fixed;
	color: #FFF;
	top: 0; /* Stay at the top */
    right: 0;
	width: 60px;
	height: 100%; /* 100% Full-height */
	background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
	}	
	.closebtn_project {
	position: fixed;
    right: none;
    z-index: 6;
    width: none;
}
.closebtn_project_mobile_img {
    bottom: 0;
    position: fixed;
    right: 25%;
    width: 50%;
}
}