/* 
Theme Name: Tophat
Description: A child theme of Total for our own customizations. When possible, use customizer.
Author: Derks Livingston
Template: Total
Version: 1.1
Text Domain:  totalchild
*/

.home-h1 {
    display: flex;
    flex-direction: column;
    line-height: 3rem;
}

.home-gradient-overlay {
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100% ),
    url("https://derkslivingprd.wpenginepowered.com/wp-content/uploads/2025/08/silkbackground.png?id=204") center/cover no-repeat;
}

.home-h1-sub {
    font-size: 2rem;
    font-weight: 200;
}

.logo-light {
    font-weight: 300 !important;
    text-transform: uppercase;
}

.logo-heavy {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.home-image-hero img {
    margin-top: -18vmax;
}

.light-break {
    background-color: #ffffff;
}