@media screen and (min-width: 1024px) and (max-width: 1440px) {
	#navigation {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
	}

	#left-arrow:hover img, #right-arrow:hover img {
	  display: block;
    }

	#nav-list {
		margin: 90px 0 0 24px;
		list-style: none;
		padding: 0;
	}

	#nav-list li {
		margin: 0 0 7px 0;
	}

	#nav-list li a {
		font-size: 23px;
		/* letter-spacing: 0.7px; */
	}
	
	.fix-for-large {
		position: fixed !important;
	}
	
	#page-container {
		flex-direction: row;
		justify-content: space-between;
	    align-items: flex-start;
	}
	
	#page-copy h2, h2.page-title {
    font-size: 23px;
	/* letter-spacing: 0.6px; */
    line-height: 22px;
    margin: 35px 0 49px 0;
   }

#page-copy p {
	/* letter-spacing: 0.3px; */
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 18px 0;
}
	
	#back-arrow {
        margin-right: 5px;
        margin-bottom: 1px;
    }

	
  #page-copy {
    width: 400px;
    margin: 0 0 0 24px;
  }
	
	#projects-list {
		width: 476px;
		margin: 8px 28px 0 0;
	}
	
	.projects-card {
	   flex-direction: row;
	   justify-content: space-between;
	   align-items: flex-start;
	   padding: 0 0 25px 0;
	   margin: 25px 0 0 0;	
    }
	
	.projects-card-info {
	   width: 225px;
    }

    .projects-card-img {
		width: 230px;
		height: fit-content;
     }

	.list-title {
	  font-size: 21px;
	  /* letter-spacing: 0.5px; */
	  margin: 0 0 15px 0;
	  line-height: 22px;	
	  font-weight: lighter;
    }

    .list-span {
	    font-size: 16px;
		margin: 0;	
    }
	
	#project-title {
	  margin: 35px 0 11px 0 !important;
    }
	
	#project-info-text {
		margin-bottom: 32px;
	}
	
	.data-row {
		margin-bottom: 14px;
	}
	
	.data-title {
	 font-size: 13px;
	 line-height: 1.8;	
    }

   .data-info {
	   font-size: 13px;
	   margin-top: -3px;
	}

	#project-gallery {
		position: fixed;
		right: 0;
		margin: 32px 25px 0 0;
		width: 600px;
		height: 340px;
	}

    #project-gallery-left-arrow img, #project-gallery-right-arrow img {
        display: none;
    }

    #project-gallery-left-arrow:hover img, #project-gallery-right-arrow:hover img {
        display: block;
    }

    #project-gallery-slides img {
        right: 0px;
    }

    #project-gallery-controls {
        right: 0px;
    }

	#project-gallery-left-arrow.allow-hover:hover img, #project-gallery-right-arrow.allow-hover:hover img {
		cursor: pointer;
		opacity: 1;
	}

	#project-full-screen-left-arrow img, #project-full-screen-right-arrow img {
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	#project-full-screen-left-arrow.allow-hover:hover img, #project-full-screen-right-arrow.allow-hover:hover img {
		opacity: 1;
	}

	#project-full-screen-title h1 {
		font-size: 18px;
		font-weight: normal;
		color: #767676;
	}

	#project-full-screen-counter {
		margin-left: 15px;
	}

	#project-full-screen-counter span {
		font-weight: lighter;
		font-size: 16px;
		color: #767676 !important;
	}


}
