
  #site-logo{
    font-family: 'Calistoga' !important;
    font-size: 30px;
  }

  #site-home-title{
      font-family: 'Calistoga' !important;
      font-size: 65px;
      font-weight: regular;
      margin-top: -20px;
  }

  #site-home-theme-1{
      font-family:'Gloria Hallelujah' !important;
      font-size:20px;
      margin-top:30px;
      font-weight: bold;
  }

  #site-home-theme-2{
      font-family:'helvetica' !important;
      font-size:25px;
      margin-top:-20px;
      margin-left: 10px;
  }

  #site-home-text-1{
    font-family:'helvetica' !important;
    margin-left: 10px;
    font-size:16px;
    color:black;
    margin-top: 30px;
  }

  #footer{
     font-family: helvetica;
     font-size:13px;
     padding:10px;
     position: fixed;
     bottom:0px;
  }

  #logged-in-header{

  }

  #logged-in-header-title{
    font-family: 'Calistoga' !important;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 2px 2px 4px #000000;
  }


  .notification-bar-item{
    margin-right:10px;
  }

  .page_header_spacer{
    margin-top:35px;
    border-bottom:1px solid #e1e1e1;
  }

  .color_scheme_opacity{
    opacity: 0.9;
  }

  .spanbutton{
     cursor: pointer;
  }

  .sub_menu_tab{
     padding:5px;
     border: 1px solid #5DADE2;
     border-radius: 5px 5px 0px 0px;
     background-color: #5DADE2;
     text-align: center;
  }

  .sub_menu_tab>a{
     color: #ffffff;
     font-weight: normal;
     display: block;
  }

  .sub_menu_tab:hover{
      background-color: #AED6F1;
  }

  .sub_menu_tab_active{
     background-color:#f1f1f1;
     border: 1px solid #5DADE2;
     border-radius: 5px 5px 0px 0px;
     padding:5px;

     text-align: center;
     color: #3498DB;
  }

  .sub_menu_tab_active >a{
    color:#3498DB;
    font-weight: normal;
    display: block;
  }

  .sub_menu_tab_active >a:hover{
    color: #0B79D3;
  }

  .sub_menu_tab_active:hover{
    #border-bottom: 2px solid #0B79D3 ;
  }

  a.customlink:link{
    color: #33b5e5;
    font-weight: bold;
  }


#site_backdrop_identity{
  background-repeat: no-repeat;
  background-position: center;
  margin-top:-18px;
  padding-bottom:55px;
}
