html, body{
    margin: 0;
    padding: 0;
    background-color:#4A342E;
    color: #fff;
    display: flex;
    width: 100%;
    min-height: 100%;
    font-family: 'Roboto Flex', sans-serif;
}
.section{
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.logo{
  text-align: center;
}
.logo>img{
    height: 200px;
}
.title-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-container>p{
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 2px;
}
#design{
    font-size: inherit;
    max-width: 100%;
    padding-left: 1rem;
    font-weight: 300;
}
.title-container>h1{
    color: #fff;
    justify-self: flex-start;
    width: 100%;
    font-size: 72px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 0.5rem;
}

.flex{
    display: flex;
}

.row{
    flex-direction: row;
    align-items: center;
}

.separator{
    width: 15%;
    height: 2px;
    background-color: #fff;
}

.actions{
    position: absolute;
    top: 45px;
    left: 35px;
    z-index: 99999;
}
.stage{
    width: 100%;
    position: relative;
}
.image-ornamental{
    position: absolute;
    height: 75vh;
    width: 30vw;
    left: -28%;
    top: 16vh;
    object-fit: cover;
}
.image{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 0.35) 100%);
    z-index: 999;
}
.align-end{
    align-items: flex-end;
    justify-content: flex-start;
}
.stage img{
    position: absolute;
}
.stage img:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 3s;
    animation-duration: 1s;
    z-index: 20;
  }
  .stage img:nth-of-type(2) {
    z-index: 10;
  }
  .stage img:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }
  .overlay-menu{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 1s;
    z-index: 9999;
    display: none;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay-menu a {
    padding: 8px;
    text-decoration: none;
    color: #818181;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
    transform: scaleY(0.75);
    transform: scaleX(1.2);
    text-transform: uppercase;
    position: relative;
    display: block;
  }
  
  .overlay-menu a:hover, .overlay-menu a:focus {
    color: #f1f1f1;
  }
  
  .overlay-menu .closebtn {
    position: absolute;
    top: 20px;
    font-weight: 300;
    left: 0;
    font-size: 60px;
    right: 0;
    text-align: center;
    transform: scaleX(2);

  }
  
  .informations{
    position: absolute;
    bottom: 0;
    font-size: 0.75rem;
    right: 4rem;
    width: 200px;
  }

  .informations>p{
    color: #9e9e9e;
  }
  .informations>h3{
    font-size: 24px;
  }
.btn{
  display: block;
  background-color: #fff;
  color: #000;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}
.logo-center-absolute>img{
  width: 185px;
}
.logo-center-absolute{
  position: absolute;
  width: 185px;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
}
.overlay-stanza{
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
#canvas{
  position: absolute;
  z-index: 1
}

.one{
  background-color: rgba(0,0,0,.35);
  position: relative;
  z-index: 2;
}
h2{
  color: #fff;
  justify-self: flex-start;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
  transform: scaleY(0.75);
  top: -20px;
  position: relative;
  margin-bottom: 0;
}
.portfolio{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
}
.item1 { grid-area: header; }
.item2 { grid-area: menu; height: 600px !important; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }

.grid-container {
  display: grid;
  grid-template-areas:
    'header header header main main main'
    'menu right right right right right'
    'menu footer footer footer footer footer';
  width: 100%;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  height: 300px;
}

.grid-container > div > img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer{
  text-align: center;
  position: relative;
  top: 5vh;
}
.btn{
  margin-top: 2rem;
}
.closebtn{
  z-index: 999999;
}
.logo-left-absolute{
  position: absolute;
  width: 120px;
  right: 0%;
  top: 2rem;
  padding-right: 2rem;
}
.logo-left-absolute>img{
  width: 120px;
}
.actions-right{
  position: absolute;
  top: 6.5rem;
  left: 35px;
  z-index: 99999;
  padding-left: 2rem;
}
.container{
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 5rem;
  margin: 0 auto;
}

.container>h2{
  top: 0;
  font-size: 4rem;
}
.grid-container-partner{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  padding: 10px;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  gap: 2rem;
}
.grid-item-partner{
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  width: 130px;
  margin: 0 auto;
  height: 120px;
}

@media (max-height: 600px) and (max-width: 1280px) {
  /* CSS stuff */
  .container{
    padding: 0;
  }
  .logo>img{
    height:150px;
  }
  .image-ornamental{
    display: none;
  }
  .overlay-menu a{
    font-size: 24px;
  }
  .actions-right{
    top: 2rem;
  }
  .logo-left-absolute{
    top: -1rem;
  }
  .logo-center-absolute{
    width: 135px;
  }
  .logo-center-absolute>img{
    width: 135px;
  }
  .section{
    width: 100%;
  }
}
