.wrapper{
  background-color: #fff6e5;
}

p>a {
  color: var(--gray);
  text-decoration: none;
}

p > a:hover{
  color: var(--black);
}

p>a>i.fa {
  color: var(--gray);
}

header {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}


header .logo {
  color: var(--white);
}

nav .logo > img {
  height: 40px;
  padding-bottom: 1vh;
} 

nav.container-fluid {
	background-color: var(--black);
  position: fixed;
  /* remove the 'flex-direction' to move menu to the right */
  /* flex-direction: row-reverse; */
	z-index: 1;
	overflow: hidden;
	align-items: center;
}

nav a {
  color: var(--white);
}

nav a:hover{
  color: var(--gray)
}



.home-project-year {
  font-family: 'helveticaThin';
}

.home-project-title {
  font-family: 'helvetica';
  font-weight: bold;
  text-transform: uppercase;
}

.home-project-title a {
  color: var(--black);
  text-decoration: none;
}
.home-project-title a:hover {
  color: var(--gray);
}
.home-project-title.box > a > span {
  font-family: 'helvetica';
  text-transform: uppercase;
  font-weight: 400;
}

.project-submenu{
  font-family: 'helveticaThin';
  color: var(--gray);
  text-decoration-color: var(--gray);
  margin-left: 0.5vw;
}

.project-submenu-title {
  font-family: 'helveticaThin';
}

.project-submenu-title a {
  color: var(--black);
  text-decoration: none;
}
.project-submenu-title a:hover {
  color: var(--gray);
}

.project-submenu:hover {
  color: var(--black);
}

.project-submenu-active {
  text-decoration: none;
}

.project-subtitle {
  font-size: 1.5rem;
  font-family: 'helvetica';
  font-weight: bold;
}

.page-gallery {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.page-gallery-item{
  margin-bottom: 2vh;
}

.page-title{
  margin-bottom: 4vh;
}


/* footer */
footer {
  background-color: var(--black);
  color: var(--white);
}

@media (min-width: 0px) {
  /* main container */
  main.container-fluid {
    padding-top: 6rem;
  }

  /* home projects list */
  .home-project {
    margin-bottom: 2vh;
  }

  .home-project-year {
    font-size: 0.7rem;
  }

  .home-project-title {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
  
  

  nav.container-fluid {
		flex-wrap: wrap;
	}

  nav.container-fluid .menu-btn:checked ~ .menu {
    max-height: 100vh;
  }

  nav.container-fluid .menu-icon {
    display:block;
  }

  nav.container-fluid >ul.menu {
    flex-direction: column;
    align-items:flex-start;
    width: 100%;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    margin: 0px 10px;
    background-color: var(--black);
  }

  nav.container-fluid >ul.menu li {
    width: 100%;
  }
  nav.container-fluid >ul.menu a {
    display: block;
    font-family: 'helveticaThin';
  }

  nav.container-fluid >ul.menu a:hover {
    color: var(--gray);
  }

  .page-gallery-xs {
    display: block;
  }
  .page-gallery-sm {
    display: none;
  }
  .page-gallery-md {
    display: none;
  }

  .project-submenu-title {
    font-size: 2.1rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 576px) {
  /* body {
    background-color: yellow;
  } */

  .page-gallery-sm {
    display: none;
  }
  .page-gallery-md {
    display: none;
  }
}

@media (min-width: 768px){
  /* body {
    background-color: blue;
  } */
  .home-project {
    margin-bottom: 1rem;
  }

  .home-project-year {
    font-size: 0.7rem;
  }

  .home-project-title {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }

  /* default pages image gallery */
  .page-gallery-xs {
    display: none;
  }
  .page-gallery-sm {
    display: block;
  }
  .page-gallery-md {
    display: none;
  }

  .project-submenu-title {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  /* body {
    background-color: blueviolet;
  } */
  .home-project-year {
    font-size: 0.7rem;
  }

  .home-project-title {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  /* default pages image gallery */
  .page-gallery-xs {
    display: none;
  }
  .page-gallery-sm {
    display: none;
  }
  .page-gallery-md {
    display: block;
  }

  .project-submenu-title {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
}

@media (min-width:1280px){
  /* body {
    background-color: green;
  } */
  .home-project-year {
    font-size: 0.7rem;
  }

  .home-project-title {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  .project-submenu-title {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }
}