:root {
    --color1: rgb(207, 233, 245, 0.9);
    --color2: rgb(97, 141, 170);
    --color3: rgb(245, 230, 148);
}

html {
    font-family: 'Karla', sans-serif;
    width: auto;
    max-width: 100%;
    margin: auto;
    overflow-x: hidden;
}

body {
    width: auto;
    max-width: 100%;
    margin: auto;
    background-color: white;
    overflow-x: hidden;
}

.btnBasic {
    background-color: var(--color3);
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1em;
}

button:hover {
    background-color: var(--color2);
    color: white;
}

.mobileMenu {
    display: none;
}

.siteContainer {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 2px;
}

.header {
    width: 100%;
    height: 56px;
    margin: auto;
    background-color: white; 
    margin-top: 11px;
}

.header h1 {
    display: inline-flex;
    margin-top: 2px;
}

.header ul {
    display: inline-flex;
    float: right;
    margin-top: 4px;
} 

.header ul li {
    display: inline-flex;
    list-style-type: none;
    margin: 10px;
}

.header a {
    text-decoration: none;
    color: black;
}

.header ul a {
    color:  dimgray;
}

.header a:hover, .footer a:hover {
    font-weight: bold;
    color: var(--color2);
}

.headerContent {
    max-width: 1000px;
    margin: auto;
}

.headerLogo {
    display: flex;
    float: left;
    align-items: left;
    justify-content: left;
}

.headerText {
    padding-left: 5px;
    margin-top: 5px;
}

#signUp {
    margin-top: -10px;
}

.welcome {
    background-color: rgba(254, 255, 245, 0.781);
}

.welcomeContent {
    height: 360px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-image: url('img/lighthousebg.png');
    background-size: auto;
    background-repeat: no-repeat;
}

.welcome h2 {
    padding-top: 52px;
    padding-left: 32px;
    width: 60%;
    font-size: 2em;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.pitch {
    width: 100%;
    height: 310px;
    margin: auto;
}

.pitchContent {
    max-width: 1000px;
    margin: auto;
    padding-top: 18px;
}

.pitchContent h2 {
    padding-left: 14px;
}

.howItWorks {
    text-align: center;
    width: 100%;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.flexCard {
    margin: auto;
    height: 220px;
    width: 25%;
    margin: 8px;
    font-size: 1.2em;
    padding: 8px;
}

.joinNow {
    width: 100%;
    height: 310px;
    background-color: var(--color1);
    text-align: center;
    margin-top: 10px;
}

.joinNowContent {
    padding-top: 10px;
}

.placard {
    background-color: var(--color1);
    background: radial-gradient(circle at 350%, var(--color2), var(--color1));
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    padding-top: 16px;
    box-shadow: 2px 0 4px 0 lightgray;
}

.placard:hover {
    border-bottom: 1px solid var(--color2);
}

.placard:hover > .hoverBold {
    font-weight: bold;
}

.placard h1 {
    font-size: 2.7em;
}

.placard p {
    margin: 1px;
}

.placard ul {
    padding-left: 60px;
}

.placard ul li {
    text-align: left;
    list-style-image: url('img/icon_checkmark.png');
}

.placard img {
    margin-bottom: 10px;
}

.pricingColL {
    width: 66%;
    float: left; 
    height: 100%;
    text-align: left;
}

.pricingColR {
    width: 30%;
    padding-right: 4%;
    float: right;
    height: 100%;
}

.benefits {
    padding: 10px;
}

.graybg {
    background-color: rgba(245, 245, 245, 0.808);
}

.benefitsContent {
    max-width: 1000px;
    margin: auto;
}

.testimonialsContent {
    max-width: 1000px;
    margin: auto;
}

.help {
    height: 300px;
}

.helpContent {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding-top: 18px; 
}

.helpColL {
    width: 37%;
    display: inline-block;
}

.helpColR {
    width: 63%;
    padding-top: 25px;
    float: right;
}

.helpColL img {
    width: 100%;
}

.footer {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px; 
    padding-top: 18px;
}

.footer a {
    text-decoration: none;
    color: black;
}

.footerContent {
    height: 200px;
    max-width: 1000px;
    margin: auto;
}

.footerContent h1 {
    display: inline;
}

.footerContent ul {
    float: right;
}

.footerContent ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 18px;
    text-align: right;
}

.hide {
    display: none;
}

.mobileOn {
    display: none;
}

.©PP {
    float: left;
}

.privacyPolicy, .termsOfService {
    float: right;
    margin-top: 16px;
}

.overlay {
    display: none;
    position: fixed; /* Stay in place */
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    overflow-x: hidden;
    background-color: rgb(0, 0, 0, .75); /* Black fallback color */
    transition: 0.5s;
    margin: auto;
}

.ContactUs {
    width: 33%;
    margin: auto;
    margin-top: 66px;
    text-align: left;
    padding: 22px;
    padding-left: 11%;
    padding-bottom: 44px;
    background-color: white;
    border-radius: 6px;
}

.ContactUs p {
    text-align: left; 
    padding-left: 8%;
}

.btnCloseOverlay {
    float: right;
    clear: left;
    margin-top: -10px;
    background-color: var(--color3);
    border: none;
    border-radius: 6px;
    padding: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

