/* Landing */
#header_img {
    width: 100%;
    height: 25vh;

    background-image: url("../images/landing_background.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


/* Title */
#title {
    width: 100%;
    padding: 5vh 5vw 5vh 5vw;
}


/* Main Body */
#main_body {
    width: 100%;
    padding: 0 5vw 5vh 5vw;
    height: 75vh;
}