/*
 Theme Name:   Gale
 Theme URI:    https://galelynn.net
 Description:  Child theme for Divi (Gale Lynn memorial site).
 Author:       Don Lange
 Author URI:   https://galelynn.net
 Template:     Divi
 Version:      1.0.0
 Text Domain:  gale
*/

/* ===== Gale Lynn Script Fonts ===== */

/* Allura */
/*@font-face {
    font-family: 'Allura';
    src: url('fonts/allura/Allura-Regular.woff2') format('woff2'),
         url('fonts/allura/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Great Vibes */
/*@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/great-vibes/GreatVibes-Regular.woff2') format('woff2'),
         url('fonts/great-vibes/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
/* Alex Brush */
@font-face {
    font-family: Alex-Brush;
    src: url('fonts/alex-brush/AlexBrush-Regular.ttf') format('woff2'),
         url('fonts/alex-brush/AlexBrush-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Playball */
/*@font-face {
    font-family: 'Playball';
    src: url('fonts/playball/Playball-Regular.woff2') format('woff2'),
         url('fonts/playball/Playball-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
#logo {display:none;}

.home .et_pb_section {padding:2% 0;}

.alex-brush {font-family:Alex-Brush, "Brush Script MT", "Segoe Script", cursive; font-size:2em; line-height:1.7em;}

h1 {text-align:center; font-size:48px; font-family:Alex-Brush;}

h2 {text-align:center; font-size:36px;}

.wp-caption .wp-caption-text {font:14px sans-serif;}

/* Hide Divi footer */
#main-footer, #et_top_search {display:none;}

#gale-footer {
    margin-top: 4rem;
    padding: 2rem 0 2.5rem;
    text-align: center;

    background-color: #000;
    color: #fff;

    font-size: 0.85rem;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0.08em;
}

#gale-footer p {
    margin: 0;
}


