body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #2f3640;
    font-size: 1.2em;
}

.swiper-controls {
    position: absolute;
    bottom: 15px; /* distance from bottom */
    left: 15px; /* distance from left */
    z-index: 10; /* keep above slides */
}

#swiper-toggle {
    background-color: rgba(0, 0, 0, 0.6);
    color: #f19e39;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

    #swiper-toggle:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.swiper-button-prev {
    color: #f19e39 !important; /* Change to any color you want */
}
.swiper-button-next {
    color: #f19e39 !important; /* Change to any color you want */
}

.titlefont {
    font-family: 'Inknut Antiqua'
}

.link{
    color: #f19e39;
}
.gallery {
    height: 100%;
    
}
/* Base Swiper container */
.swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* Slides */
.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

    /* Slide images */
    .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        cursor: pointer; /* hover effect simplified */
    }

    /* Captions */
    .swiper-slide figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.5em;
        font-size: 0.9em;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        display: none;
    }

/* Main and thumbs sliders */
.mySwiper,
.mySwiper2 {
    width: 100%;
    max-width: 940px;
    height: 1024px;
}

/* Thumbs slider */
.mySwiper {
    margin-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #ff5e14;
}




.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
        font-size: 1.00rem;
        font-size: 1.0125rem;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
        font-size: 15px;
        color: #d9d9d9;
        line-height: 40px;
        vertical-align: middle;
    }

        .subscribe-form button i {
            margin-left: 10px;
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }


.hide{
    display:none;
}
.show {
    display: inline-block;
}
.error {
    color: #ff0000;
}
.success {
    color: #f19e39;
}


#subscribe-email {
    
}
#subscribe{
    cursor: pointer;
}
#contact {
    cursor: pointer;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}


/* https://codepen.io/zFunx/pen/XRyqvx */
/*Don't forget to add Font Awesome CSS : "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"*/
input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
    font-family: inherit;
    font-size: inherit;
    color: #f19e39;
}

    input[type="text"]:focus {
        border-color: dodgerBlue;
        box-shadow: 0 0 8px 0 dodgerBlue;
    }

.inputWithIcon input[type="text"] {
    padding-left: 50px;
}


.inputWithIcon {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 8px; /* Optional spacing between textarea and button */
}

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 9px 8px;
        color: #aaa;
        transition: 0.3s;
        box-sizing: unset;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 13px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }


    .inputWithIcon button {
        position: absolute;
        right: 2px;
        background: #f19e39;
        margin: 10px 0;
        outline: none;
        padding: 10px;
        border: 1px solid #f19e39;
        top: 0;
        color: #303030;
        vertical-align: middle;
        width: 90px;
        height: 68%;
        font-size: 1.0rem;
        font-weight: bold;
    }

        .inputWithIcon button.textarea {
            background: #f19e39;
            color: #303030;
            border: 1px solid #f19e39;
            font-size: 1rem;
            font-weight: bold;
            padding: 0 16px;
            border-radius: 4px;
            cursor: pointer;
            height: 87%;
            top: 10px;
            margin: 0px;
        }
        .inputWithIcon button i {
            margin-left: 10px;
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

div.input-form textarea {
    flex: 1;
    border: 2px solid #aaa;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    resize: none;
    margin: 8px 0px;
}

div.input-form textarea:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
                
                
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #f19e39;
}

main.main div.content {
    margin: 20px 0 0 0;
    color: #d9d9d9;
}
main.main div.content p {
    padding-bottom:15px;
}

aside.player {
    /*margin-top: 95px;*/
}

    aside.player div.content p {
        padding-bottom: 15px;
        color: #d9d9d9;
    }

    aside.player div.content a {
        color: #f5f5f5;
    }

.small {
    font-size: 1.0rem;
}

@media (max-width: 1023px) {
    .menu-btn {
        display: flex;
    }
}

::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

::placeholder {
    color: #333;
    opacity: 1;
}
