﻿/* General Reset */
/* #region Overallstyle */

@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";

@font-face {
    font-family: 'LMRomanSlant10';
    src: url("../lib/fonts/lmromanslant10-regular-webfont.eot");
    src: url("../lib/fonts/lmromanslant10-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/lmromanslant10-regular-webfont.woff") format("woff"), url("../lib/fonts/lmromanslant10-regular-webfont.ttf") format("truetype"), url("../lib/fonts/lmromanslant10-regular-webfont.svg#latin_modern_roman_slante10Rg") format("svg");
    font-weight: normal;
    font-style: normal
}



body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Raleway", Helvetica, sans-serif;
}

/* Set display property for semantic HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer, b-jrjsiumu31
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}





/* Adjust display property for certain media elements */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    /* Hide audio without controls */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/* Hide certain elements */
[hidden],
template {
    display: none;
}

/* Style hyperlinks */
a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

/* Style abbreviation with a dotted underline */
abbr[title] {
    border-bottom: 1px dotted;
}

/* Style bold and strong text */
b,
strong {
    font-weight: bold;
}

/* Style definition text as italic */
dfn {
    font-style: italic;
}

/* Style heading level 1 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Highlighted text */
mark {
    background: #ff0;
    color: #000;
}

/* Style small text */
small {
    font-size: 80%;
}

/* Style subscript and superscript text */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Remove border from images */
img {
    border: 0;
}

/* Hide overflow for non-root SVG elements */
svg:not(:root) {
    overflow: hidden;
}

/* Style figure element with margin */
figure {
    margin: 1em 40px;
}

/* Style horizontal rule (line) */
hr {
    box-sizing: content-box;
    height: 0;
}

/* Style preformatted text with overflow */
pre {
    overflow: auto;
}

/* Style code, keyboard input, preformatted text, and sample output */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Style form elements */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* Style specific elements */
button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

    /* Style disabled buttons and inputs */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /* Remove focus inner border for Mozilla Firefox */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/* Style input elements */
input {
    line-height: normal;
}

    /* Style checkboxes and radio buttons */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    /* Adjust appearance for number input spin buttons in WebKit browsers */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /* Adjust appearance for search input in WebKit browsers */
    input[type="search"] {
        appearance: textfield;
        box-sizing: content-box;
    }

        /* Remove default styles for search input cancel button and decoration in WebKit browsers */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/* Style fieldset element */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* Style legend element */
legend {
    border: 0;
    padding: 0;
}

/* Style textarea with overflow */
textarea {
    overflow: auto;
}

/* Style bold font for optgroup element */
optgroup {
    font-weight: bold;
}

/* Style table with collapsed borders and no spacing */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Define a custom font-face for 'icomoon' */
@font-face {
    font-family: 'icomoon';
    src: url("../lib/fonts/icomoon.eot?3hi6ws");
    src: url("../lib/fonts/icomoon.eot?3hi6ws#iefix") format("embedded-opentype"), url("../lib/fonts/icomoon.ttf?3hi6ws") format("truetype"), url("../lib/fonts/icomoon.woff?3hi6ws") format("woff"), url("../lib/fonts/icomoon.svg?3hi6ws#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Define styles for elements with 'icon-' class prefix */
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak-as: normal;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Define specific icons using the 'icon-' class */
.icon-chevron-thin-left:before {
    content: "\e904";
}

.icon-chevron-thin-right:before {
    content: "\e905";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-kaggle:before {
    content: "\e900";
}

.icon-arrow-up:before {
    content: "\ea32";
}

.icon-tableau:before {
    content: "\e901";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-chevron-thin-right:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\eaca";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-github:before {
    content: "\eab0";
}

.icon-chevron-thin-left:before {
    content: "\e903";
}

.icon-profile:before {
    content: "\e923";
}

/* Main styles for the body */
body {
    position: relative; /* Ensure the pseudo-element is positioned relative to the body */
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-family: "LMRomanSlant10", serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden; /* Prevents horizontal scrolling */
}

/* Main styles for the body */
body {
    position: relative; /* Ensure the pseudo-element is positioned relative to the body */
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-family: "LMRomanSlant10", serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden; /* Prevents horizontal scrolling */
}

/* Reset some default styles */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}

    /* Use the ::before pseudo-element for the background image with transparency and blur */
    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/pic4.jpg');
        background-size: cover; /* Ensure the image covers the entire area */
        background-position: center; /* Center the background image */
        opacity: 0.5; /* 50% transparency */
        filter: blur(8px); /* 20px blur effect */
        z-index: -1; /* Place the image behind all other content */
    }



/* Responsive font sizes for various headings and text */
.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: bold;
}

.gigantic {
    font-size: 110px;
    line-height: 1.09;
    letter-spacing: -2px;
}

.huge,
h1 {
    font-size: 68px;
    line-height: 1.05;
    letter-spacing: -1px;
}

.large,
h2 {
    font-size: 42px;
    line-height: 1.14;
}

.bigger,
h3 {
    font-size: 26px;
    line-height: 1.38;
}

.big,
h4 {
    font-size: 22px;
    line-height: 1.38;
}

