﻿.rmback {
    background-color: #008675;
}

.rmtext {
    color: #008676;
}

.phback {
    background-color: #2378Bd;
}

.phtext {
    color: #2378Bd;
}

.faback {
    background-color: #977347;
}

.fatext {
    color: #977347;
}

/* Center the header's navbar */
.navbar-nav,
.mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: center;
}

.gallery {
    background-color: white;
    padding: 20px;
}

    .gallery img {
        width: 100%;
        max-width: 100%;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        cursor: pointer;
    }

#gallery-modal .modal-body {
    background-color: #dddddd;
}

#gallery-modal .modal-img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
