
/*@font-face {
    font-family: 'proximanova_regular';
    src: url('../fonts/proximanova_regular.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: 'proximanova_bold';
    src: url('../fonts/proximanova_bold.otf') format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: 'proximanova_boldit';
    src: url('../fonts/proximanova_boldit.otf') format('opentype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
*/


@font-face {
    font-family: 'opensans-medium';
    src: url('../fonts/opensans-medium.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
html {
    font-family: 'opensans-regular', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    /* font-size: 14px;*/
}

/*    @media (min-width: 768px) {
      html {
        font-size: 16px;
      }
    }*/
body {
    font-family: 'opensans-semibold', sans-serif;
    color: #3f3844;
}
h1, h2, h3, h4, h5, h6, p, figcaption {
    margin: 0;
    padding: 0;
    color: #424143;
    font-family: 'opensans-semibold', sans-serif;
    line-height: 1.618;
}

h1 {
    font-family: 'opensans-bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 3.4375rem
}

h2 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 36px;
}

h3 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.0375em;
    font-size: 22px;
}

h4 {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

h5 {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

h6 {
    font-style: normal;
    font-weight: 400;
    color: #c3c3c3;
    letter-spacing: 0.025em;
    font-size: 14px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.3125rem
}

    p a {
        color: #b0b0b0;
        border-bottom: 2px solid #c3c3c3
    }

        p a:hover {
            color: #3f3844;
            border-bottom: 2px solid #3f3844
        }

figcaption {
    font-style: normal;
    font-weight: 700;
    color: #c3c3c3;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

a {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

#nav-bar-container {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000;
    background-color: #8F0127dd;
    background-image: linear-gradient(to right, #8F0127dd 0, #7b0303 31%, #6F0404 76%, #5F0101 100%);
    opacity: .9;
    color: white;
    padding: 10px;
}

#nav-bar-container a {
    color: white;
}

.row {
    width: 100%;
    margin: 0;
}

.card-body {
    padding: 0rem;
    margin-left: auto;
    margin-right: auto;
}

.card-body-img {
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.body-row {
    padding: 2.5rem;
    background-color: #fdfdfd;
    /*border-top: 1px solid #000;*/
}
.no-border-card {
    /*
    border-radius: 0;
    border: none;*/
    margin: .5%;
}

@media (min-width: 1200px) {
    .no-border-card {
        width: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .no-border-card {
        width: 32%;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .no-border-card {
        width: 49%;
    }
}
.row-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 19% !important;
    max-width: 25%;
    padding: 15px;
}
.card {
    background-color: #FFFFFF;
    color: #424143;
    border-radius: .5rem;
    text-shadow: rgba(0, 0, 0, 0.6);
    border: .5px #ccc solid;
    /*border: none;*/
}

.card-title {
    color: #424143;
    color: #000;
}

.card-links {
    transition: .1s;
    background-color: #F3F3F4;
    /*    background-color: #FFFFFF;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 3px 3px 8px 1px rgb(91 80 80 / 15%);
}

    .card-links:hover {
        opacity: .75;
        /*border-bottom: 4px solid #e6e7de;*/
        color: #5b5d5a;
    }

.card-text {
    padding: 1rem;
}

.card-links h1,
h2,
h3,
h6 {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.card-links img {
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
}

.card-links-img {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-height: 200px;
}

.obj-image {
    height: 500px;
    width: 300px;
    max-height: 600px;
    max-width: 350px;
    justify-content: center;
    object-fit: contain;
    text-align: center;
    display: flex;
    transition: .1s;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main-text {
    color: #424143;
    font-weight: 800;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}