@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

body {
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 50px;
    padding: 30px 30px 0px 30px;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1.15rem;
}
p {
    font-size: 1rem;
    line-height: 2rem;

}

.largeText {
    font-size: 150%;
    padding: 20px 0px 20px 0px;
}


.header{
    border-bottom: 4px solid yellow;
    height: 60px;
    display: block;
}


.logo {
    width:40%;
    float:left;
    margin-bottom:10px;
}

.nav {
    position: relative;
    float:right;
    width: 60%;
}
    .nav ul {
        text-align: justify;
        display: flex;
        justify-content: space-between;
        margin: 0px;

    }
    .nav li {
        display: inline;
        margin-right: 10px;
        margin-left: 10px;
        padding-top:  20px;
        width: 75%;
    }
    .nav a {
        text-decoration: none;
        color: #000000;
    }

.loginLink{
    background-color: #D9D9D9;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
}


.marketing {
    float:left; 
    font-family: Lexend Deca; 
    width:50%;
    height: auto;
    background-color: #ffffff;
}
.greenText {
    color: #00BF63;
}

    .marketing li {
        list-style-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg viewBox="0 0 1792 1792" fill="%2300BF63" xmlns="http://www.w3.org/2000/svg"><path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"/></svg>');
        display:list-item;
        line-height: 40px;

    }

    .marketing li::marker{
        font-size: 1.8em;
        line-height: 0.1;
     }

.taglineMarket {
    font-size: 1.2rem;
    padding: 0px 30px 0px 30px;
    line-height: 50px;
    margin-inline: auto;
    text-align: left;
}

.tagline {
  font-size: 1.2rem;
  padding: 0px 30px 0px 30px;
  line-height: 50px;
  margin-inline: auto;
  text-align: left;
}


.signup {
    float:right;
    background-color:rgb(255, 255, 0);
    height: 100vh;
    font-family:Lexend Deca; 
    width:50%; 
    float:left;
 }
 .signupForm {
    text-align: center;
    margin-bottom: 30px; 
    font-size:16px; 
    border-radius:3px;
}

.formTitle {
    text-align: center;
    color: #000000;
}
.formTagline {
    text-align: center;
    font-size: 1rem !important;
    line-height: 2rem !important;
    color: #000000;

}
 .boldCaps {
    text-transform: uppercase;
    font-weight: bold;
    color: #00BF63;
 }
 .input_spellings {
    width: 75%;
    padding: 10px;
    margin: 10px;
    border-radius: 30px;
    border-color: #D9D9D9;
    border-width: 1px;
    border-style: solid;
    color: #afafaf;
 }
 .submitBtn {
    width: 80%;
    margin: 10px;
    background-color: #00BF63;
    border-radius: 20px;
    padding: 14px !important;
    border-width: 0px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
 }


 .ctaBtn {
    width: 50%;
    margin: 30px;
    background-color: #00BF63;
    border-radius: 20px;
    padding: 14px;
    border-width: 0px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
 }

.ctaBlock {
    background-color: lightyellow;
    padding: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 12px;
}

 .terms {
    font-family: Lexend Deca;
    color: blue;
    width: 50%;
    text-align: center;
    margin: 0px auto;
 }
 .underlinemarket {
    border-bottom: 3px solid;
    border-color: rgb(255, 242, 0); 
    padding-bottom: 3px;
 }

 .footer {
    background-color:#F5F5F5;
    width: 100%;

 }

 .footerBrand {
    background-color:#F5F5F5;
    height: 100vh;
    width: 50%;
    float: left;
 }

    .footerBrand  img {
        height: 75px;
        padding: 15px 0px 0px 20px;
}



 .footerAbout {
    background-color: inherit;
    height: 100vh;
    width: 25%;
    float: left;
 }
    .footerAbout li {
        display:list-item;
        line-height: 30px;
    } 
 .footerSocial {
    background-color: inherit;
    height: 100vh;
    width: 25%;
    float: left;
 }
 
 .fa {
    padding: 20px;
    font-size: 30px;
    width: 14px;
    height: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #00BF63;
    color:#ffffff;

  }

  .comingSoon {
    text-align: center;
    padding: 100px;
  }
  .mainContent {
    text-align: center;
    max-width: 80%;
    margin-inline: auto;
  }

