
#welcome-top-background {
    height: 480px;
    width: 100%;
    background-color: grey;
    background-image: url("../Images/welcome-background.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 150px
}

#welcome-text {
    font-size: 56px;
    font-family: UniversLTStd-Bold;
    color: white;
    margin: 0;
    text-shadow: 2px 2px 4px #000000;
    margin-top: -80px;
}

#content {
    margin: 0 auto;
    padding-top: 12px;
}

#card {
    background: white;
    height: 470px;
    width: 440px;
    margin: 0 auto;
    margin-top: 70px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 56px;
}

#card-header {
    width: 100%;
    height: 107px;
    background-image: url("../Images/welcome-card-header.png");
}

#card h2 {
    font-size: 28px;
    font-weight: bolder;
    margin-top: 12px;
    font-family: UniversLTStd-Bold;
}

#card p {
    font-size: 16px;
    margin-top: 20px;
}

#help h3 {
    font-size: 14px;
}

.btn-primary {
    width: 100px;
    height: 30px;
    border-radius: 0;
}

    .btn-primary:hover {
        width: 100px;
        height: 30px;
        border-radius: 0;
    }

@media screen and (max-height: 870px) {
    #welcome-text {
        margin-top: -160px;
    }

    #card {
        margin-top: 1px;
    }

    #help {
        margin-top: -50px;
    }
}
