html {
    scroll-behavior: smooth;
}

#page {
    position: relative;
    z-index: 1;
}

.container {
    width: 95%;
}

header.topbar {
    padding: 50px 0;
}

header.topbar figure.logotype {
    width: 200px;
    margin: 0 auto 1rem auto;
}

.title {
    font-family: 'Playfair Display', serif;
    color: #616161;
}

.font-realtus {
    font-family: 'Playfair Display', serif;
}

.banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.thumb-x-lg {
    height: 200px;
    width: 200px;
}

.font-12 {
    font-size: 12px !important;
}

.b-gray {
    background-color: #F1F1F1;
}

.btn-realtus {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    border-color: #616161;
    color: #616161;
}

.btn-realtus:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, .25);
}

footer figure.logotype {
    width: 150px;
    margin: auto;
    opacity: 0.2;
}
