body, html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    overflow: auto; /* Allow scrolling */
    }

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('xfgr_title.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: #000;
}

.video-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.spacer {
    /* 
     * This creates a gap between the video and the content.
     * The height is set to 50% of the viewport height.
     * You can adjust this value to your liking.
     */
    height: 90vh;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(0 0 10px 0);
}

.container {
    max-width: 850px; 
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

h1, h2, h3 {
    color: #1a1a1a;
    line-height: 1.2;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40.px;
}

h2 {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 10px;
}

h3 {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #444;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.header-profile {
    text-align: left;
    margin-bottom: 10px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    /*border: 4px solid #f0f0f0;*/
}

.footer-signature {
    text-align: left;
    margin-top: 10px;
}

.signature-img {
    max-width: 200px;
    margin-bottom: 10px;
}

.founder-name {
    font-size: 1.2em;
    /*font-weight: bold;*/
}

footer {
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    text-align: center;
    padding: 1rem;
    width: 100%;
}

.trifecta-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
