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;
}

.surveyResponse {    
    margin-bottom: 15px;
}

#submitSurveyButton {
    float: right;
    right: 3.55rem;
    top: -0.65rem;
    z-index: 999;
}

footer {
    height: 75px;
}

main {
    margin-bottom: 75px;
}

.navbar-brand img {
    max-height: 50px;
}

.gallery-item {
    display: inline-block;
    margin: 10px;
    border: 1px solid gray;
    padding: 5px;
    min-width: 200px;
}

    .gallery-item img {
        display: block;
        height: 150px;
        margin: auto;
        margin-bottom: 5px;
    }

    .gallery-item .pdf {
        display: block;
        height: 150px;
        margin: auto;
        margin-bottom: 5px;
        text-align: center;
    }

        .gallery-item .pdf a {
            margin-top: 50px;
            text-align: center;
            display: inline-block;
            width: 115px;
            height: 45px;
            background: #52AE56;
            padding: 10px;
            text-align: center;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            line-height: 25px;
            text-decoration: none;
        }

    .gallery-item input[type="text"] {
        display: block;
        width: 100%
    }

    .gallery-item button {
        display: block;
        margin: auto;
        margin-top: 10px;
    }

    .gallery-item .success{
        background: #52AE56;
    }

    .approval-button{
        margin-top:5px;
    }

    .toggleApproval button{
        width:100px;
    }

    .process-letters{
        float:right;
    }

button.delete {
    background-color: #dc3545;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    padding-left: 3px;
    font-weight:900;
}


.ada-layout-large p, .ada-layout-large span, .ada-layout-large label, .ada-layout-large td, .ada-layout-large th, .ada-layout-large a {
    font-size: 16px;
}

.question-text label{
    font-size: 20px;
}

#showing {
    margin: 0px 10px 0px 10px;
}

p.showingText{
    margin: auto;
}