* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

@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;
    margin: 0;
    background-color: #F5F5F5;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.primary {
    background-color: #193177;
}

.primary-text {
    color: #193177;
}


th {
    background-color: #193177 !important;
    color: white !important;
    text-align: center;
}

table {
}


thead {
    position: sticky;
    width: fit-content;
}

td {
    padding: 2px !important;
    text-align: center;
    margin: 1px !important;
    align-content: center;
}


.round {
    border-radius: 7px;
    overflow: hidden;
    border-style: solid;
}

.fit-content {
    width: fit-content;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 40px !important;
}

.container{
    width:80vw;
}



#footerText {
    font-size: 12px;
}

.icon {
    font-size: 25px !important;
    color: white;
}

#caption {
    text-align: center;
}

.search {
    transition: background-color 0.4s ease;
}

    .search:hover {
        background-color: #cccccc;
    }

#title {
    font-size: 25px !important;
}


.nav-home {
    max-width: 1000px;
    min-width: 300px;
    flex-wrap: inherit;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.tab {
    transition: background-color 0.3s, color 0.3s;
}


    .tab:hover {
        background-color: #0D6EFD;
        color: white !important;
    }

.scroll {
    max-height: 500px;
}

.text-reset {
    color: #666 !important;
}


.icon{
    transition: font-size 0.4s ease;
}

.icon:hover{
    font-size: 33px !important;
}

h5{
    font-size:18px;
    color:white;
}
a{
    text-decoration:none;
}

.sort-arrow{
    color:white;
}

.testimonial-container {
    margin-top: 15vh;
}

.testimonial-card {
    background-color: #193177 !important;
    text-align: center;
    padding: 12px;
    color: white;
    flex: 0 0 350px;
    min-height:300px;
}

.study-container{
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 15vh;
}

.map-wrapper{

}

@media(max-width: 576px){
    .map-wrapper iframe{
        width:80vw;
        height:auto;
    }
}