﻿body {
    overflow-y: scroll; /* Show scrollbars */
}

html{
   /* font-size: 10pt !important;*/
}

.h4{
    /*line-height: 1.5;*/
}

.navbar{
    /*min-height: 110px !important;*/
}

.no-border {
    border: none !important;
}

.no-bold {
    font-weight: normal !important;
}

.blueLink {
    color: #007bff !important;
    font-weight: 500;
    //text-decoration: none !important;
}

.bolder {
    font-weight: 600 !important;
}

.linkDetailCard {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.nodecoration{
    text-decoration: none !important;
}

.linkTitle {
    /*    color: #495057 !important;*/
    color: #6c757d !important;
    text-decoration: none !important;
    font-size: 1.4em !important;
    font-weight: bolder;
}

/* applies to mobile and small screens*/
@media (max-width: 1024px) {
    .hidden-mobile {
        display: none !important;
    }
}

/* non-mobile screens */
@media (min-width: 1024px) {
    .hidden-non-mobile {
        display: none !important;
    }
}
