/*      Session Zero Pre-Release Landing Page
         Authors: Steve Burkland, Dylan Borgerding
         Last Update: 1/1/2025 sb

         This page is collects emails from interested potential users, and give them a basic introduction to the 
         Session Zero app.  The emails go directly to a separate database to support future custom surveys.

         We will manually import CSV lists of contacts into the app's Google Account.  At the present time, 
         using javascript to add contacts to a Google account isn't easily possible due to security restrictions.
*/

@font-face {
    font-family: "Brandink-regular";
    src:
      url("fonts/brandink-sans-font/BrandinkSans-rgOpA.otf") format("opentype");
  }

  @font-face {
    font-family: "Qumpellkano12";
    src:
      url("fonts/qumpellkano12-font/Qumpellkano12-A6D2.otf") format("opentype");
  }


body {
    /*background-color: white;*/
    background-image: linear-gradient(#011638, #5b6780 );
    color: #dff8eb;

    margin-top: 30px !important;

    font-family: "Brandink-regular";
    font-size: 16pt;
    line-height: 1.5em;

    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;

}

h1 {
    font-family: "Qumpellkano12";
    font-size: 44pt;
    font-weight: 600;
}

h2 {
    font-family: "Qumpellkano12";
    font-size: 18pt;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

#title {
    text-align: center;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

#qrCodeButtonDiv {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#qrCodeDiv {
    width: 100%;
    text-align: center;
    display: none;
    
}

#qrcodeIcon{
    width: 30px;
    height: auto;
}

#qrCodeButtoin {

}

#qrCode {
    width: 200px;
    height: auto;
}

#mission {
    margin-top: 30px;
    margin-bottom: 50px;
}

#email {
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
}

#error {
    font-size:0.6em;
    color: orange;
    
    text-align: right;
    margin-top: 0px;
    
}

#preRadioText {
    
}

input[type="text"], input[type='radio'] {

    background-color : #cdcdcd; 
    color: #1a1a1a;
    line-height: 1.7em;
  
}

#radioButtonDiv {
    margin-left: 3vw;
}

.radioButton {
    margin-top: 12px;
}

#signupButtonDiv {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;

}

button{
    border-radius: 10px;
    background-color: #0a2d66;
   /* color: #dff8eb;*/
    color: #5f6a7a;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

hr {
    margin-bottom: 6px;
}



#thankYou {
   display: none;
   margin-bottom: 50px;
}

#ourGoalsDiv {
    margin-bottom: 20px;
}

.goal {
    background-color: #cdcdcd;
    border-radius: 20px;
    /*border: 1px solid black;*/
    box-shadow: 3px 3px 7px #011638;

    color: #1a1a1a;

    text-align: center;

    margin-top: 20px;
   
   
}

.goalTitle {
    text-align: left;
    padding-left: 12px;
    padding-top: 12px;


}

.goalDescription {
    
    margin-top: 12px;
    padding-bottom: 12px;
}

.goalIcon {
    width: 122px;
    height: 50px;
    background-color: #214e34;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: left;
}