﻿/*.permit-btn {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    padding: 15px 10px;
    color: #203460;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    min-height: 92%;
}*/

    .permit-btn{    
        max-height: min-content;
    }

    .permit-btn:hover {
        background-color: #ddd;
    }

    .permit-btn:active {
        background-color: #ccc;
    }

    .permit-btn div {
        display: inline-block;
    }

    .permit-btn div div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        
    }

        .permit-btn div h2 {
            margin: 0;
            padding: 5px 20px;
            color: var(--primary-color);
            font-size: 20px;
            font-family: open-sans, sans-serif;
            font-weight: 700;
            font-style: normal;
        }

        .permit-btn div p {
            margin: 0;
            padding: 5px 15px;
            color: #58585A;
            text-align: center;
            font-size: 14px;
            font-family: montserrat, sans-serif;
            font-weight: 400;
            font-style: normal;
            
        }

.permit-btn i {
    margin: 0 0 10px 0 !important;
    color: var(--primary-color);
    font-size: 35px;
}

#btnColumnContainer {
    max-width: 1100px;
    margin: auto;
}
.menu-icon{
    fill: var(--primary-color);
}
.min-h-300{
    min-height:300px;
}
.min-h-400{
    min-height: 400px; 
}
.min-h-500{
    min-height: 500px;
}

@media screen and (min-width: 767px) {
    .permit-btn {
        margin-top: 6px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: none;
        border-radius: 10px;
        padding: 15px 10px;
        color: #203460;
        background-color: #fff;
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        align-items: center;
        min-height: 92%;
    }
}

@media screen and (max-width: 767px) {
    .permit-btn div h2 {
        font-size: 20px;
    }

    #btnColumnContainer {
        padding: 0 30px;
        margin-right: 10px;
        margin-left: -10px;
    }

    .permit-btn {
        margin-top: 6px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: none;
        border-radius: 10px;
        padding: 20px 15px 20px 15px;
        color: #203460;
        background-color: #fff;
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        align-items: center;
        min-height: 92%;
    }
}
