@charset "utf-8";
/* CSS Document */

.top-wave{width:9rem;height:1.5rem;margin:-1.5rem auto 0;position:absolute;left:calc(50% - 4.5rem);text-align:center;cursor:pointer;z-index:3;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.top-wave path{fill:#1e2022!important;}
.top-wave .fa{font-size:20px;}
.top-wave .fa .fas{-webkit-transform:translateY(25%);transform:translateY(25%);}
.top-wave:hover{width:11rem;height:2.34rem;margin:-2.32rem auto 0;left:calc(50% - 5.5rem);}
footer{padding-top:30px;padding-bottom:30px;}
footer.bg-dark{background-color:#1e2022!important;}
footer .fa{font-size:0.8175rem;}
footer .logo{transition:all .3s;}
footer .logo:hover{filter:drop-shadow(0 0 15px rgba(255,0,0,.7)) drop-shadow(0 0 11px rgba(0,255,0,.4)) drop-shadow(0 0 8px rgba(0,0,255,.3)) contrast(200%);}
footer ul.list-group li a.list-group-item-action::before{display:inline-block;font-family:"Font Awesome 5 Free";font-size:80%;font-weight:900;content:"\f105";margin-left:auto;margin-right:.3rem;transition:0.3s ease;}
footer .list-group .list-group-item{font-size:0.875rem;padding:0.425rem 0;}
footer .list-group-white .list-group-item[href], footer .list-group-white .list-group-item-action[href]{color:rgba(255,255,255,.7);}
footer .list-group-white .list-group-item[href]:hover, footer .list-group-white .list-group-item-action[href]:hover{color:#FFF;}
footer .list-group-borderless .list-group-item{border:none;}
footer .btn-icon__inner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
footer .btn-icon{position:relative;line-height:0;padding:0;}
footer .btn-soft-secondary{color:#77838f;background:rgba(119,131,143,.1);}
footer .btn-soft-secondary[href]:hover, footer .btn-soft-secondary[href]:focus, footer .btn-soft-secondary[href]:active, footer .btn-soft-secondary[href].active, footer .btn-soft-secondary[type]:hover, footer .btn-soft-secondary[type]:focus, footer .btn-soft-secondary[type]:active, footer .btn-soft-secondary[type].active{color:#FFF;background:#77838f;box-shadow:0 4px 11px rgba(119,131,143,.35);}
footer .copyright{font-size:1rem;line-height:1rem;color:#77838f;}
footer .copyright a{color:#77838f;}
@media (max-width:440px){
	footer .copyright .d-sm-none{display:none!important;}
}