.row {
    display: flex; 
    grid-template-columns: 1fr 1fr; 
    grid-gap: 20px; 
    width: 100%; 
    text-align: left;
    margin-bottom: 30px;
}

.row-child-element { 
    margin: 0px 10px 0px 10px; 
}

.team_text {
    text-align: left;
}


.image1 {
    width: 25%;
    float: left;
}

.text1 {
    width: 75%;
    text-align: left;
    float: left;
}

.image2 {
    width: 25%;
    float: left;
}

.text2 {
    width: 75%;
    text-align: left;
}
.clear {
    clear: both;
}
.pricing {
    text-align:center;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.priceCard {
    text-align: center;
    width: 25%;
    float: left;
    padding: 41px;
    height: 400px;
}

.cost {
    background: #00BF63;
    border: #afafaf solid 1px;
    border-radius: 8px;
}

.buybutton {
    background: rgb(50, 247, 50);
    border: 0px;
    width: 16.6%;
    height: 35px;
}

.priceInfo {
    border: #afafaf solid 1px;
    border-radius: 8px;
}

.memberBounus {
    list-style-type: none;
    padding: 0px;
}

.compareTable {
    max-width: 80%;
    margin-inline: auto;
}

.membershipComparison{
    border: #afafaf 1px solid;
    width: 100%;

    margin-bottom: 60px;
}

.fullImage {
    width: 100%;
}

.leftDiv {
    float: left;
    width: 50%;
    background-color: #ffffff;
}

.customerFeedback {
    width: 100%;
    background-color: rgb(142, 142, 142);
    text-align:center;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    transition: max-height 0.2s ease-out;
  }
  .accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796";
  }

  .hero {
    background-color: yellow;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .hero p {
    font-size: 1.2rem;
    padding: 0px 30px 0px 30px;
    line-height: 50px;
    margin-inline: auto;
  }

  .hero h1 {
    margin-top: 0px;
  }
  .flex-parent-element {
    display: flex;
  }
  
  .flex-child-element {
    flex: 1;
    margin: 10px;
  }
  
  .flex-child-element:first-child {
    margin-right: 20px;
  }
  .row1{
    margin-bottom: 40px;
  }

  /*
BREVO CSS
  */

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    
    color: #c0ccda;
  }

  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }

  .important {
    font-style: italic;
    font-weight: bold;
  }
.topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: none;
  }

  .topnav #myLinks {
    display: none;
    background-color: yellow;
  }
  
  .topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav a:hover {
    color: rgb(0, 0, 0);
  }

  .loginForm {
    width: 80%;
    margin: auto;
    padding: 30px;
  }

  .active {
    background-color: #04AA6D;
    color: white;
  }

.optionSpellingstage {
    float:left; 
    width:20%;
    padding: 5%;
    background-color: yellow;
  }

.dashboardLink{
  width: 45%;
  float: left;
  background-color: lightyellow;
  border: 1px solid grey;
  border-radius: 8px;
  margin: 8px;
}


.multiColumnRow {
  width: 100%;
}
.dashboardOptions{
  width:75%;
  background-color: yellow;
  float: left;
}
.advertisingColoum{
  background-color: #04AA6D;
  width:25%;
  float: left;
}

  @media screen and (max-width: 768px) {

    .loginLink {
        background-color: yellow;
        font-weight: bold;
    }
    .marketing {
        width: 100%;
    }
    .tagline {
        font-size: 1rem;
        padding: 10px;
        line-height: 30px;
        text-align: left;
        max-width: 100%;
    }
    .signup {
        width: 100%;
    }
    .footerAbout {
        background-color: inherit;
        width: 100%;
        height: auto;
        padding: 10px;
     }
     .footerBrand {
        background-color: inherit;
        width: 100%;
        height: auto;
     }
     .footerSocial {
        background-color: inherit;
        width: 100%;
        height: auto;
        padding: 10px;
     }
     .footer {
        background-color:#F5F5F5;
        font-size: 0.8rem;
     }
     h1 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 40px;
        padding: 10px;
    }
    .topnav {
        display: block;
    }
    .header {
        display: none;
    }
}