#body.light {
    background: #c9ada7;
    background: linear-gradient(0deg, #c9ada7 0%, #f2e9e4 100%);
}
.light .header{
  background: #F2E9E400;
}
.light .header.bg{
  background: #F2E9E4;

}
.light::-webkit-scrollbar-thumb{
    background-color: #F2E9E4!important;
}
.light::-webkit-scrollbar-track{
    background: #4A4E69!important;
}
.light #header .logo .light{
    opacity: 1;
}
.light #header .logo .dark{
    opacity: 0;
}
.light .ibmburger {
    background: #22223B;
}
.light .desktop-nav ul li a{
  color: #161627;
  text-shadow: #F2E9E4 0px 0px 2px;
}
.light .desktop-nav ul li a:hover{
  text-shadow: #161627 0px 0px 15px;
}
.light .mobile-nav::after{
  background: #F2E9E4;
}
.light .mobile-nav ul li a{
  color: #161627;
}
.light .hero .text{
  color: #C9ADA7;
  }
.light .ibmburger div{
    background-color: #F2E9E4;
}
.light .hero .flickr.text{
    text-shadow: none;
    color: #9A8C98;
    animation: lightOff 2s;
    animation-iteration-count: 1; 
  }
  @keyframes lightOff {
    0%{
      text-shadow: #f2e9e434 0px 0px 10px;
      color: #F2E9E4;
    }
    60%{
      text-shadow: #f2e9e434 0px 0px 10px;
      color: #F2E9E4;
    }
    70%{
      
      text-shadow: none;
      color: #9A8C98;
    }
    80%{
      text-shadow: #f2e9e434 0px 0px 10px;
      color: #F2E9E4;
    }
    90%{
      text-shadow: none;
      color: #9A8C98;
    }
  }
@media screen and (max-width: 1020px) {
    .light .hero .text{
        color: #161627;
        }
}

/*chat*/

.light .form-chat{
  background-color: #C9ADA7;
  box-shadow: #9A8C98 10px 10px;
  color: #22223B;
}

.light .form-chat span, .light .send{
  background-color: #F2E9E4;
  color: #161627;

}
.light .form-chat .input{
  background-color:#F2E9E4;
  color: #22223B;
}
.light .form-chat span.buttons span.button{
  background-color: #4A4E69;
  color: #F2E9E4;

}
.light .send path{
  fill: #161627;
}
.light .send line{
  stroke: #F2E9E4;
}
.light .form-chat span.buttons span.button:hover, .form-chat span.buttons span.button.disabled{
  background-color: #9A8C98;
}
.light .input-chat{
  background-color: #22223B;
  color: #F2E9E4!important;
}
.light #answerInput::placeholder{
  color: #161627b4;
}
.light #answerInput:disabled::placeholder{
  color: #F2E9E4;

}
.light #answerInput:disabled{
  background-color:#161627;
}