/***  footer ****/

.blockDiv_footer{
    width: 100%;
    padding: 1%;
    background-color: #2a2a2a;
}

.footerDetail{
    display: flex;
    flex-wrap: wrap;
}

.footerDetail > div {
    width: 50%;
    margin-bottom: 1.5rem;
}

.footerContent{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footerContent a{
    color: white;
}

.footerSocial{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerSocial a{
    display: flex;
    width: 60%;
    margin: 0 0 0 1.5rem;
    text-align: right;
}

.footerSocial .footerSBtnSVG {
    width: 2em;
}

.footerSocial #footerSBtnSVGOpenSea{
    width: 2.8em;
    left: -0.5em;
    position: relative;
}

.footerSocial #footerSBtnSVGLootex{
    left: -.8em;
    position: relative;
    width: 1.8em;
}

.footerSocial .footerSBtnSVG path{
    transition: all ease-in-out .2s;
}

.footerSocial .footerSBtnSVG:hover path,
.footerSocial .footerSBtnSVG:active path,
.footerSocial .footerSBtnSVG:focus path{
    fill: #ffdb00;
}

/*.footerSocial a img{*/
/*    width: 100%;*/
/*    object-fit: contain;*/
/*}*/

.footerPaper{
    text-align: right;
    color: white;
    font-weight: bold;
    font-stretch: normal;
    font-size: .8em;
    letter-spacing: .05em;
}

.cls-1{fill:#5865f2;}

.st0{fill:#1D9BF0;}