/* bookmark bookkeeping color theme */

.bbook-theme-background {
    padding-left:180px !important; /* was 200px */
    padding-right:180px !important; /* was 200px */
    background-color:#8cbda6;
    background-image: url("../img/background_image.png");
    background-attachment: fixed;
    background-position: bottom; /* was center */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px; /* 400px */
    }
    
/* Alternate width background margins for tablet and phone */
@media only screen and (max-device-width: 1024px) {
    .bbook-theme-background {
      padding-left:0px !important;
      padding-right:0px !important;
      background-image: url("");
    }
}

.bbook-theme-dark-background {
    background-image: url("../img/dark_background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* BEIGE: #F8EDE3 - PLUM: #543746 - DARK GREEN: #516B5F - LIGHT GREEN: #7a9a8b - HIGHLIGHT GREEN: #8cbda6 - HIGHLIGHT ORANGE: #ffbf00 */

/* text link */
.bbook-color-theme-link-text:link, .bbook-color-theme-link-text:visited, .bbook-color-theme-link-text:active {color:#000 !important; background-color:transparent !important; text-decoration:underline !important}
.bbook-color-theme-link-text:hover {color:#8cbda6 !important; background-color:transparent !important; text-decoration:underline !important}

/* text link - light*/
.bbook-color-theme-link-text-light:link, .bbook-color-theme-link-text-light:visited, .bbook-color-theme-link-text-light:active {color:#F8EDE3 !important; background-color:transparent !important; text-decoration:none !important}
.bbook-color-theme-link-text-light:hover {color:#8cbda6 !important; background-color:transparent !important; text-decoration:none !important}

/* contact link */
.bbook-color-theme-contact-link:link, .bbook-color-theme-contact-link:visited, .bbook-color-theme-contact-link:active {color:#ffbf00 !important; background-color:transparent !important; text-decoration:none !important}
.bbook-color-theme-contact-link:hover {color:#8cbda6 !important; background-color:transparent !important; text-decoration:none !important}

/* icon link */
.bbook-color-theme-link-icon-contact:link, .bbook-color-theme-link-icon-contact:visited, .bbook-color-theme-link-icon-contact:active {color:#000 !important; background-color:transparent !important; text-decoration:none !important}
.bbook-color-theme-link-icon-contact:hover {color:#ffbf00 !important; background-color:transparent !important; text-decoration:none !important}

/* icon link - contact form */
.bbook-color-theme-link-icon:link, .bbook-color-theme-link-icon:visited, .bbook-color-theme-link-icon:active {color:#000 !important; background-color:transparent !important; text-decoration:none !important}
.bbook-color-theme-link-icon:hover {color:#8cbda6 !important; background-color:transparent !important; text-decoration:none !important}

.w3-button:hover {color:#000 !important;background-color:#8cbda6 !important}
.bbook-button-contact {color:#000 !important;background-color:#ffbf00 !important}
.bbook-menu-contact {color:#ffbf00 !important;background-color:#516B5F !important}
.bbook-footer-button {color:#ccc !important;background-color:#000 !important;}
.bbook-footer-button:hover {color:#000 !important;background-color:#8cbda6 !important;}
.bbook-color-theme-navbar {color:#fff !important; background-color:#516B5F !important}
.bbook-color-theme-sidebar {color:#fff !important; background-color:#000 !important}
.bbook-color-theme-signin {color:#000 !important; background-color:#7a9a8b !important}
.bbook-color-theme-signin-button {color:#fff !important; background-color:#516B5F !important}
.bbook-color-theme-signin-button:hover {color:#000 !important; background-color:#8cbda6 !important}
.bbook-color-theme-header {color:#fff !important; background-color:#F8EDE3 !important}
.bbook-color-theme-message {color:#000 !important; background-color:#fff !important}
.bbook-color-theme-about {color:#ccc !important; background-color:#543746 !important}
.bbook-color-theme-content {color:#000 !important; background-color:#fff !important}
.bbook-color-theme-triple {color:#000 !important;background-color:#F8EDE3 !important;}
.bbook-color-theme-process {color:#000 !important; background-color:#333 !important}
.bbook-color-theme-management {color:#ccc !important; background-color:#666 !important}
.bbook-color-theme-investment {color:#000 !important; background-color:#999 !important}
.bbook-color-theme-resources {color:#000 !important; background-color:#F8EDE3 !important}
.bbook-color-theme-contact {color:#000 !important; background-color:#7a9a8b !important}
.bbook-color-theme-footer {color:#ccc !important; background-color:#000 !important}

/***************** NOT USED ******************/
