h1.text-center {
    font-size: 40px;
    color: #080808;
    margin-top: 50px;
}

@media screen and (max-width: 500px) {
    h1.text-center {
        font-size: 20px;
        margin-top: 20px;
    }
    h2.text-center {
        font-size: 20px;
        margin-top: 20px;
    }
    p.text-center {
        font-size: 16px;
    }
    p.featured-company-name {
        font-size: 18px;
    }
} 

.text-center.spaces {
    margin-bottom: 20px;
    margin-top: 40px;
}

.jumbotron {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.space-title {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #080808;
}


.space-wrapper {
    background: #f6f6f6;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    /* padding-bottom: 50px; */
    text-align: center;
}

@media screen and (min-width: 600px) {
    .space-wrapper {
        height: 490px;
        width: 450px;
    }
}

@media screen and (min-width: 1124px) {
    .space-wrapper {
        height: 540px;
        width: 550px;
    }
}

.space-description {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #080808;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.space-subtitle {
    margin-top: 10px;
}

.space-pricing {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
}

.space-facilities li {
    list-style-type: none;
    margin: 20px;
    margin-left: auto;
    font-size: 18px;
}

.other-spaces {
    object-fit: cover;
    height: 270px;
    width: 350px;
    max-height: 300px;
}

.other-spaces-title {
    margin-top: 30px;
}

@media screen and (max-width: 500px) {
    .facilities-title {
        margin-top: 20px;
    }
}

.reviews {
    margin-top: 20px;
    font-size: 20px;
}

.address {
    margin-top: 20px;
    font-size: 18px;
}
.space-image {
    width: 350px;
    height: 300px;
}

@media screen and (max-width: 1200px) {
    .space-image {
        width: 300px;
        height: 250px;
    }

    .place-wrapper h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .space-image {
        width: 350px; 
        height: 300px;
    }
}

.navbar-brand {
    margin-right: 60px;
}

.navbar-brand li {
    list-style-type: none;
}
.navbar-brand li a {
    color: white;
    margin: 5px;
}

.navbar-header {
    float: right;
    cursor: pointer;
    margin-top: 25px;
}

.footer-link {
    margin: 8px;
    padding: 10px;
}

@media screen and (max-width: 550px) {
    .footer-link {
        margin: 20px;
        padding: 20px;
        font-size: 14px;
    }
}

p {
    line-height: 2.5;
    font-size: 16px;
}

.place-wrapper {
    background: #eee;
}

.place-wrapper h2 {
    color: #303030;
    font-size: 19px;
    white-space: nowrap;
}
.logo-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    display: inline-block;
}

.navbar {
    display: flex;
    background: #080808;
}

.listing {
    display: inline-block; 
    text-align: center; 
}

@media screen and (min-width: 650px) {
    .dropdown {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .navbar-brand {
        display: none;
    }
}

.btn.btn-primary.dropdown-toggle{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-wrapper {
    padding-right: 6%;
    padding-left: 6%;
}

.about-image {
    max-width: 400px;
    margin-bottom: 20px;
}

.site-logo {
    height: 75px;
    width: 200px;
}

@media screen and (max-width: 500px) {
    .site-logo {
        height: 50px;
        width: 130px;
    }
}

.view-image {
    width: 350px;
    max-height: 300px;
}
@media screen and (max-width: 500px) {
    .footer-wrapper {
        display: grid;
    }
    .footer-link {
        margin: 10px;
        padding: 10px;
    }
}

.space-subtitle {
    font-size: 20px;
}

.spaces-button-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

.date-updated {
    display: inline-block;
    display: flex;
    justify-content: flex-end;
}

.main-image {
    object-fit: cover;
    height: 400px;
    width: 800px;
}
.secondary-image{
    object-fit: cover !important;
    height: 400px !important;
    width: 600px !important;
}
.underneath-image {
    object-fit: cover !important;
    height: 350px !important;
    width: 450px !important;
}

.image-wrapper {
    margin: 0;
    padding: 2px;
}

.custom-description-wrapper {
    margin-top: 40px;
}

.row li {
    list-style: none;
    font-size: 16px;
}

.custom-address {
    margin-top: 30px;
}

.company-image {
    margin-top: 20px;
}

.featured-title {
    margin-top: 14px;
    margin-bottom: 15px;
}
.featured-image {
    width: 320px;
    height: 275px;
}

.featured-company-name {
    font-size: 22px;
    color: #303030;
}


@media screen and (max-width: 1200px) {
    .place-wrapper h2 {
        font-size: 18px;
    }
}

.container.nav {
    margin-right: 20px;
}

.dropdown {
    position: static;
}

.dropdown.places {
    list-style-type: none;
}

.dropdown.places a {
    color: #303030;
}

.space-day-pass {
    margin-bottom: -5px;
}

.space-sub-wrapper {
    display: inline-block;
    width: 90%;
}
.space-membership {
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
}

.space-sub-image {
    padding: 1rem 1rem;
    vertical-align: middle;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 800px) {
    .space-sub-image {
        display: none;
    }

    .space-sub-wrapper {
        width: 100%;
    }
}

a {
    color: #080808;
}
a:hover {
    color: black;
}

.space-caption {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


.container {
    margin-top: -10px;
}

.text-center.introduction
{   
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}