#footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: #031242;
}

/*Footer-Link*/
#footer #footer-domain-space-and-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0;
}
#footer #footer-domain-space {
    margin-left: 50px;
    display: flex;
    align-items: center;
}
#footer #footer-domain-space img {
    width: 40px;
    height: 37px;
    border-radius: 50%;
    margin-right: 10px;
}
#footer #footer-domain-space span a {
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

#footer #footer-nav-list ul{
    display: flex;
    justify-content: space-between;
}
#footer #footer-nav-list ul li {
    margin-right: 60px;
}
#footer #footer-nav-list ul li:hover{
    opacity: 0.6;
}
#footer #footer-nav-list ul li a {
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
}

/*hr*/
#footer hr {
    opacity: 0.4;
    border: 1px solid #FFFFFF;
    margin: 0 26px 27px 26px;
}

/*ICANN-INFO*/
#footer #icann-info {
    margin-left: 50px;
    margin-bottom: 44px;
}
#footer #icann-info span {
    display: block;
    margin-bottom: 20px;

    color: #EBF3FF;
    font-family: 'Switzer', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    opacity: 0.8;
}
#footer #icann-info #icann-anchor a {
    margin-right: 60px;

    color: #FFFFFF;
    font-family: 'Switzer', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    text-decoration-line: underline;
}

/* width < 990*/
@media only screen and (max-width: 850px) and (min-width: 450px){
    #footer{
        display: block;
        height: 220px;
    }

    /*Footer-Link*/
    #footer #footer-domain-space-and-nav-list {
        height: 60px;
        padding: 0;
        margin-top: 0;
    }
    #footer #footer-domain-space {
        margin-left: 33px;
    }
    #footer #footer-domain-space img {
        width: 24px;
        height: 20px;
    }
    #footer #footer-domain-space span a {
        font-size: 18px;
    }

    #footer #footer-nav-list ul li{
        margin-right: 20px;
    }
    #footer #footer-nav-list ul li a {
        font-size: 12px;
    }

    /*hr*/
    #footer hr {
        margin: 0 10px 10px;
    }

    /*ICANN-INFO*/
    #footer #icann-info {
        margin-left: 33px;
    }
    #footer #icann-info span {
        margin-right: 33px;
        margin-bottom: 9px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    #footer #icann-info #icann-anchor a {
        margin-right: 17px;
        margin-bottom: 66px;

        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 450px) {

    /*Footer-Link*/
    #footer #footer-domain-space-and-nav-list{
        flex-direction: column;
        align-items: normal;
        margin: 0 20px;
        padding: 0;
    }
    #footer #footer-domain-space {
        margin:13px 0;
    }
    #footer #footer-domain-space img {
        width: 22px;
        height: 14px;
    }
    #footer #footer-domain-space span a {
        font-family: Tourney, sans-serif;
        font-size: 14px;
        font-weight: 900;
    }

    #footer #footer-nav-list {
       width: 100%;
    }
    #footer #footer-nav-list ul{
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    #footer #footer-nav-list ul li {
        width: 50%;
        margin: 6px 0;
        font-size: 12px;
        font-weight: 600;
    }
    #footer #footer-nav-list ul li a {
        font-size: 12px;
    }
    /*hr*/
    #footer hr.mobile-hr {
        margin: 0 0 8px;
    }
    #footer hr.web-hr{
        display: none;
    }

    /*ICANN-INFO*/
    #footer #icann-info {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    #footer #icann-info span {
        font-size: 10px;
        line-height: 14px;
    }
    #footer #icann-info #icann-anchor {
        margin-top: 20px;
    }
    #footer #icann-info #icann-anchor a {
        display: block;
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 13px;
    }
}
