html {
  font-size: 14px;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

html, body {
    font-family: 'Roboto', sans-serif !important;
    color: #0B2940 !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4)!important;
}

.show-matching-btn:hover {
    color: #fff !important;
}

.red-btn {
    background: rgb(255,51,51);
    background: linear-gradient(174deg, rgba(255,51,51,1) 0%, rgba(192,0,0,1) 74%, rgba(192,0,0,1) 100%);
    color: #fff;
}

.blue-btn {
    background: rgb(59,169,237);
    background: linear-gradient(133deg, rgba(59,169,237,1) 0%, rgba(18,124,191,1) 74%, rgba(18,124,191,1) 100%);
    color:#fff;
}

.dark-blue-btn {
    background: rgb(14,94,148);
    background: linear-gradient(175deg, rgba(14,94,148,1) 0%, rgba(6,41,64,1) 74%, rgba(6,41,64,1) 100%);
    color: #fff;
}
.red-btn:hover, .blue-btn:hover, .dark-blue-btn:hover{
    color: #fff !important;
}

    .shadow {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4) !important;
    }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-blue {
    background-color: #062940;
    color: #fff;
}
.container {
    min-height: 100vh;
    display: contents;
}

section {
    width: 70%;
    height: 100px;
    float: left;
}

aside {
    margin-left: 10px !important;
}

.btn-group-vertical {
    justify-content: flex-start !important;
}

main {
    display: flex;
}

.main-nav {
    background-color: hsl(217, 100%, 93%);
    min-height: 84.5vh;
    width: 30%;
    z-index: 10000;
    position: absolute;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.padding-around {
    padding: 1rem;
}

.nav-btn {
    width: 100%;
    font-size: 1.5rem;
    min-height: 150px;
    margin-bottom: .5rem;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nav-btn .fas {
        margin-left: 15px;
    }

    .nav-btn p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: 0;
    }

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.large-padding-around {
    padding: 1.5rem;
}

.text-semi-bold {
    font-weight: 600;
}

.text-xlarge {
    font-size: 2rem;
}
.text-black {
    color: hsl(44, 0%, 0%);
}
.main-nav.hidden {
    display: none !important;
}

.hamburger-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 1.5rem;
    cursor:pointer;
}

.leaflet-btn {
    border: none;
    border-radius: 0.3rem;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    height:30px;
}

.hidden{
    display:none;
}

select {
    font-size: large;
    width: 400px;
    border-radius: 5px;
}

.explore-container {
    display: block;
    width: 100%;
}

.header-tittle {
    padding-left: 15%;
    padding-right: 10%;
    margin: 0 auto;
    width: fit-content;
}

.btn i {
    margin-left: 5px;
}

.btn-show-suggestion {
    float: right;
    margin: 10px;
}

.buttons button {
  font-weight:620;
}