* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}

:root{
  --coral: #db7550;
}
main, footer{
  background-color: #000000;
}

body{
  background-color: #f5e9dc;
  background-position:bottom;
  background-size: cover;
  top: -60vh;
  left: 0;
  width: 100vw;
  height: 80vh;
}

#projects {
    cursor: none; 
  }
  
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 90px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1000;
    display: block;
    background-color: #000000;
    /* mix-blend-mode: difference;  */
    border: 2px solid white;
    background: transparent;

  }

#container{
  display: flex;
  flex-direction: row;
  width: 100%;
}

#menu{
  width: 20vw;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

#menu div{
  padding: 2em;
}

#menu ul {
  list-style: none;
  padding-left: 0;
}
#menu ul li a:hover{
color: var(--coral);
}
#menu a{
  text-decoration: none;
  transition-duration: 0.3s;
}
.menu-down{
line-height: 3em;
}


h1, h2, h1 a, h2 a {
  font-family: "Unbounded", sans-serif;
}

h1{
  font-weight: 600 !important;
  padding-bottom: 0.2em;
}

h2{ 
  font-weight: 200;
  padding-bottom: 0.6em;
}
.portadas{
  width: 39vw;
  height: 80vh;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
.portadas:hover{
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

#microespacios-img{
  background-image: url(../media/img/microespacios-box.jpg);
}

#local-img{
  background-image: url(../media/img/local-revista.jpg);

}

#estampados-img{
  background-image: url(../media/img/peces.png);
}
#rayban-img{
  background-image: url(../media/img/rayban.jpg);
}

#arboles-img{
  background-image: url(../media/img/arboles.jpg);
}
#projects{
  display: flex;
  flex-direction: row;
  padding-top: 2em;
  margin-right: 1em;
  gap: 1em;
  flex-wrap: wrap;
  width: 80vw;
}
 
footer h6{
  font-weight: 400;
  text-align: center;
  padding: 2em;
  font-size: 1em;
  margin-left: 20vw;
}

/* sobre mi */
.actual-pg{
  color:var(--coral);
}

h1 a:hover {
  color: var(--coral);
  transition-duration: 0.3s;
}

/* galeria */
.gallery-container{
  display: flex;
  width: 80vw;
  justify-content: center;
  flex-direction: column;
}
.center{
  text-align: center;
}
.title{
  margin: 1em;
}

a{
  color: rgb(255, 255, 255);
}

h1, h2{
  font-size: 1.5em;
}

.img-gallery{
  max-width: 100%;
  margin-bottom: 0.5em;
    /* outline-offset: -10px;
  outline: 2px solid #fff; */
}

.gallery{
  columns: 3 320px;
  column-gap: 0.5em;
  margin-right: 1em;

}