.navbar {
    margin-bottom: 0;
}
#index_top {
    width: 100%;
    height: 750px;
    background-size: cover;
    background-image: url("gears.jpeg");
    opacity: 0.5;
    filter: alpha(opacity=50); /*For IE8 < */
    text-align: center;
}
#index_toptext {
    padding-top: 250px;
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}
#index_bot {
    padding-top: 30px;
}

#pdf_box {
    height: 900px;
}