html {
    overflow-x: hidden;
}

.index-banner {
    width: 100%;
    height: 480px;
    border-bottom: 2px solid #444;
    text-align: center;
    box-shadow: 0px 0px 25px #666;
    background-color: transparent;
}

.index-banner .logo-text {
    width: 100%;
    height: 480px;
    color: #FFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 15px black;
}

.index-banner .logo-text .name {
    font-size: 600%;
    text-align: center;
    margin-bottom: 12px;
    font-family: trench, titillium;
    font-weight: bold;
}

.index-banner .logo-text .description {
    font-size: 200%;
    text-align: center;
}

.index-divide {
    width: 100%;
    min-height: 340px;
    border-bottom: 2px solid #444;
    text-align: center;
    box-shadow: 0px 2px 10px #666;
    font-size: 150%;
}

.index-divide .title {
    font-size: 175%;
    padding-top: 48px;
    margin-bottom: 24px;
}

.index-divide .description {
    margin: 0 auto;
    font-size: 80%;
    width: 75%;
    max-width: 1100px;
    text-align: left;
}

#background-video {
    position: absolute;
    left: calc(50% - 960px);
    float: left;
    z-index: -1;
    height: 480px;
}

.under-vid-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 480px;
    background-color: #475394;
    z-index: -2;
}

.index-bottom, .index-bottom .index-bottom-middle table {
    background-color: #475394;
    color: #FFF;
}

.index-bottom .index-bottom-middle {
    max-width: 1100px;
    width: 75%;
    margin: 0 auto;
}

.index-bottom a {
    color: #DDD;
    text-decoration: none;
}

.index-bottom a:hover {
    text-decoration: underline;
}

.copyright-bottom {
    width: 100%;
    text-align: center;
}

.white-text {
    color: white;
}

.index-developer {
    background-image: url("../../images/code_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    border-bottom: 0px solid transparent;
}
