body {
    font-family: "Hero New", sans-serif, "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

p {
    color: #3B4856;
    text-align: justify;
    font-weight: 300;
    font-size: 16 px;
    font-family: 'Hero New', sans-serif;
}
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Hero New", sans-serif, "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    scroll-margin-top: 2.4em;
}
  
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
a, a:hover {
    text-decoration: none !important;
}

.card-text {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}

.card {
    border: 0px;
}

.news-card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 50px;
    cursor: pointer;
}

.news-card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

input[class="archive-grid-btn"] {
    opacity: 0;
    position: absolute;
}

.landing-header {
    font-family: 'Hero New', sans-serif;
    font-weight: 200;
    font-size: 30px;
}

.bg-light {
    background-color: white!important;
}

.clicked-image img {
    box-shadow:0 0 0 .35rem rgba(21, 200, 90, 0.881);
}

.btn-dark:active {
    color:#fff;
    background-color:#2c9faf;
    border-color:#2a96a5;
    box-shadow:0 0 0 .2rem rgba(84,196,212,.5);
}

@media only screen and (min-width: 768px) {
    .sm-padder {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-no-show {
        display: none;
    }
}

.image-gallery {
    max-height: 75vh;
}

nav[data-toggle=toc] .nav-link.active, nav[data-toggle=toc] .nav-link.active:focus, nav[data-toggle=toc] .nav-link.active:hover {
    padding-left: 18px;
    font-weight: 700;
    color: rgb(24, 69, 75, 1);
    background-color: transparent;
    border-left: 2px solid rgb(24, 69, 75, 1);
}

nav[data-toggle=toc] .nav>li>a:hover {
    padding-left: 19px;
    color: rgb(24, 69, 75, 1);
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid rgb(24, 69, 75, 1);
    }

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h5 {
    font-size: 0.9rem;
}

html {
    font-size: calc(12px + 0.25vw)!important;
}

.code-box {
    font-size: calc(12px + 0.05vw)!important;
}

[id^="nav-"][id$=-tab] {
    font-weight: bold;
    color: rgb(24, 69, 75, 1);
    font-family: "Hero New", sans-serif, "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
