body {
    font-family: "Open Sans", sans-serif;
    background-color: #373737;
    color: #ffffff;
}

a,
a:visited {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #000000;
}

h1 small {
    font-size: 50%;
    display: block;
}

h2 {
    font-size: 24px;
}

h3 {
    font-weight: 400;
}

.text-big {
    font-size: 120% !important;
}

.text-icon {
    font-size: 56px;
    line-height: 56px;
    vertical-align: top;
    font-weight: 800;
    color: #B00D0C;
}

/* ------------------------------------------------ */

.navbar.navbar-dark {
    background-color: #B00D0C !important;
    color: #ffffff;
}

.navbar-brand img {
    width: 240px;
    margin: 10px 0;
}

.navbar .nav-item {
    padding: 10px;
    font-size: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #B00D0C;
    color: #ffffff;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:visited {
    color: #B00D0C;
}

/* ------------------------------------------------ */

.btn {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-link,
.btn-link:visited {
    padding: 0;
    color: #B00D0C;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-primary,
.btn-primary:visited {
    background-color: #B00D0C;
    border-color: #B00D0C;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #373737;
    border-color: #373737;
    color: #ffffff !important;
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #ffffff;
    border-color: #373737;
    color: #373737;
}

.btn-secondary:hover {
    background-color: #B00D0C;
    border-color: #B00D0C;
    color: #ffffff;
}

/* ------------------------------------------------ */

@keyframes enlarge {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

.block-link,
.block-link:visited {
    text-decoration: none;
    color: inherit;
    display: block;
}

.block-link:hover {
    text-decoration: none;
    color: inherit;
    animation-name: enlarge;
    animation-duration: .4s;
    transform: scale(1.05);
}

.block {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
    color: #373737;
}

.block-dark {
    background-color: #E0E0E0;
    background: linear-gradient(90deg, rgba(224, 224, 224, 1) 0%, rgba(113, 110, 109, 1) 100%);
    color: #000000;
}

.block-black {
    background-color: #373737;
    color: #ffffff;
}

.block-dark h2,
.block-black h2,
.block-dark h3,
.block-black h3 {
    color: inherit;
}

.overflow-y {
    margin-top: -20px;
    margin-bottom: -20px;
}

/* ------------------------------------------------ */

.page-head {
    background: #ffffff center no-repeat;
    background-size: cover;
}

/* ------------------------------------------------ */

.list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.list li {
    margin: 0 0 10px 0;
}

.list.text-big li {
    margin: 0 0 20px 0;
}

.list li::marker {
    color: #B00D0C;
}

/* ------------------------------------------------ */

#titlePhoto {
    background: #ffffff url('/img/title-photo.jpg') top center no-repeat;
    background-size: cover;
    color: #000000;
    padding-top: 8%;
    padding-bottom: 5%;
}

#footer .row {
    border-color: #676767 !important;
}

#footer small {
    color: #676767;
}

#footer a,
#footer a:visited {
    color: inherit;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#contactForm {
    margin-left: -12px;
    margin-right: -12px;
}

#albumModal .img-thumbnail {
    border: none !important;
}

/* ------------------------------------------------ */

@media only screen and (max-width: 1199.98px) {
    #titlePhoto {
        background-position: 61% 0;
    }
}

@media only screen and (max-width: 991.98px) {
    #titlePhoto {
        background-position: 65% 0;
    }

    #contactForm {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-dark .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
    }

    .navbar .nav-item {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .navbar .dropdown-menu {
        display: block;
        background: transparent;
        border: none;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .navbar .dropdown-item {
        color: rgba(255, 255, 255, .55);
    }

    .navbar .dropdown-item.active {
        color: #ffffff;
    }

    .w-tolg-100 {
        width: 100% !important;
    }

    .overflow-y {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    #titlePhoto {
        background-position: 62% 0;
        padding-top: 15%;
        padding-bottom: 10%;
    }

    .block-dark {
        background: #E0E0E0;
    }
}

@media only screen and (max-width: 575.98px) {
    #titlePhoto {
        background-position: 64% 0;
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 375.5px) {
    #titlePhoto {
        background-position: 65.5% 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #titlePhoto .col-8 {
        background-color: rgba(255, 255, 255, .5);
        padding-top: 15%;
        padding-bottom: 10%;
    }
}