/*
Theme Name:   AndVids
*/

* {
    font-family: "Arial Black", "微软雅黑", "PingFang SC", sans-serif;
}
.to-director {
    margin-top: 50px;
    margin-left: 10px;
    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
}
body {
    background-color: #f7f4ed;
}
html, body {
    height: 100%;
    scroll-behavior: smooth; /* 全局启用平滑滚动 */
}
.nav {
    a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    a:hover {
        text-decoration: underline;
    }
}
.andvids-site-title {

}

.color-fff {
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.header {
    height: 100px;
    padding: 30px 59px;
    color: #fbfbfb;
    display: flex;
    .logo {
        font-size: 1.8rem;
        flex: 6;
    }
    .nav {
        flex: 4;
        display: flex;
        justify-content: space-around;
    }
}

.footer {
    padding: 48px 64px;
    background: linear-gradient(to bottom, #f7f4ed 0%, #ffffff 30%, #cddae3 100%);
    min-height: 56px;
    hr {
        margin-bottom: 30px;
    }
}

.container {
    min-height: calc(100vh - 152px - 160px);
}

p.no-data {
    margin: 300px auto;
    grid-column: 1 / -1;
}
