@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('/webfonts/Trebuchet/trebuc.woff') format('woff');
}

html, body {
    font-family: "Trebuchet MS", Trebuchet MS;
}

:root{
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-black:#000;
    --bs-white:#fff;
    --bs-gray:#6c757d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#6c757d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#0d6efd;
    --bs-secondary:#6c757d;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#212529;
    --bs-primary-rgb:13,110,253;
    --bs-secondary-rgb:108,117,125;
    --bs-success-rgb:25,135,84;
    --bs-info-rgb:13,202,240;
    --bs-warning-rgb:255,193,7;
    --bs-danger-rgb:220,53,69;
    --bs-light-rgb:248,249,250;
    --bs-dark-rgb:33,37,41;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:33,37,41;
    --bs-body-bg-rgb:255,255,255;
    --bs-body-font-family:var(--bs-font-sans-serif);
    --bs-body-font-size:1rem;--bs-body-font-weight:400;
    --bs-body-line-height:1.5;--bs-body-color:#212529;
    --bs-body-bg:#fff;--bs-border-width:1px;
    --bs-border-style:solid;
    --bs-border-color:#dee2e6;
    --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
    --bs-border-radius:0.375rem;
    --bs-border-radius-sm:0.25rem;
    --bs-border-radius-lg:0.5rem;
    --bs-border-radius-xl:1rem;
    --bs-border-radius-2xl:2rem;
    --bs-border-radius-pill:50rem;
    --bs-link-color:#4974b3;
    --bs-link-hover-color:#0a58ca;
    --bs-code-color:#d63384;
    --bs-highlight-bg:#fff3cd
}


.layout-background {
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    min-height: 100vh;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-position: center;
}

.main-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-width: 1440px;
    box-sizing: border-box;
}

.nav-link:hover {
    color: var(--bs-dark) !important;
}

.nav-item:hover {
    color: var(--bs-dark) !important;
    background-color: white;
}

a {
    text-decoration: none;
}

.home-title {
    font-size: 3.5rem;
    color: white !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}



.about-container {
    background-color: #00000080;
    color: white;
    margin: 50px 10px;
    max-width: 1440px;
}

.contact-container {
    background-color: #00000080;
    color: white;
    margin: 50px 10px ;
}

.contact-container input {
    background-color: transparent !important;
    color: white !important;
}
.contact-container textarea {
    background-color: transparent !important;
    color: white !important;
}


.gallery-item {
    width: 200px;
    padding: 5px;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.container{
    /*overflow: hidden;*/
}

.image-container {
    background-color: #00000080;
    color: white;
    margin: 50px 10px;
}

.flex-images { overflow: hidden; }
.flex-images .item { margin: 4px; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img { display: block; width: auto; height: 100%; }

.linear-black-gradient {
    background: linear-gradient(to top,rgba(0,0,0,.632) 60%,transparent);
}

.collection-item-cover {
    color: #fff;
}

.collection-item-cover {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
}


.bg-black-50 {
    background: #00000078;
}

.collection-item-cover:hover {
    background: linear-gradient(to top,rgba(0,0,0,.4) 100%,transparent);
}

.gallery-item:hover {
    background: linear-gradient(to top,rgba(0,0,0,.4) 100%,transparent);
    cursor: pointer !important;
}

.nav-item-active{
    color: var(--bs-dark) !important;
    background-color: white;
}

.nav-item-active a{
    color: var(--bs-dark) !important;
}
a{
    color: white;
}

#kt_sign_in_submit {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

@media (max-width: 700px) {

    .about-container {
        margin: 0px !important;
        margin-bottom: 25px!important;
    }

    .contact-container {
        margin: 0px !important;
        margin-bottom: 25px!important;

    }

    .image-container {
        margin: 0px !important;
        margin-bottom: 25px!important;

    }

    #navbarSupportedContent .nav-item {
        text-align: center;
    }
}

