@import url('https://fonts.cdnfonts.com/css/museo');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* * {
  font-family: Figtree, 'Open Sans', sans-serif !important;
} */

.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100vw;
}

.mx-auto {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
}

/*.layout-div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #eee
    background-color: #f6f6f6
}
*/

.layout-div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: linear-gradient(to bottom right, rgb(226, 237, 247), #fbf5ec) !important;
}

.footer-bar {
    border-radius: 25px;
    width: 100%;
	height: auto;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

/* Remove blue color and underline from the links */
.footer a {
    color: inherit;
    text-decoration: none;
}

/* Add blue color and underline on hover and focus for better accessibility */
.footer a:hover, .footer a:focus {
    text-decoration: underline;
}

.footer span > :first-child {
    margin-right: 10px;
}

.nav-title {
    /* font-family: 'Museo', sans-serif; */
    font-family: Figtree, 'Open Sans', sans-serif !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 2.0rem;
    color: #24246c !important;
}

/* Mobile responsive font size */
@media (max-width: 768px) {
    .nav-title {
        font-size: 1.4rem !important;
    }
}

.navbar{
    background-color: #FFFFFF !important;
    min-height: 80px !important;
    height: 80px !important;
}

.ppfi-navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.ppfi-navbar .container-fluid {
    max-width: none !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    height: 100% !important;
}

.ppfi-navbar .d-flex {
    min-width: 100% !important;
    height: 100% !important;
    flex-wrap: nowrap !important;
}

.navbar-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.navbar-header-text p {
    /* font-family: 'Museo', sans-serif !important; */
    font-family: Figtree, 'Open Sans', sans-serif !important;
    color: #fff !important;
}

p, .card-body, .alert, .btn, .input-group-text, .Select-value-label  {
    font-family: Figtree, 'Open Sans', sans-serif !important;
}

.input-group-text, .Select-value-label {
    display:block;
    padding-bottom: 10px;
}

.form-control {
    font-family: Figtree, 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, .card-header {
    font-family: 'Museo', serif;
    font-weight: 600;
}

h5, h6 {
    font-family: 'Museo', serif;
    font-weight: 600;
}

/* .map-container {
    position: relative;
    height: calc(100vh - 50px);
} */

#graph {
    height: calc(100vh - 150px);
    border-radius: 15px;
}

.main-svg, .mapboxgl-canvas {
    border-radius: 15px;
}

.warning-card {
    display: none;
}