html { scroll-behavior: smooth; }
body {
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.4;
    padding-top: 85px;
}

/*
body {
	color: #666 !important;
	font-size: 0.98rem;
	line-height: 1.3 !important;
	margin-top: 85px;
	min-height: 100vh !important;
	scroll-behavior: smooth;
}
*/

.navbar-brand h1 {
	font-size: 2.34375rem;
	font-weight: 500 !important;
	line-height: 1 !important;
}

small {
	letter-spacing: -0.25px;
	line-height: 1.2 !important;
}

.small {
	letter-spacing: -0.25px;
	line-height: 1.1;
	font-size: 0.85rem !important;
}

.xsmall {
	letter-spacing: -0.25px;
	line-height: 1.1;
	font-size: 0.7rem !important;
}

/* override default BS Yeti theme to match other frca pages */
h1 { color: #000; font-weight: 400; }
h1.h2,
h2,
h3,
h4,
h5,
h6 { color: #343a40; font-weight: 400; }
.bg-info,
.badge-info,
.btn-info { background-color: #17a2b8 !important; }
.border-info,
.btn-info { border-color: #17a2b8 !important; }
.btn-info:hover { color: #fff !important;background-color: #138496 !important;border-color: #117a8b !important; }
.btn-outline-info {color: #17a2b8 !important;border-color: #17a2b8 !important; }
.btn-outline-info:hover { color: #fff !important;background-color: #17a2b8 !important;border-color: #17a2b8 !important; }
.text-info { color: #17a2b8 !important; }
.alert-info {color: #0c5460 !important;background-color: #d1ecf1 !important;border-color: #bee5eb !important; }
.bg-light { background-color: rgba(0,0,0,0.03) !important; }

/* new/custon styling classes */
.text-size-xl { font-size: 1.15rem !important; }
.text-size-lg { font-size: 1.10rem !important; }
.text-size-md { font-size: 0.95rem !important; }
.text-size-sm { font-size: 0.85rem !important; }
.text-size-xs { font-size: 0.80rem !important; }

/* offcanvas menu */
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 60px; /* Height of navbar */
        bottom: 0;
        right: -270px;
        width: 270px;
        padding-top: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #224872;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: right, visibility;
    }
    .offcanvas-collapse.open {
        right: 0;
        visibility: visible;
    }
}


/* add frca - dark purple overrides */
.bg-frca,
.badge-frca { background-color: #593196 !important; }
.badge-frca { color: #fff !important; }
.border-frca { border-color: #224872 !important; }
.text-frca { color: #593196; }

#toTop {
    color: #e99002 !important;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
  }
#toTop:hover { color: #d08002 !important; }


/* reset any unwanted yeti theme media-query sizes */
@media (min-width: 1200px) {
    .container { max-width: 1180px; } /* from 1140px */
}
@media (min-width: 1680px) {
    .container { max-width: 1280px; } /* from 1140px */
}
