#location-header {
    background-color: #486a74;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 20px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 25px 0px;
    -moz-border-radius: 25px 0px;
    border-radius: 25px 0px;
}

#location-container {
    margin-left: 200px;
    margin-right: 200px;
}

.location-information {
    border-style: solid;
    border-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
}

.location-words {
    padding: 50px;
    flex: 1 0 200px;
    width: 65%;
    min-width: 500px;
}

.location-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

.location-description {
    margin: 10px;

}

.location-map {
    float: right;
    margin: 5px;
    min-height: 300px;
    flex: 1 1 500px;
    width: 100%;
}

.more-info-button {
    margin: 20px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
}

.btn-primary {
    color: white; !important;
    background-color: #8fd3e8; !important;
    border-color: #bef0ff; !important;
    width: 100%
}

.btn-primary:hover {
    color: white; !important;
    background-color: #bef0ff !important;
    border-color: #bef0ff; !important;
}

.btn-primary:focus {
    color: white; !important;
    background-color: #6b9eae !important;
    border-color: #bef0ff; !important;
}

.btn-primary:active {
    color: white; !important;
    background-color: #6b9eae !important;
    border-color: #bef0ff; !important;
}