/*
 Theme Name:     Perch Lake Lodge
 Description:    Perch Lake Lodge Theme
 Author:         Arashi Interactive
 Author URI:     https://www.arashiinteractive.com
 Template:       Divi
 Version:        1.0.0
*/


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Variables
 * =====================================================================================================================
 */

:root {
    --ff-body: "Red Hat Display", Verdana, Arial, sans-serif;
    --ff-heading: "Nunito Sans", Verdana, Arial, sans-serif;

    --c-accent: #1F3970;
    --c-accent-highlight: #8c8f97;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Theme Setup
 * =====================================================================================================================
 */

#logo {
    max-height: 125%;
    margin-top: 0.25em;
}

.pll-content__text h1,
.pll-content__text h2,
.pll-content__text h3 {
    color: var(--c-accent) !important;
}

.pll-content__text a.et_pb_button {
    background-color: var(--c-accent) !important;
    border-color: var(--c-accent-highlight) !important;
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Footer
 * =====================================================================================================================
 */ 

.pll-content__cta a.et_pb_button {
    border-color: var(--c-accent-highlight) !important;
    color: var(--c-accent-highlight) !important;
}

.pll-footer__upper.et_pb_section {
    padding: 0;
}
.pll-footer__upper a {
    color: var(--c-accent-highlight);
}