﻿/******************************************************
 * 
 * Copyright (c) 2025 MyFlightbook LLC
 * Contact myflightbook-at-gmail.com for more information
 *
*******************************************************/
#homePagePromo.welcomeHeader {
    background-color: var(--theme-color);
    padding: 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    color: var(--text-default);
    max-width: unset;
    font-family: open_sans, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 15px;
    margin-bottom: 10px;
}

#homePagePromo.welcomeHeader p {
    text-align: center;
    font-size: 24pt;
    line-height: 1.0;
    font-weight: bold;
}

#homePagePromo.welcomeHeader ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#homePagePromo.welcomeHeader li {
    display: inline;
    font-size: 12pt;
    text-align: left;
}

#homePagePromo.welcomeHeader li:before {
    content: "•";
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

#homePagePromo.welcomeHeader li:first-child:before {
    content: none;
}

#homePagePromo.welcomeHeader a, #homePagePromo.welcomeHeader a:visited {
    color: var(--text-default);
    font-size: larger;
    font-weight: bold;
    text-align: center;
}

.homepageRecentStats {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36pt;
}

.homePageUnauth .centeredImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.homePageUnauth h1 {
    background-color: unset;
}

.homePageUnauth h2 {
    margin-top: 36pt;
    margin-bottom: 12pt;
}

.homePageUnauth h2 {
    text-align: center;
}

.welcomeHeader {
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    max-width: 350px;
}

.welcomeHeader p {
    font-size: larger;
    font-weight: bold;
    text-align: center;
}

.welcomeHeader div {
    text-align: center;
}

.featureAreaBlock {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: center;
}

.featureAreaBlockItem {
    border: 3px solid var(--default-border);
    border-radius: 10pt;
    margin: 8pt;
    padding: 10pt;
    height: 150pt;
    width: 180pt;
    display: inline-block;
    vertical-align: middle;
}

.featureAreaDescriptionHeader {
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    margin-bottom: 5pt;
}

.featureAreaDescriptorIcon img {
    width: 36pt;
    height: 36pt;
}

.featureAreaDescriptionBody {
    font-family: open_sans, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-align: left;
    color: var(--text-light);
}

.leftQuote {
    margin-left: 10%;
    margin-right: 30%;
    text-align: left;
    font-size: 12pt;
}

.rightQuote {
    margin-left: 30%;
    margin-right: 10%;
    text-align: right;
    font-size: 12pt;
}

.testimonialBlock {
    padding: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20pt;
    margin-bottom: 10pt;
    border: 1pt solid var(--default-border);
    box-shadow: 2pt 2pt 3pt 0pt var(--box-shadow-color);
    border-radius: 5pt;
    max-width: 80%;
}

.testimonialQuote {
}

.testimonialQuote::before, .testimonialQuote::after {
    content: "\"";
}

.testimonialAttribution::before {
    content: " — "
}

.testimonialAttribution {
    font-style: italic;
    font-weight: normal;
}

.centered80 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.blurredimage {
    width: 100%;
    box-shadow: 0 0 8px 8px var(--body-background) inset;
    margin: 8pt;
    background-size: cover;
}

.imgLeft {
    float: left;
}

.imgRight {
    float: right;
}

#imgInFlightSample {
    width: 300px;
    height: 300px;
    background: url('https://myflightbook.com/logbook/mvc/Image/ViewPic?r=Flight&k=24662133&t=t_2024112915471020-818243_.jpg') no-repeat center;
    background-size: cover;
}

.headline {
    font-size: 24pt;
    clear: both;
}

h2.headline img {
    width: 32pt;
    height: 32pt;
}

.featureRow {
    display: flex;
    align-items: center;
}

.sideImage {
    margin: 8pt;
    display: inline-block;
}

.sidePromo {
    display: inline-block;
    font-size: 16pt;
    padding: 12pt;
}

