body {
    background-image: url("images/cross_scratches.png");
}

.main {
    height: 100%;
    background-image: url("images/2-living-room.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#logo {
    width: 300px;
}

#logo_mapPage {
    width: 225px;
}

#logo_NavBar {
    width: 125px;
    margin: 0 20px;
}

.navbar, footer {
    background-image: url("images/brushed_alu_dark.png");
}

.main-jumbotron {
    background-color: transparent;
}


.main-text {
    background-color: rgba(255, 255, 255, .85);
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10px;
}

.apply-button {
    background-color: #A80504;
    border: 1px solid #A80504;
    padding: 15px;
}

.apply-button:hover {
    background-color: #465e73;
    border: 1px solid #465e73;
}

hr.divider {
    background: #A80504;
}

#videoSection {
    height: 450px;
    background-image: url("images/cross_scratches.png");
}

#Video {
    position: relative;
    padding-top: 50px;
    height: 100%;
    width: 100%;
}

#content-over-video {
    position: relative;
    top: -200px;
}

.divider {
    color: #A80504;
    font-size: 16pt;
}

h1 {
    margin-top: 25px;
}

h2 {
    color: #A80504;
    margin: 30px 0 20px 0;
}

h3 {
    color: gray;
}

.map-section {
    height: 100%;
    background-image: url("images/cross_scratches.png");
}

.map-section p {
    margin: 25px 15px;
    padding-left: 60px;
    width: 80%;
    font-weight: 600;
}

#map {
    margin-top: 60px;
    width: 90%;   
}

#h2-CheckUsOut {
    margin-top: 60px;
}

h5 {
    font-size: 18pt;
}

.gallery-row {
    background-image: url("images/cross_scratches.png");
}

.gallery-card {
    background: transparent;
}

.gallery-image {
    width: 400px;
    margin-top: 5px;
}

.images-card {
    width: 400px;
    margin: 0 auto;
}


.modalSize > .modal-content {
    height: 600px;
}

.features-row {
    background-image: url("images/13-master.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#features-card {
    background-color: rgba(255, 255, 255, .75);
}

.features-card-item {
    background: transparent;
}

.features-card-item button {
    background-color: #A80504;
    border: 1px solid #A80504;
}

.features-card-item button:hover {
    background-color: #465e73;
}

#floor-plan-image {
    width: 225px;
}

.FloorPlanHover:hover {
    color: #A80504;
    text-decoration: underline;
}

.FloorPlanLabels {
    font-weight: 700;
}

footer {
    padding-right: 15px;
    padding-left: 15px;
}

#email {
    color: white;
}

#email:hover {
    text-decoration-color: #A80504;
}

footer img {
    margin-bottom: 10px;
}

footer a {
    margin-top: 20px;
}

/* COMMUNITY MAP PAGE */
#back {
    
    color: black;
}
#back p {
    margin-bottom: 0;
}
#back:hover {
    color: #A80504;
}

/* PET GUIDELINE PAGE */
.breeds li {
    list-style: none;
    font-weight: bold;
}
.emphasis {
    font-style: oblique;
    font-weight: 700;
}