
@import url("/pages/menucss?ts=");
/* /bfsitecss/full800 */

.logged-in { display:none }
.logged-out { }
.priv-ybeditor { display:none }
.priv-not-ybeditor { }
.priv-edit { display:none }
.priv-not-edit { }
.priv-admin { display:none }
.priv-not-admin { }
.edithtmlbody {background-color:white;background-image:none;}
.edithtmlbody .logged-in {display:block}
.edithtmlbody .logged-out {display:block}

@charset "UTF-8";
/* Basic Layout */
/*@mixin bflayout-allwidths($w) {
    $w: $w + 0px;

    #bfmiddle > div {
        padding: 0;
        max-width: $w;
    }

    #bfmenubar > div {
        padding: 0;
        max-width: $w;
    }

    #bfheader > div {
        padding: 0;
        max-width: $w;
    }

    #bffooter > div {
        padding: 0;
        max-width: $w;
    }
}*/
/* TBD - replace with generic text-font mixin.  */
/*          i.e. "@include bfheader-h1-text(...) -->  #bfheader{ h1 { @include font-text(...) } } */
/*@mixin bfmenubar-colors($bgcolor, $bghovercolor, $txtcolor, $txthovercolor) {*/
/* define bg and text colors for menu */
/*$effective-bg: if($bgcolor == transparent, rgba(0, 0, 0, 0.7), $bgcolor);

    #bfmenubar {
        // Base background
        background-color: $bgcolor !important;

        nav.navbar.bg-dark {
            background-color: $bgcolor !important;
        }
        // Force background only when collapsed
        @media (max-width: 991.98px) {
            background-color: $effective-bg !important;

            nav.navbar.bg-dark {
                background-color: $effective-bg !important;
            }
        }
        // ✨ Custom link + hover styles only on wide screens
        @media (min-width: 992px) {
            nav.navbar-dark .navbar-nav .nav-link {
                color: $txtcolor;

                &:hover,
                &:focus {
                    color: $txthovercolor;
                }
            }

            .nav-item:hover {
                background-color: $bghovercolor;
            }
        }
    }
}*/
/********************************************************************************************************/
/*      Old mixins - probably not used */
/********************************************************************************************************/
/* Navbar */
/********************************************************************************************************/
/* Menu */
/********************************************************************************************************/
/* Buttons */
table.classsite {
  font-size: 9pt;
  color: #111111;
  margin-left: auto;
  margin-right: auto; }

p {
  background-color: none; }

h1 {
  font-size: 18pt;
  color: #181818;
  line-height: 24pt;
  font-weight: bold; }

h2 {
  font-size: 13pt;
  color: #404040;
  line-height: 18pt;
  font-weight: bold; }

/*** Header styles ***/
#bgboxtop {
  margin: 0;
  position: absolute;
  z-index: -1;
  background-color: #181818;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
  height: 83px;
  display: inline-block; }

#bgboxbottom {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 153px;
  width: 100%;
  height: 47px;
  min-width: 980px;
  /* Apply gradient (must be inside selector) */
  background: #821019;
  background: -moz-linear-gradient(top, #821019 0%, #410810 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #821019), color-stop(100%, #410810));
  background: -webkit-linear-gradient(top, #821019 0%, #410810 100%);
  background: -o-linear-gradient(top, #821019 0%, #410810 100%);
  background: -ms-linear-gradient(top, #821019 0%, #410810 100%);
  background: linear-gradient(top, #821019 0%, #410810 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821019', endColorstr='#410810',GradientType=0 ); }
