/*
Theme Name: nsh_2
Version: 1.0
Description: A child theme of WK Finance
Template: wk-finance
Author: Administrator
*/
@import url("../wk-finance/style.css");
/* Your awesome customization starts here */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body{
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.custom-logo {
    max-height: 120px;
    width: auto;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.container {
    max-width: 1200px;
}

#masthead .navbar-nav > li > a {
    color: #444;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link::before {
    background-color: #bbb;
}

header#masthead {
   box-shadow: none;
    border: 0;
}

#masthead .navbar-nav li.active > a {
    color: #222;
}

#primary {
    margin-top: 4rem;
    min-height: 62vh;
}

.home .entry-title {
    display: none;
}

footer#colophon {
    background: #fff !important;
    color: #222 !important;
}
footer#colophon a{
    color: #222 !important;
}

.topbutton {
    background: #bbb;
}

.spectra-image-gallery__control-lightbox {
    background-color: rgba(0,0,0,0.2) !important;
}

figcaption a {
    color: #222;
    text-transform: uppercase;
}
figcaption a:hover {
    color: #bbb;
}
