body {
    background-image: url("../images/background.jpg"); 
    background-color: white; 
    height: auto; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed; 
    font-family: 'Heebo', sans-serif;
    color: white;
  }

.header {
    padding: 20px;
    margin: auto;
    /* width: 100%; */
    background-color: #2c493f;
    background-attachment: fixed;
    z-index: 2;
}

#title {
    font-family: 'Caveat', cursive;
    text-align: center;
}

.quoteDiv {
    margin: 10px;
    width: 100%;
    text-align: center;
}

.search-btn {
    width: 100% !important;
}

.btn-default {
    width: 100% !important;
}

.cards {
    width: 100%;
    position: relative;
}

.card {
    width: 400px;
    height: auto;
    color: #6c757d;
    padding: 10px;
    display: flex;
    align-self: center;
    vertical-align: top;
    text-align: center;
}

#quote {
    text-align: center;
    color:white;
    margin: 15px;
    z-index: 2;
    text-shadow: 2px 2px 5px black;
}

#noResults {
    text-shadow: 2px 2px 3px red;
    color:white;
    text-align: center;
    font-size: 24px;
    display: flex;
    margin: 50px;
}

.input-group {
    margin: 10px;
}

#modeSwitch {
    padding: 5px;
    z-index: 3;
    float: left;
}

.parkImg {
    width: 100%;
    height: auto;
}

.cardSectionHeader {
    font-size: 20px;
    font-weight: bold;
}