
    .footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #be0f34;
    /* color: white; */
    text-align: center;
    z-index: 99;
 }

 .footer-text >a:nth-child(1){
    color:#fff;
 }

 .footer-text >a:nth-child(1):hover {
  color: #fff;
}




/* ------------FOOTER-UPDATE------------- */
.footer-fixed {
   background-color: #fe9890;
}

.footer-text {
   font-size: 24px;
   margin: 25px 0;
   transition: 500ms;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
   .footer-text {
      font-size: 20px;
   }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
   #launcher {
      bottom: 9% !important;
   }

   .footer-text {
      font-size: 3.2vw;
   }
}