/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
    text-decoration: none;
}
    a:hover {
        font-weight: bolder;
        transform: scale(1.05);
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.125rem white, 0 0 0 0.25rem #258cfb;
}
*/

/*.btn:hover, .btn:active:hover, .btn-link.nav-link:hover, .form-control:hover, .form-check-input:hover {*/
/*
.nav-link:hover {
  box-shadow: 0 0 0.25rem white, 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/

.icon-cell {
    font-size: 24px !important;
}

.font-8 { font-size: 8px!important; }
.font-10 { font-size: 10px!important; }
.font-12 { font-size: 12px!important; }
.font-14 { font-size: 14px!important; }
.font-16 { font-size: 16px!important; }
.font-18 { font-size: 18px!important; }
.font-20 { font-size: 20px!important; }
.font-24 { font-size: 24px!important; }
.font-28 { font-size: 28px!important; }
.font-30 { font-size: 30px!important; }
.font-32 { font-size: 32px!important; }

.text-gray { color: gray!important; }
.text-dimgray { color: dimgray!important; }
.text-darkgray { color: darkgray!important; }
.text-lightgray { color: lightgray!important; }
.text-orange { color: orange!important; }
.text-orangered { color: orangered!important; }
.text-red { color: red!important; }
.text-black { color: black!important; }
.text-blue { color: blue!important; }
.text-darkblue { color: darkblue!important; }
.text-skyblue { color: skyblue!important; }
.text-link-nodecoration { text-decoration: none!important; }

.features-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content:space-between;
}

.features-items-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}


@media (max-width: 576px) {
    .features-row {
    }

    .features-items-row {
        flex-direction: column !important;
    }
    .features-items-row h6 {
        font-size: smaller !important;
    }
}
