
@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}

/* 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(...) } } */
/********************************************************************************************************/
/*      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%;
  height: 190px;
  display: inline-block; }

/*** development of new home page ***/
div#newhomepage {
  background-color: #f0f0ff; }

div#newhomepage h1 {
  font: bold 24pt/30pt Verdana;
  color: #181818; }

div#newhomepage div#bubbles h1 {
  font: bold 14pt/16pt Verdana; }

div#newhomepage div#bubbles > div {
  border: 3px solid orange;
  width: 300px;
  height: 300px;
  float: left;
  border-radius: 15px;
  margin: 10px;
  padding: 5px;
  background-color: #ffff80;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center; }

div#newhomepage div div#bubble1 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/communications.gif); }

div#newhomepage div div#bubble2 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/registration.gif); }

div#newhomepage div div#bubble3 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/yearbooks.gif); }

div#newhomepage div div#bubble4 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/engagement.gif); }

div#newhomepage div div#bubble5 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/support.gif); }

div#newhomepage div div#bubble6 {
  background-image: url(https://images.reuniontechnologies.com/img/RT/homepage/andmore.gif); }