.small,
small {
    font-size: 10px;
    line-height: 1.2;
}

/* Margin for paragraphs */
p {
    margin: 0 0 20px 0;
}

/* Italics for emphasis */
em {
    font-style: italic;
}

/* Bold text */
strong {
    font-weight: bold;
}

/* Horizontal rule styles */
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 10px 0 30px;
    height: 1px; /* Set a height to make sure the line is visible */
    background-color: #ddd; /* Add a background color to ensure visibility */
}

/* Styles for absolute-positioned SVG elements */
svg {
    position: absolute;
    height: 100%;
}

/* Styles for a navigation menu */
.nav {
    visibility: hidden;
    position: absolute;
    top: 75px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e3e3e3;
    border: 1px solid #111;
    border: 1px solid #11111126;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s ease-in-out, visibility 0s .3s;
    transition: opacity .3s ease-in-out, visibility 0s .3s;
}

    .nav.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .nav:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        width: 25px;
        height: 25px;
        border: 1px solid #111;
        border: 1px solid rgba(17, 17, 17, 0.15);
        background-color: #e3e3e3;
    }

    .nav li {
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #111;
        border-bottom: 1px solid rgba(17, 17, 17, 0.15);
        background-color: #e3e3e3;
        overflow: hidden;
        z-index: 10;
    }

        .nav li:last-child {
            border-bottom: none;
        }

        .nav li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 5px 0;
            color: #111;
            font-size: 12px;
            font-family: "Raleway", Helvetica, sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            -webkit-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out;
        }

            .nav li a:hover {
                background-color: #dbdbdb;
            }

/* #endregion */

/* #region Header Styles */
/* Fixed Header */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center bottom;
    color: #000000;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(85, 59, 34, 0.5);
    border: 0px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}

    .fixed-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/pic3.jpg');
        background-size: cover;
        background-position: center bottom;
        opacity: 1;
        filter: blur(3px);
        z-index: -1;
        border-radius: 5px;

    }

    .fixed-header .navbar-brand {
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* Better text shadow */
    }

    .fixed-header .logo-img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 10px;
        border-radius: 5px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }

/* #endregion Header Styles */

/* #region Map Styles */
.map-container {
    width: 100vw;
    height: calc(100vh - 160px); /* Full height minus header and footer */
    margin-top: 80px; /* Space for fixed header */
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3); /* Map box shadow for overlap effect */
}

#viewDiv {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* #endregion Map Styles */

/* #region Footer Styles */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-style: italic;
    z-index: 2;
    border-radius: 5px;
    box-shadow: -5px -5px 10px rgba(85, 59, 34, 0.5);
    border: 0px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    line-height: 80px;
}

    .fixed-footer::before {
        content: "";
        position: absolute;
        font-style: italic;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/pic3.jpg');
        background-size: cover;
        background-position: center top;
        opacity: 1;
        filter: blur(3px);
        z-index: -1;
        border-radius: 5px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .fixed-footer a {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0) !important; /* Fully transparent background */
        color: #000000 !important;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        font-style: italic;
        font-weight: 400;
        text-shadow: none !important; /* Remove any text shadow */
        box-shadow: none !important; /* Ensure no box shadow */
        transition: background-color 0.3s, color 0.2s, transform 0.3s ease, filter 0.3s ease; /* Added transitions for transform and filter */
    }


/* Responsive Styles */
@media (max-width: 768px) {
    .fixed-header {
        flex-direction: column;
        height: auto;
    }

    .fixed-footer {
        height: auto;
        padding: 10px;
        line-height: normal;
    }

    .map-container {
        height: calc(100vh - 160px);
    }
}

/* #endregion Footer Styles */

/* #region stats Styles */

#statsDiv {
    min-width: 280px;
    padding: 10px;
}

#feature {
    min-width: 280px;
    padding: 10px;
}



#statsContent span {
    font-weight: bold;
}


.fullscreenInactive {
    width: 100%;
    height: 80vh;
}


.sample-instructions {
    padding: 10px;
    background-color: white;
    width: 300px;
}

#featureDiv {
    min-width: 400px;
    padding: 10px;
}

/* #endregion stats Styles */

/* #region navbar Styles */
/* Navbar Container */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 15px; /* Space between logo and buttons */
}

/* Style for the Buttons */
.nav-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0); /* Fully transparent background */
    transition: background-color 0.3s, color 0.2s, transform 0.3s ease, filter 0.3s ease;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 400;
    box-shadow: none !important;
}

    /* Hover effect for the Buttons */
    .nav-button:hover {
        background: #69573e !important;
        color: #ffffff !important;
        outline: 0 !important;
        font-weight: 500;
        filter: drop-shadow(10px 10px 20px #553b22) !important;
        transform: scale(1.05) !important;
    }


/* Responsive adjustments */
@media (max-width: 640px) {
    .navbar {
        flex-direction: column; /* Stack logo and buttons vertically on small screens */
    }

    .nav-button {
        margin-top: 10px;
    }
}
/* #endregion navbar Styles */

/* #region logo Styles */
/* Style for the Logo */
.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* #endregion logo Styles */