@font-face {
    font-family: 'ZhuziFont';
    src: url('zhuzi-font.woff2') format('woff2');
}

* {
    padding: 0;
    margin: 0;
}
body {
    text-align: center;
    background-color: #ffffff;
    font-family: 'ZhuziFont', sans-serif;
}
img.smaller {
    width: 198px;
    height: 94px;
    max-width: 250px;
    animation: flipInX 4s;
    -webkit-animation: flipInX 4s;
}
.logo {
    font-size: 2em;
    white-space: normal;
    word-wrap: break-word;
    text-decoration: none;
    color: #232323;
    cursor: pointer;
    font-family: 'ZhuziFont', sans-serif;
}
#search_input {
    width: 90%;
    height: 45px;
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 18px;
    color: #426ab3;
    padding: 0 20px;
    border-radius: 50px;
    font-family: 'ZhuziFont', sans-serif;
}
.search_part {
    margin-bottom: 30px;
    margin-top: 20px;
}
span {
    display: block;
    overflow: hidden;
    padding-left: 5px;
    vertical-align: middle;
}
.search_bar {
    box-shadow: 0 0 18px rgba(70, 70, 40, .255);
    -webkit-animation: fadeIn 2.5s;
    animation: fadeIn 2.5s;
    background-color: rgba(255, 255, 255, .100);
    border-radius: 25px;
    display: table;
    vertical-align: middle;
    width: 80%;
    height: 40px;
    max-width: 400px;
    margin: 10px auto;
}
#search_submit {
    outline: 0;
    height: 40px;
    float: right;
    color: #eee;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding: 0 13px;
    font-family: 'ZhuziFont', sans-serif;
}
#content {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    position: relative;
    display: inline-block;
    width: 75px;
    border: 0;
}
.box a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.url {
    color: #000;
    height: 1.5em;
    line-height: 1.5em;
    width: 72px;
    font-size: 0.75em;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    padding-top: 3px;
    padding-bottom: 8px;
    font-family: 'ZhuziFont', sans-serif;
}
.icon {
    width: 3em;
    height: 3em;
    max-width: 72px;
}
.iframe-container {
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.iframe-container.active {
    height: 50vh;
}
.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}
