
#editors-container {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
     display: flex;
    justify-content: center; 
    align-items: center;
    display:none;
}
.editorName{
  color: white;
  /*mix-blend-mode: difference;*/
  text-transform: uppercase;
  display: none;
}
.homeLogoBigReel{
  width: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  mix-blend-mode: difference;
}
.headerLogoContainer {
  background: linear-gradient(#00203b 0%, #37003b 90%), linear-gradient(to right, #af0b8a 0%, #040251 90%);
  z-index: 1000;
  transition: 0.5s ease-in-out;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically if needed */
}

.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeNav, .projectPageNav{
  display: none;
}
.underConstruction{
  color:#cf8905;
  text-align: center;
  display: block;
  position: relative;
  top: 50px;
}

.topNavItem {
    color: white;
   
}
.topNavSep {    
    color: white;
}

.topNavEngaged{
  background: none !important;
}

@media (min-width: 1870px) {
  
 
}





/* EDITOR INFO AND PICS (TOP SECTION) */



.headerLogoContainer {
  height: 185px;;
}
.editor_content {
  position: absolute;
  text-align: center;
  color: #fff;
  mix-blend-mode: color-dodge;
  width: 100%;
}
.editor_background-left, .editor_background-right {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  /* filter: brightness(1.1); */
  filter: sepia(20%) hue-rotate(331deg) saturate(1) brightness(1.1);
  mix-blend-mode: lighten;
  height: 185px;
  width: 550px;
  transition: all .8s ease-out;
}
.editor_background-left {
  left: 20%;
  
}
.editor_background-right {
  right: 20%;
  opacity: .7;
}

.editor_title {
  font-family: 'gt_flexa_all_neu_7regular';
  font-size: 29px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #e54fb2;
  text-transform: uppercase;
}
.editor_description {
  font-family: 'gt_flexa_all_neu_7regular';
  font-size: 16px;
  line-height: 1.2;
  color: #c0b8bd;
  max-width: 600px;
  margin: 0 auto;
}

/* BELOW WIDTH */
@media (max-width: 2100px) {
  .editor_background-right {
    right: 10%;
    opacity: 1;
  }  
  .editor_background-left {
    left: 10%;
    opacity: 1;
  }
  
}
@media (max-width: 1650px) {
  .editor_background-right {
    right: 0px;
    opacity: 1;
  }  
  .editor_background-left {
    left: 0px;
    opacity: 1;
  }
  
}
@media (max-width: 1400px) {
  .editor_background-right {
    right: 25px;
    opacity: 1;
  }  
  .editor_background-left {
    left: 25px;
    opacity: 1;
  }
  
}

@media (max-width: 1300px) {
  .editor_background-right {
    right: -97px;
    opacity: 1;
  }  
  .editor_background-left {
    left: -97px;
    opacity: 1;
  }
  
}
@media (max-width: 1100px) {
  .editor_background-right {
    right: -143px;
  }
  .editor_background-left {
    left: -143px;
  }
@media (max-width: 930px) {
  .editor_background-right {
    right: -213px;
  }
  .editor_background-left {
    left: -213px;
  }
@media (max-width: 700px) {
  .editor_background-right {
    right: -243px;
    opacity: .5;
  }  
  .editor_background-left {
    left: -243px;
    opacity: .5;
  }

}
@media (max-width: 620px) {
  .editor_background-right {
    right: -243px;
    opacity: .3;
  }  
  .editor_background-left {
    left: -243px;
    opacity: .2;
  }
  .editor_title {
    font-size: 24px;
  }
  .editor_description {
    font-size: 14px;
    max-width: 400px;
  }

}
@media (max-width: 450px) {
  .editor_background-right {
    right: -273px;
    opacity: .3;
  }  
  .editor_background-left {
    left: -273px;
    opacity: 0;
  }
  .editor_title {
    font-size: 22px;
  }
  .editor_description {
    font-size: 12px;
    max-width: 300px;
  }

}

