﻿html {
    position: relative;
    min-height: 100%;
    font-size: 18px !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 265px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 255px;
    /*  line-height: 265px;  Vertically center the text there */
}
.btn-af {
    line-height: 2.5;
    border-radius: .50rem;
    font-size: 2rem;
}
.btn-info {
    color: #495057;
    font-weight: bold;
    background-color: #cbe4f6;
    border-color: #dee2e6;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #1f90bf;
        border-color: #1f90bf; /*set the color you want here*/
    }

.af-btn .btn-lg {
    width: 50%;
}

a {
    color: #24aae1;
}

.navbar-nav {
    /*line-height: 1.8em;*/
    font-size: 1.1em;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    text-decoration: underline;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}


.dropup:hover > .dropdown-menu {
    display: block;
}

.dropup > .dropdown-toggle:active {   
    pointer-events: none;
}
/**/
.dropdown-menu {
    background-color: #343a40;
}
    .dropdown-menu a {
        color: #fff;
    }
    .dropdown-item:hover {
        background-color: #cbe4f6 !important;
    }

    .hd {
    font-size: 1.2em;
    color: #24aae1;
    font-weight: bold;
}
.dropup .dropdown-menu {
    margin-bottom: 0;
}
.table .thead-light th {
    background-color: #cbe4f6;
}

.clr {
    clear: both;
}
label {
    color: #212529;
    font-weight: 600;
}
.trust {
    max-width: 200px;
    width: 100%;
}
.acc td {
    padding: 2px 5px;
}
.card {
    border: none;
}


.btn-text p {
    display: inline
}

.btn-text b {
    font-weight: normal;
}

.btn-text:not(.collapsed) span {
    display: none
}

.btn-text.collapsed b {
    display: none
}
.frgallery img {
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
}