/* CSS Document */
*{
	cursor: none;
}
button{font-family: inherit;
margin: 0px;
background-color: transparent;
}
.panel a {
font-family: "articulat-cf", sans-serif;
font-weight: 400;
font-style: normal;
	}

.title{
  padding-left: 14px; 
  font-size: 30px;
}

.logo-border {
	position: fixed;
    top: 0;
    width: 100%;

	
}
.logo{
	width: 100px;
	height: auto;
	float: left;
	display: block;
    padding: 20px 0px 0px 20px;
	box-sizing: unset;
}

.logo-overlay{
	position: absolute;
    width: 75px;
    height: auto;
    float: left;
    display: block;
    padding: 10px 0px 0px 10px;
}
.logo-overlay-project{
	position: absolute;
    width: 100px;
    height: auto;
    float: left;
    display: block;
    padding: 20px 0px 0px 20px;
	box-sizing: unset;
}

.logo-text {
    top: 15%;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
	padding-left: 10px;
    font-size: 30px
}
.open-container{
	z-index: 1;
	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;
	}	

.topnav {
		display: block;
	}
	
	.top-logo{
	width:80px; 
	height:auto; 
	display:none;
	margin:0; 
	padding: 20px;
	float: left;	
	}
	
.open-icon{
	width: 60px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 45%;
    right: 0;
	box-sizing: unset;
	}
	
	.open-nav {
	font-size: 80px;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
	}

.project-overlay {
z-index: 5;	
}
	
/* The Overlay (background) */
.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: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  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;
}

.project-overlay {
z-index: 5;	
}

/* Position the content inside the overlay */
.overlay-content  {
    padding: 8px;
    display: block;
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
}

.accordion-nav {
  text-align: center;
}

.active {
  color: #FFF;
}


/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 3rem;
  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 a:hover, .overlay a:focus {
  color: #f1f1f1;
  transition: .5s;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 44%;
    right: -8px;
    width: 60px;
    padding: 0;
    z-index: 6;
}

.closebtn-desktop {
	width: 60px;
}

.navbar a:hover {
 color: #f1f1f1;
}

.accordion {
  color: #818181;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 3rem;
  transition: 0.4s;
}

.active, .accordion:hover {
  color: #f1f1f1;
  transition: .5s;
}

.accordion:active{
  color: #f1f1f1;	
}
.panel{
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel a{
 color: #818181;
 padding: 6px 16px 6px 0px;
 font-size: 1.5rem;
}

.panel a:hover{
 padding-left: 20px;
 transition: .5s;
}
	
.desktop {
	display: block!important;
}

.mobile{
	display: none!important;
}

.desktop a {
	display: block!important;
}

.mobile a{
	display: none!important;
}

.accordion_indicator {
  color: #000;
  padding: 8px;
  padding-bottom: 0px;
  width: 120px;
  outline: none;
  transition: 0.4s;
  position: fixed; 
  left: 13px; 
  top: 130px; 
  border-bottom: solid 5px orangered;
  font-family: "forma-djr-banner", sans-serif;
  font-weight: 900;
  font-style: normal;		
  font-size: 1.7rem;	
}
  .active, .accordion_indicator:hover {
  color:  orangered;	
  transition: .5s;
}

.accordion_indicator:active{
  color: orangered;	
}
.panel_indicator{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  position: fixed;
  left: 35px;
  top: 190px;
  display: block;
}

.panel_indicator a{
 color: #818181;
 padding-bottom: 10px;
 font-size: 1.5rem;
 display: block;
}

.panel_indicator a:hover{
 padding-left: 20px;
 transition: .5s;
}
@media screen and (max-width: 940px) {
	
	.logo-border {
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 2;
	padding-bottom: 10px;
	border-bottom: solid 1px;
}

.logo{
	width: 75px;
    height: auto;
    float: left;
    display: block;
    top: 0%;
    padding: 10px 0px 0px 10px;
	}
	
	.open-icon {
	width: 75px;
    height: auto;
    float: right;
    display: block;
	top:0%;
    padding: 10px 10px 0px 0px;
	}
	
	.closebtn {
    position: absolute;
    top: 10px;
    right: 4px;
    font-size: 60px;
    width: 75px;
    padding: 0!important;
    }
	

.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;
	}	

.topnav {
		display: block;
	}
	
	.top-logo{
	width:80px; 
	height:auto; 
	display:none;
	margin:0; 
	padding: 20px;
	float: left;	
	box-sizing: unset;
	}
	.accordion_indicator{ 
	display: none;
	}
	.panel_indicator{
	display: none;
	}
	.desktop {
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
	.desktop a {
		display: none!important;
	}
	.mobile a {
		display: block!important;
	}
}
