
body {
    background: linear-gradient(to right, #D51C28, #2E3092);
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 10px;
    background: rgba(245, 245, 245,.8);
}

header img {
    width: 300px;
    padding-bottom: 10px;
}

#container {
    display: flex;
    padding: 0;
    margin: 0;
}

@media (max-width: 1000px) {
    #container {
        flex-direction: column;
    }
    .place {
        margin-bottom: 10px !important;
    }
    
    #wrapper {
        width: 400px;
    }
}

.place {
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    flex-flow: column wrap;
}

.place-img {
    background: #2E3092; /* Needs to be on the parent of the image */
}

.place img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.75;
    max-width: 300px;    
}

.place .place-info {
    background: white;
    padding: 10px;    
}

#location {
    padding-top: 10px;
}

#location .card-body a:link {
    color: whitesmoke;
}

#location .card-body a:visited {
    color: whitesmoke;
}

#location .card-body a:hover {
    color: whitesmoke;
}

#location .card-body a:active {
    color: whitesmoke;
}

#contact {    
    padding-top: 10px;
}