body, html {
    margin: 0;
    padding: 0;

    font-family: "karla", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #7b435c;
    color: #4c4b4b;
}

.menu-home {
    height: 60px;
    width: 60px;
    background-image: url("../icon/logo_small_white.png");
    background-size: contain;
    margin: 0 auto;
    margin-top: 10px;
}

.placeholder {
    height: calc(50% - 260px);
}

.main-landing {
    width: 100%;
    height: calc(100% - 20px);
    background-image: url("../pictures/main.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #4c4b4b;
}

.main-input-form h1 {
    text-align: center;
    color: white;
    font-weight: lighter;
}