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;
}

.h5Mimic {
    font-size: 1.25rem; /* Default font size for h5 */
    font-weight: bold;
    line-height: 1.6; /* Default line height */
    margin-top: 0; /* Remove top margin */
    margin-bottom: 0.5rem; /* Default bottom margin for h5 */
    font-family: inherit; /* Inherit the font family from parent */
}

.addressBoxSpacer {
    min-width: 188px !important;
}

.statebox {
    min-width: 273px !important;
}



@media only screen and ( min-width:1400px ) {

    .addressBoxSpacer {
        min-width: 196px !important;
    }


    .mapSize {
        width: 800px;
        height: 600px;
    }

}

@media only screen and ( min-width:1200px ) and (max-width:1399px) {


    .addressBoxSpacer {
        width: 196px !important;
    }

    .mapSize {
        width: 800px;
        height: 600px;
    }
}

/* Small Desktop & Tablet Styles */

@media only screen and ( max-width:1200px ) {

    .mapSize {
        width: 800px;
        height: 600px;
    }
}




/* Mobile Styles */

@media only screen and (max-width:800px) {

    .addressBoxSpacer {
        min-width: 195px !important;
    }

    .statebox {
        min-width: 160px !important;
    }
    .filterbutton {
        margin-bottom: 30px !important;
    }

    .mapSize {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width:500px) {


    .addressBoxSpacer {
        width: 0px;
    }
    .statebox {
        min-width: 190px !important;
    }
    .filterbutton {
        margin-bottom: 30px !important;
    }

    .mapSize {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width:400px) {


    .addressBoxSpacer {
        width: 0px;
    }

    .statebox {
        min-width: 190px !important;
    }
    .filterbutton {
        margin-bottom: 30px !important;
    }

    .mapSize {
        width: 400px;
        height: 400px;
    }
}

.validatorError {
    font-size: 15px;
    font-weight: bold;
    color: #B80000; /*a version of red that meets ADA compliance*/
}
