.nav-link {
    font-weight: 500;
}

@font-face {
    font-family: Garamond;
    src: url(/theme/fonts/CormorantGaramond-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: DroidSans;
    src: url(/theme/fonts/DroidSans.ttf) format("truetype");
}

h1 {
    font-family: Garamond, serif;
    font-size: 2.5rem;
    font-weight: 500;
}

h3 {
    font-family: Garamond;
    font-size: 2rem;
    font-weight: 200;
}

h5 {
    font-family: Garamond;
    font-size: 1.8rem;
    font-weight: 200;
}

h6 {
    font-family: Garamond;
    font-size: 1.4rem;
    font-weight: 200;
}

.nsps-hero {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
}

.card-img-top {
    object-fit: cover;
    height: 200px
}

.card-event {
    border-radius: 4px;
    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 80px 18px 36px;
}

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