body {
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
    padding-top: 56px;
}

p {
    font-size: 1.25rem;
}

h2 {
    font-weight: 600;
}

h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

main ol,
ul {
    padding-left: 2.5rem;
}

main ol p,
ul p {
    margin-bottom: 0.5rem;
}

main ul li::marker {
    content: "—  ";
    color: hsla(0, 0%, 0%, 0.4);
}

main ol li::marker {
    content: counter(list-item) ".  ";
    color: hsla(0, 0%, 0%, 0.4);
}

.navbar {
    background: hsla(0, 0%, 100%, 0.8);
    backdrop-filter: saturate(180%) blur(6px);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.img-fluid {
    width: 100%;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 700;
}

.navbar-brand span {
    font-weight: 300;
}

.nav-link {
    font-size: 18px;
}

a.navbar-brand span {
    border: 0;
}

a.navbar-brand,
.navbar-nav .nav-link.active {
    color: hsla(0, 0%, 0%, 1);
}

.navbar-nav .nav-link.active span {
    border-color: hsla(0, 0%, 0%, 0.1);
}

a.navbar-brand:hover,
.navbar-nav a.nav-link.active:hover {
    color: rgba(190, 0, 0, 1);
}

.navbar-nav a.nav-link.active:hover span {
    border-color: rgba(190, 0, 0, 0.2);
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {}

a,
.nav-link {
    color: rgba(13, 110, 253, 1);
    text-decoration: none;
}

a:hover,
.nav-link:hover {
    color: rgba(190, 0, 0, 1);
}

a span,
.nav-link span {
    border-bottom: 2px solid rgba(13, 110, 253, 0.2);
    padding-bottom: 2px;
}

a:hover span,
.nav-link:hover span {
    border-color: rgba(190, 0, 0, 0.2);
}

.bg-gray {
    background: #F5F5F5;
}

.lead {
    font-weight: 400;
}

.peter {
    height: 256px;
    width: 256px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.peter:hover {
    transform: rotate(7deg);
}

@media (max-width:992px) {
    .peter {
        height: 128px;
        width: 128px;
    }
}


.pr-block {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pr-name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pr-name p {
    font-size: 18px;
    text-align: center
}

.pr-name.link-light p {
    color: rgba(255, 255, 255, 0.7);
}

.pr-name.link-dark p {
    color: rgba(0, 0, 0, 0.6);
}

.pr-block:hover .pr-name.link-light p {
    color: rgba(255, 255, 255, 1);
}

.pr-block:hover .pr-name.link-dark p {
    color: rgba(0, 0, 0, 1);
}

.pr-name > div > div {
    height: 80px;
}

.pr-block .pr-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.02);
}

.pr-block:hover .pr-image {
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.05);
}



.project-hero {
    background: #323C51;
    background: radial-gradient(circle, rgba(63, 88, 141, 1) 0%, rgba(50, 60, 81, 1) 100%);
    margin-top: -56px;
    padding-top: 144px
}

.project-hero img {
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.5);
    width: 70%;
    max-width: 1200px;
}

@media (max-width:992px) {
    .project-hero img {
        width: 100%;
    }
}

.date {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.center-image {
    background: #E2E5EB;
    text-align: center;
}

.center-image img {
    border-radius: 8px;
    width: 100%;
    max-width: 1800px;
}

.fullwidth-image {
    background: #323C51;
    text-align: center;
}

.back-link a {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 5rem 0;
}

.back-link a:hover {
    background: rgba(190, 0, 0, .05);
}

footer {border-top: 1px solid rgba(0, 0, 0, .1);}
