@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Yanone+Kaffeesatz:wght@200..700&display=swap');
html {
    height: 100%;
}
body {
    height: auto;
    background: #e0e0e0;
    color: #222;
}
a {}
a:hover {}
p, ul li, ol li {
    font: 400 0.83rem 'Funnel Sans', Helvetica, Arial, sans-serif;
    font-size: 0.83vw;
}
h1, h2, h3, h4, h5 {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
}
.navFix {
    box-shadow: 0 0px 6px -2px rgba(0, 0, 0, 0.6705882352941176);
}
.navbar {
    position: relative;
    height: auto;
    background: #fff;
    font: 400 0.83rem 'Funnel Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.navbar-toggler {}
.navbar a {
    text-decoration: none;
}
.navbar ul li a {
    font: 400 0.83rem 'Funnel Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    color: #000;
}
.navbar ul li a:active, .navbar ul li a:hover {
    background-color: #1a3a42;
    color: #fff;
}
.pictures {
    position: relative;
    font-size: 0px;
    height: auto;
}
.pictures .item {
    position: relative;
    display: inline-block;
}
.pictures .item img {
    position: relative;
    z-index: 2;
}
.pictures .item .item_description {
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -60px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    background: #6d90a1;
    display: none;
}
.pictures .item .item_description span {
    color: #fff;
    font: 700 0.83rem 'PT Serif', serif;
    display: block;
    position: absolute;
    bottom: 15px;
    height: 30px;
}
.pictures .item:hover {
    z-index: 100;
}
.pictures .tjGalleryItem .item:hover .item_description {
    display: block;
}
.btn {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
}
.btn:not(.btn-danger):not(.btn-primary) {
    background-color: #1a3a42;
    border: 3px solid #035A6F;
}
.btn:hover:not(.btn-danger):not(.btn-primary) {
    background-color: #d1a83d;
    border: 3px solid #A77800;
    color: #fff;
}
.alert {
    margin: 0 auto 15px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
    z-index: 10;
}
.box {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
#main {
    position: relative;
    min-height: 90vh;
}
#splash {
    position: relative;
    background: #fff url(images/header.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
#splash h1 {
    text-shadow: #000 2px 5px 1px;
}
#splash a {
    color: #d1a83d;
    text-shadow: #000 2px 1px 1px;
}
#about {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}
#about::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background-image: url(images/about.jpg);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
#services {
    background: #1a3a42;
    color: #fff;
}
#gallery {
    background: #fff;
    color: #000;
}
#footer {
    position: relative;
    display: block;
    padding: 15px 0;
    background: #1a3a42;
    font: 400 0.83rem 'Funnel Sans', Helvetica, Arial, sans-serif;
}
#footer .bottom {
    background: #d1a83d;
    border-radius: 5px;
    text-align: center;
    color: #000;
}
@media (max-width: 1080px) {
    h1, h2, h3, h4, h5 {
        font-size: 3.3vw;
    }
    p, ul li, ol li {
        font-size: 1.8vw;
    }
}
@media (max-width: 720px) {
    h1, h2, h3, h4, h5 {
        font-size: 6vw;
    }
    p, ul li, ol li {
        font-size: 3.7vw;
    }
}