/* =============================
   Footer
============================= */

footer.footer_wrap {
   background-color: rgba(0, 0, 0, .23);
   background-attachment: fixed;
}

.footer {
   background-color: initial;
   background-image: linear-gradient(90deg, rgba(122, 122, 122, .98) 0%, #ffffff 49%);
   opacity: .84;
   transition: background .3s, border-radius .3s, opacity .3s;
   padding: 50px 0;
   text-align: center;
   position: relative;
}

.footer .container {
   position: relative;
   z-index: 2;
}

.footer-text {
   color: #000;
   margin-bottom: 10px;
   font-size: 16px;
   font-weight: 400;
   line-height: 1rem;
}

.footer-links a {
   display: block;
   color: #1f2a7a;
   text-decoration: none;
   margin: 5px 0;
}

.footer-links a:hover {
   color: #ff9900;
}

.footer-credit {
   font-size: 12px;
   font-weight: 400;
   margin-top: 20px;
   color: #000;
}
