﻿:root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ee5f5b;
    --bs-orange: #fd7e14;
    --bs-yellow: #f89406;
    --bs-green: #62c462;
    --bs-teal: #20c997;
    --bs-cyan: #5bc0de;
    --bs-white: #fff;
    --bs-gray: #7a8288;
    --bs-gray-dark: #3a3f44;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #999;
    --bs-gray-600: #7a8288;
    --bs-gray-700: #52575c;
    --bs-gray-800: #3a3f44;
    --bs-gray-900: #272b30;
    --bs-primary: #3a3f44;
    --bs-secondary: #7a8288;
    --bs-success: #62c462;
    --bs-info: #5bc0de;
    --bs-warning: #f89406;
    --bs-danger: #ee5f5b;
    --bs-light: #e9ecef;
    --bs-dark: #000;
    --bs-primary-rgb: 58, 63, 68;
    --bs-secondary-rgb: 122, 130, 136;
    --bs-success-rgb: 98, 196, 98;
    --bs-info-rgb: 91, 192, 222;
    --bs-warning-rgb: 248, 148, 6;
    --bs-danger-rgb: 238, 95, 91;
    --bs-light-rgb: 233, 236, 239;
    --bs-dark-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 170, 170, 170;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --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: #aaa;
    --bs-body-bg: #272b30;
}

.card, .navbar {
    /*opacity: .95;*/
}

.title {
    height: 75vh;
    padding-top: 30vh;
    text-align: center;
}

    .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
        text-shadow: 1px 1px 3px black;
    }

    .title h1 {
        font-size: 4em;
    }

    .title h2 {
        font-size: 3em;
    }

    .title h3 {
        font-size: 2em;
    }

    .title h4 {
        font-size: 1.5em;
    }

    .title h5 {
        font-size: 1.2em;
    }

    .title h6 {
        font-size: 1em;
    }

#page {
    background: #272b30 !important;
    background-position-y: 50px;
    /*height: 100vh;*/
    /*overflow: scroll;*/
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .background-image::-webkit-scrollbar {
        display: none;
    }

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}



#page {
    position: relative;
    min-height: 100vh;
}

#pageContent {
    padding-bottom: 50px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}