/* Code to change page width START */
.WaPlaceHolder { max-width: 95%; }
/* Code to change page width END */

/*Login gadget color */

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    
    background: white;
    color: #284657;
   
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: white;
    color: #284657;
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
   
    background: white;
    color: #284657;
    
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: white;
    color: #284657;
}

/*Change color on mobile menu*/

.WaGadgetMobilePanel .mobilePanel { background: #284657; color: white; }

/* Get rid of the silly Wild Apricot branding */
.WABranding {
    display: none;
}

/*Slider Background Transparent*/
.camera_wrap {
    background: transparent;
}

/* Force the font to something less boring */
body, p, div, span, h1, h2, h3, h4, h5, h6, a, input, button {
    font-family: 'Ubuntu', sans-serif !important;
}
