html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1;
}

footer {
    background: rgba(0,50,70,100);
}

footer ul a:hover, .stellarx:hover {
    text-decoration: none!important;
    color: white;
}

footer ul a, .stellarx {
    position: relative;
    display: inline-block;
}

footer ul a::after, .stellarx::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    top: 25px;
    height: 2px;
    background-color: #c3996b;
    transition: width 0.4s ease;
}

footer ul a:hover::after {
    width: 100%;
}

nav {
    background: rgba(0,50,70,100);
}

nav .submenu {
    background: rgba(0,50,70,100);
}

nav ul a, nav ul button {
    position: relative;
    display: inline-block;
}

nav ul a:hover, nav ul button:hover {
    text-decoration: none!important;
    color: white;
}

nav ul a::after, nav ul button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    top: 35px;
    height: 2px;
    background-color: #c3996b;
    transition: width 0.4s ease;
}

nav ul a:hover::after, nav ul button:hover::after {
    width: 100%;
}

nav .submenu a {
    width: 100%;
}

.slides div {
    height: max-content;
}

.slider {
    margin-top: 80px;
}

.experience h2 {
    font-size: 34px;
    line-height: 44px;
    color: #003246;
    font-weight: 500;
    max-width: 500px;
}

.experience p {
    color: #00303d;
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
    max-width: 900px;
}

.banner {
    height: 270px;
}

.banner1 {
    background: url("/img/banner1.jpg");
    background-size: cover;
}

.banner2 {
    background: #c39b69;
}

.banner2 h4 {
    font-size: 38px;
    color: #ffffff;
    line-height: 46px;
    padding: 50px;
}

.banner3 h4 {
    font-size: 38px;
    color: #ffffff;
    line-height: 46px;
    margin: 50px;
}

.banner3 a {
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    margin: 50px;
}

.banner3 {
    background: rgba(0,50,70,100);
}

.banner4 {
    background: url("/img/banner2.jpg");
    background-size: cover;
    background-position-x: 50%;
}

.banner5 {
    background: url("/img/banner3.jpg");
    background-size: cover;
    background-position-y: 50%;
}

.info h3 {
    color: #00303d;
    font-size: 22px;
    line-height: 34px;
    max-width: 800px;
}

.products img {
    max-height: 600px;
}

.about {
    background: rgba(0,50,70,100);
}

.about h2 {
    font-size: 34px;
    line-height: 44px;
    color: white;
}

.about p {
    color: white;
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
    max-width: 500px;
}

.showMore {
    color: #c39b69;
    border: 1px solid #c39b69;
    padding: 10px 20px;
    border-radius: 5px;
}

.showMore:hover {
    background: #c39b69;
    color: white;
}

.contact h5 {
    font-size: 40px;
    color: #00303d;
    line-height: 50px;
    font-weight: 500;
}

.contact p {
    color: #00303d;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    max-width: 400px;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003246;
    color: white;
    z-index: 9999999999;
    visibility: hidden;
}

.overlay-content {
    text-align: center;
    border: 1px solid #c39b69;
}

.overlay-content h2 {
    font-size: 25px;
}

.overlay.visible {
    visibility: visible;
}

#confirm-age {
    background: #c39b69;
    color: white;
}

#deny-age {
    background: white;
    color: #003246;
}
