html, body {
    background-color: #1F3863;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
#product-filters li:hover {
    font-weight:bold;
    cursor:pointer;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #FFF;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.panel {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    border-radius:5px;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
}
.table {
  background:#f0f0f0;
}
.content-div {
}
.footer-div {
  bottom:0;
  width:100%;
}
.footer-div img {
    object-fit:contain;
}
.footer-div *, .contact-us, .contact-us a {
  color:#fff !important;
  font-size:18px;
}
.footer-div .col-md-3, .content-div {
  padding-top:1rem;
}
.msg-content {
  padding-left:1rem;
}
