.jumbotron {
    height: 100%;
    padding-top: 320px;
    padding-left: 20px;
    position: relative;
    top: -240px;
}

.jumbotron h1 {
    color: white;
    font-weight: 350;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

.jumbotron p {
    color: white;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    z-index: 3;
}

.overlay {
    height: 240px;
    width: 700px;
    background-color: grey;
    opacity: 0.7;
    position: relative;
    top: 300px;
    z-index: 1;
}

.card {
    width: 242px;
}

.container {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer {
    color: gray;
    background-color: #353D42;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a:visited {
    color: gray;
}

body {
    position: relative;
}

@media (max-width: 700px) {

    .overlay {
        display: none;
    }

    .jumbotron h1 {
        color: white;
        font-weight: 450;
        top: -50px;
    }

    .jumbotron p {
        color: white;
        font-weight: 500;
        top: -50px;                    
    }

    .card-title {
        font-size: 130%;
    }

    .priceTag {
        font-size: 130%;
    }

}

.priceTag {
    text-align: center;
}

#contactTitle {
    padding-bottom: 50px;
}

.alert-primary {
    text-align: center;
}

