
.museo-sans {
    font-family: "museo-sans", sans-serif;
}
.museo-slab {
    font-family: "museo-slab", serif;
}
footer p {
    margin: 10px 0;
}
footer .list-inline {
    margin: 0;
    padding: 0;
}
.footer .copyright {
    font-size: 14px !important;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
ul.footer-links {
    list-style: none;
}
ul.footer-links li {
    padding-bottom: 5px;
}
ul.footer-links li * {
    color: rgba(227, 24, 55, 1);
    text-decoration: none;
    transition: all 0.25s;
}
ul.footer-links li:hover * {
    color: #fff;
}
.footer .copyright a {
    color: white;
}
.footer .copyright a:hover {
    color: #e31837;
}
@media (max-width: 576px) {
    .navbar-logo {
        max-width: 78vw;
    }
}
/*header img {
    display: flex;
    justify-content: center
}
html,
body {
    height: 100%;
}
body {
    font-size: 1rem;
    color: #212529;
    font-family: "museo-sans", sans-serif;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .container.main-container {
        max-width: 80% !important;
    }
}
.wrapper {
    flex: 1 0 auto;
}
p {
    line-height: 1.5;
}
h1,
h3,
h5 {
    font-weight: 800;
    font-family: "museo-slab", serif;
    letter-spacing: 0.02em;
}
h2,
h4,
h6 {
    font-weight: 800;
    font-family: "museo-sans", sans-serif;
    letter-spacing: 0.02em;
}
h1,
h2 {
    font-size: 2rem;
}
h3,
h4 {
    font-size: 1.5rem;
}
h5,
h6 {
    font-size: 1rem;
}
a {
    color: #005596;
    transition: all 0.25s;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #231f20;
}
blockquote {
    font-style: italic;
    color: #868e96;
}
.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
}
.caption {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
::-moz-selection {
    color: #fff;
    background: #005596;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #005596;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background: transparent;
}
img::-moz-selection {
    color: #fff;
    background: transparent;
}
.bg-charcoal {
    background: #30363d;
    color: #fff;
}
.bg-primary {
    background-color: #005596 !important;
}
.bg-secondary {
    background-color: #36454f !important;
}
.bg-danger {
    background-color: #e31837 !important;
}
.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "museo-sans", sans-serif;
    margin-bottom: 10px;
}
@media screen and (max-width: 575.98px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
}
.btn-pill {
    border-radius: 50px !important;
}
.btn-sm {
    padding: 5px 15px;
}
.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}
.btn-primary {
    background-color: #005596;
    border-color: #005596;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #231f20 !important;
    border-color: #231f20 !important;
}
.btn-success {
    background-color: #03733f;
    border-color: #03733f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #36454f !important;
    border-color: #36454f !important;
}
.btn-danger {
    background-color: #e31837;
    outline: #e31837;
}
.btn-outline-primary {
    color: #005596 !important;
    border-color: #005596 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #005596 !important;
    border-color: #005596 !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #005596 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #005596 !important;
    border-color: #005596 !important;
}
.btn-outline-success {
    color: #03733f !important;
    border-color: #03733f !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #03733f !important;
    border-color: #03733f !important;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #03733f !important;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #03733f !important;
    border-color: #03733f !important;
}
.btn-outline-light {
    color: #fff !important;
    border-color: #fff !important;
}
.btn-outline-light:hover {
    color: #e6e7e8 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #e6e7e8 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
#featuredButtons {
    background: #e31837;
    padding-top: 15px;
    padding-bottom: 15px;
}
#featuredButtons .btn {
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-size: 1.25em;
    border: 4px solid white;
    background: transparent;
    white-space: normal;
    text-align: center;
}
#featuredButtons .btn:hover {
    background: #ffffff;
    opacity: 0.9;
    color: #e31837;
}
.navbar {
    background-color: transparent !important;
    font-family: "museo-sans", sans-serif;
}
.navbar-light {
    background-color: #fff !important;
}
.navbar-dark {
    background-color: #e31837 !important;
}
.navbar .container {
    max-width: 100% !important;
}
.navbar-brand > * {
    font-family: "museo-sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
}
.navbar-brand h1 {
    font-size: 2rem;
}
.navbar .navbar-brand {
    font-weight: 800;
    color: #343a40;
}
.navbar .navbar-toggler {
    font-size: 16px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    outline: none !important;
    border-color: none;
    border: none;
    box-shadow: none;
}
.navbar .navbar-nav > li.nav-item > a,
.navbar .dropdown-item {
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logo {
    float: left;
    max-width: 350px;
    min-width: 150px;
    width: 100% !important;
    padding: 5px;
    margin: auto 0;
    display: inline-block;
    vertical-align: middle;
}
.navbar-light .logo {
    fill: #e31837;
}
.navbar-dark .logo {
    fill: #fff;
}
.navbar li.nav-item a.nav-link {
    font-size: 16px;
    text-decoration: none;
    padding: 5px 15px;
}
.navbar-light li.nav-item a.nav-link {
    color: #343a40;
}
.navbar-dark li.nav-item a.nav-link {
    color: #fff;
}
.navbar-light li.nav-item a.nav-link:hover {
    color: #e31837;
}
.navbar-dark li.nav-item a.nav-link:hover {
    color: #343a40;
}
.navbar-light li.nav-item a.dropdown-item:hover {
    color: #e31837;
}
.navbar-dark li.nav-item a.dropdown-item:hover {
    color: #e31837;
}
.navbar-light .navbar-toggler {
    color: #343a40;
}
.navbar-dark .navbar-toggler {
    color: #fff;
}
li.dropdown-item {
    float: left;
    line-height: initial;
    padding: 0;
}
li.dropdown-item a.nav-link {
    display: block;
    padding: 0;
    clear: both;
    line-height: initial !important;
    white-space: nowrap;
}
li.dropdown-item a.nav-link:active {
    background-color: none !important;
}
.dropdown-item:active,
.dropdown-item:hover {
    background-color: transparent;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: none !important;
    overflow: hidden;
    opacity: 0;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    margin-right: -1px;
}
.dropdown:hover .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    display: block !important;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
    min-width: 0;
    padding: 0.5rem 0 0.5rem 0;
    text-align: left;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.fixed-top {
    position: relative;
    z-index: 50 !important;
}
.fixed-top.scrolled {
    position: fixed;
}
#secondaryNav .navbar-toggler {
    color: #fff;
    font-size: 0.6em;
}
#secondaryNav li.nav-item > a {
    font-size: 0.6em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
#secondaryNav a.dropdown-item {
    font-size: 0.6em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#secondaryNav li.nav-item > a:hover {
    color: #e31837;
}
#secondaryNav.navbar-light,
#secondaryNav.navbar-light {
    background-color: #343a40 !important;
    height: auto !important;
    width: 100%;
    text-align: center;
    z-index: 5000;
}
#secondaryNav.scrolled {
    min-height: 90px;
}
@media screen and (max-width: 991.98px) {
    .navbar .container {
        max-width: 100% !important;
    }
    .navbar-brand .logo {
        width: 100% !important;
        margin-right: -4rem;
        padding-right: 0;
    }
    @media screen and (max-width: 575.98px) {
        .navbar-brand {
            margin-right: -7rem;
        }
        .navbar-brand .logo {
            width: 100% !important;
        }
    }
    .navbar li.nav-item a.nav-link {
        line-height: initial;
        float: left;
    }
    .navbar,
    .navbar-nav {
        margin: 0 !important;
        height: auto !important;
    }
    .navbar-toggler {
        padding: 0.25rem 0rem;
    }
    .dropdown .dropdown-menu {
        display: block !important;
        opacity: 1;
        max-height: initial;
        overflow: initial;
    }
    .dropdown-menu .dropdown-item a {
        margin-left: 15px;
        display: block;
        padding: 2px;
        border-radius: 4px;
        padding-left: 5px;
        line-height: initial;
        float: left;
    }
    .navbar-light li.nav-item a.dropdown-item {
        color: #343a40;
    }
    .navbar-dark li.nav-item a.dropdown-item {
        color: #fff;
    }
    .navbar-light li.nav-item a.dropdown-item:hover {
        color: #e31837;
    }
    .navbar-dark li.nav-item a.dropdown-item:hover {
        color: #343a40;
    }
    .dropdown-menu {
        position: relative;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: inherit;
        -webkit-background-clip: initial;
        background-clip: initial;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse {
        margin: 0 -1rem;
    }
    #secondaryNav.navbar li.nav-item a.nav-link {
        padding: 0px 15px !important;
    }
    #secondaryNav .navbar,
    #secondaryNav .navbar-nav {
        background-color: #343a40;
    }
    #secondaryNav a.dropdown-item {
        color: #fff;
        padding: 0px 25px !important;
    }
}
#search {
    width: initial;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#search:focus {
    width: 400px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header.masthead {
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    margin-top: 80;
}
header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0.5;
}
header.masthead .page-heading,
header.masthead .site-heading {
    padding: 50px 0 45px;
    min-height: 200px;
    color: white;
}
header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: "museo-sans", sans-serif;
}
@media only screen and (min-width: 768px) {
    header.masthead .page-heading,
    header.masthead .site-heading {
        padding: 150px 0;
        min-height: 400px;
    }
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 80px;
    }
}
.featured-icons {
    fill: #fff;
    color: white;
}
.featured-icons .bg-light {
    fill: #e31837;
    color: #36454f;
}
.featured-icons a {
    fill: #fff;
    color: #fff;
}
.featured-icons a:hover {
    color: #bbbbbb;
    fill: #bbbbbb;
}
.featured-icons .bg-light a {
    fill: #e31837;
    color: #36454f;
}
.featured-icons .bg-light a:hover {
    fill: #005596;
    color: #005596;
}
.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    font-family: "museo-slab", serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
    color: #868e96;
    font-family: "museo-slab", serif;
}
.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}
.floating-label-form-group .help-block {
    margin: 15px 0;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #005596;
}
form .form-group:first-child .floating-label-form-group {
    border-top: 1px solid #e6e7e8;
}
form#views-exposed-form-virtual-museum-page-1 .form-checkbox {
    display: none;
}
form#views-exposed-form-virtual-museum-page-1 label.option {
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "museo-sans", sans-serif;
    margin-bottom: 10px;
    background-color: #005596;
    border-color: #005596;
    color: white;
    float: left;
    display: inline-block;
    margin-right: 5px;
}
form#views-exposed-form-virtual-museum-page-1 label:hover,
form#views-exposed-form-virtual-museum-page-1 label:focus,
form#views-exposed-form-virtual-museum-page-1 label:active {
    color: #fff;
    background-color: #231f20 !important;
    border-color: #231f20 !important;
    cursor: pointer;
}
form#views-exposed-form-virtual-museum-page-1 input:checked + label {
    color: #fff;
    background-color: #231f20 !important;
    border-color: #231f20 !important;
}
.img-row .card-img-top {
    width: 100%;
    height: 12vw;
    object-fit: contain;
}
@media screen and (max-width: 767.98px) {
    .img-row .card-img-top {
        width: 100%;
        height: 40vw;
        object-fit: contain;
    }
}
.card small {
    font-size: 0.8rem;
}
p.card-text {
    margin-top: 0;
}
.row.projects .card-img-overlay {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.row.projects .card-img-overlay > * {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.row.projects .card:hover .card-img-overlay > * {
    opacity: 1;
}
.row.projects .card:hover .card-img-overlay {
    display: initial !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.rotate-on-hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.rotate-on-hover:hover {
    transform: rotate(-1deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.sidebar-ul {
    margin-bottom: 0px;
}
.sidebar-ul > li {
    font-size: 1em;
    padding-bottom: 2px;
}
.sidebar-ul > li > a {
    color: #000000;
    cursor: pointer;
    transition: all 0.25s;
}
.sidebar-ul > li > a:hover {
    color: #005596;
}
.sidebar-ul .fa-bug {
    font-size: 1.05em !important;
}
footer p {
    margin: 10px 0;
}
footer .list-inline {
    margin: 0;
    padding: 0;
}
.footer .copyright {
    font-size: 14px !important;
    margin-bottom: 0;
    text-align: center;
}
.footer .copyright a {
    color: white;
}
.footer .copyright a:hover {
    color: #e31837;
}
.footer {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
}
.footer h4 {
    font-weight: 600;
    margin-top: 10px;
    font-family: "museo-slab", serif;
}
.footer-main {
    background: #36454f;
}
.footer-sub {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #36454f;
    margin-top: -1px;
}
.footer-sub p {
    font-size: 13px !important;
}
.footer-sub a {
    transition: all 0.25s;
}
.footer-sub a:hover {
    color: #e31837 !important;
}
.footer-main > div.row,
.footer-sub > div.row {
    max-width: 1200px;
    margin: 0 auto;
}
ul.footer-links {
    list-style: none;
}
ul.footer-links li {
    padding-bottom: 5px;
}
ul.footer-links li * {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s;
}
ul.footer-links li:hover * {
    color: #e31837;
}
.footer-socialmedia {
    padding-left: 5px;
}
.footer-socialmedia i {
    padding-right: 5px;
    font-size: 30px;
    transition: all 0.25s;
    color: #ffffff;
}
.footer-socialmedia i:hover {
    color: #e31837;
}
.footer-main {
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
    .footer-main {
        background-size: 768px;
        background-position: left bottom;
    }
}
.list-group > .list-group-item > .fa.fa-chevron-right {
    float: right;
}
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px #999;
    margin-bottom: 25px;
    flex-shrink: 0;
}
.flex-image {
    flex-shrink: 0;
}
.flex-image img {
    border-radius: 4px 0px 0px 4px;
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: left;
    cursor: pointer;
}
.flex-image img:hover {
    transition: opacity 1s;
    opacity: 0.6;
}
.flex-preview {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.flex-content {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-content h5 {
    margin-top: 10px;
    font-size: 1.2em;
}
.flex-content p {
    text-overflow: ellipsis;
    font-size: 0.9em;
}
.flex-data {
    margin-top: 10px;
    color: gray;
    font-size: 0.8rem;
    align-self: flex-end;
}
@media screen and (max-width: 575.98px) {
    .flex-container {
        flex-direction: column;
        width: 100%;
    }
    .flex-image img {
        border-radius: 4px 4px 0px 0px;
        max-width: 100%;
        width: 100% !important;
        height: auto;
        object-fit: cover;
        text-align: center;
    }
    .flex-data {
        margin-bottom: 5px;
    }
}
.card-columns {
    column-count: 1;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.homepage-image{
    width:800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

