#article {
    margin-top: 1rem;
}

#weibo {
    border: none;
    height: 450px;
}



@media all and (max-width:767px) {
    #article {
        margin-top: 3rem;
    }
}

.footer {
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 3rem
}

@media(min-width:632px) {
    .footer {
        height: 7rem;
        line-height: 4rem
    }
}

.footer .centered {
    height: auto
}

@media(min-width:632px) {
    .footer .centered {
        height: 3rem
    }
}

.footer .centered .about ul {
    margin-top: 0;
    margin-bottom: 0
}

.footer .centered .about ul .separator {
    font-size: 12px
}

.footer .copyright {
    display: block
}

@media(min-width:632px) {
    .footer .copyright {
        display: inline-block
    }
}

.footer .credits {
    display: block
}

@media(min-width:632px) {
    .footer .credits {
        display: inline-block
    }
}

.footer .credits .credits-separator {
    display: none
}

@media(min-width:632px) {
    .footer .credits .credits-separator {
        display: inline-block
    }
}

.footer {
    height: auto !important
}

.footer .container {
    display: flex;
    flex-direction: column
}

.footer .container p,
.footer .container p a {
    margin: 0;
    line-height: 1.3em;
    text-align: center;
    font-size: 12px;
    color: #f5f9ff
}

.footer .container>p {
    margin-bottom: .6em
}

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

    .footer .container p,
    .footer .container p a {
        font-size: 10px
    }

    .footer .container {
        padding: 0
    }
}

.footer .container p a {
    font-weight: bolder
}

.footer .container:after,
.footer .container:before {
    content: none
}

footer {
    display: block
}


.navigation-wrapper {
    display: flex;
    align-items: center;
    height: 100%
}

.navigation-wrapper>a {
    padding: 10px 17px;
    font-size: medium;
    font-weight: 700;

    /* line-height: 70px;  */
    color: #fff;

}

.navigation-wrapper>a:hover {
    outline: 0;
    color: #555;
}

.navigation-wrapper {
    display: flex;
    flex-direction: row
}

.media-link-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10
}

.media-link-wrapper>img {
    width: 50px;
    animation: 5s ease-in-out infinite swing
}

.media-link-wrapper.selected .media-links {
    display: flex;
    animation: .2s ease-in linkFadeIn
}

.havorImg {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.havorImg:hover {
    transform: scale(2.0);
}