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


body {
    background: url(/images/main-back.png);
    background-color: #592B2B;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

.particles-js {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
}


h1, h2, h3, h4, h5, h6, p, ul, ol{
    color: floralwhite;
}

h1, h2, h3, h4, h5, h6, p {
    margin: auto;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h2, h3, h4, h5, h6, p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

h1 {
    font-family: "Yesteryear", cursive;
    font-size: 3.8em;
}

h2 {
    font-size: 1.8em;
}

p {
    font-size: 1.0em;
}

a {
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: block;
    font-family: "Outfit", sans-serif;
    cursor: pointer;
    padding: 1em;
    text-decoration: none;
    color: floralwhite;
}

a:hover {
    color: #e1a95f;
}

ul {
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
}

ol {
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
}

li {
    font-weight: 400;
}

.logo {
    width: 80px;
    padding: 0.3em;
    cursor: pointer;
}

.main {
    min-height: 95vh;
    margin: 0;
}

.main-background {
    min-height: 90vh;
    margin: 0;
    background: url(/images/wrapper-info.png);
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-self: center;
	justify-content: center;
	align-items: center;
	align-content: center;
    text-align: center;
    margin: auto;
}

.legal-content {
    display:flex;
    position: relative;
    flex-direction: row;
    text-align: center;
    align-content: start;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    width: 100%;
}

.opening {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
    text-align: center;
    min-height: 100vh;
    overflow-x: hidden;
}

.nav {
    padding-top: 0.35em;
}

.nav a {
    display: inline-block;
}

.legal-nav {
    padding-top: 0.35em;
}

.legal-nav a {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.5em;
}

.overlay-box {
    display:flex;
    flex-direction: column;
    align-self: center;
    padding: 2.5em;
    width: 100%;
    max-width: 65em;
    max-height: 85vh;
    
    /* Glassmorphism System */
    background: rgba(89, 43, 43, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.4);
    
    margin: auto;
    overflow-y: scroll;
}

.overlay-box h1, 
.overlay-box h2, 
.overlay-box h3, 
.overlay-box h4, 
.overlay-box h5, 
.overlay-box h6, 
.overlay-box p, 
.overlay-box ul, 
.overlay-box li {
    color: floralwhite;
}

.overlay-box svg {
    fill: floralwhite;
    transition: fill 0.3s ease;
    cursor: pointer;
}

.overlay-box svg:hover {
    fill: #e1a95f;
}

.overlay-box a {
    color: floralwhite;
    padding: 0;
    transition: color 0.3s ease;
}
.overlay-box a:hover {
    color: #e1a95f;
}
.overlay-box-center-con {
    text-align: center;
    align-content: center;
}
.overlay-box-left-con {
    text-align: left;
    align-content: left;
}
.overlay-box-right-con {
    text-align: right;
    align-content: right;
}

/* Removed specific overlay-box button rules to rely on global .button styling */

.overlay-box input[type=text],
.overlay-box input[type=select],
.overlay-box input[type=email],
.overlay-box input[type=tel],
.overlay-box input[type=password],
.overlay-box select,
.overlay-box textarea {
    width: 30em;
    padding: 12px 20px;
    margin: 8px 0;
    border-radius: 50px;
    color: floralwhite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: 0;
	text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    height: 2em;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    transition: all 0.3s ease;
  }

  .overlay-box input[type="text"]:focus,
  .overlay-box input[type="password"]:focus,
  .overlay-box input[type="email"]:focus,
  .overlay-box input[type="tel"]:focus,
  input[type=password],
  .overlay-box select:focus,
  .overlay-box textarea:focus {
      border-color: rgba(255, 255, 255, 0.8);
      background: rgba(255, 255, 255, 0.15);
      box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  }

  .overlay-box label {
      font-size: 1.4em;
  }

#signup {
    top: 5em;
    position: relative;
    text-align: center;
    padding-bottom: 2em;
}

#signup-speal {
    padding-left: 10em;
    padding-right: 10em;
    text-align: left;
}

.qa {
    top: 5em;
    position: relative;
    text-align: center;
    padding-bottom: 10em;
}

.info {
    text-align: left;
    font-weight: 100;
    padding-left: 5%;
    padding-right: 5%;
}

.legal-info {
    text-align: left;
    font-weight: 100;
    font-size: 1.2em;
    padding-left: 10em;
    padding-right: 10em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#contact {
    top: 10%;
    position: relative;
    text-align: center;
    width: 100%;
}

.close, .back {
    color: floralwhite;
    font-size: 20px;
    padding: 0.6em 1.2em;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    z-index: 5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close:hover, .back:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.back {
    position: fixed;
    top: 15px;
    left: 15px;
}

footer {
    bottom: 0.8em;
    align-self: flex-end;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    align-content: center;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    background-color: #212121;
    padding-top: 2em;
    padding-bottom: 2em;
}

footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    list-style: none;
}

footer li {
    color: #FFFFFF;
    display: inline-block;
    padding-inline: 0.5em;
    font-size: 1em;
}

.footerone {
    bottom: 0.8em;
    position: sticky;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-family: "Outfit", sans-serif;
}

.footerone .copyright {
        margin: 0;
        padding: 0;
        font-size: 0.7em;
        list-style: none;
}

.footerone li {
    display: inline-block;
    padding-inline: 0.5em;
}

.button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    height: 2.75em;
    line-height: 2.75em;
    font-size: 1.1em;
    font-family: "Outfit", sans-serif;
    padding: 0 2em;
    margin: 0.5em;
    
    /* Glassmorphism Button */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: floralwhite;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.button:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Cognito Forms Glassmorphism Overrides */
.cognito {
    font-family: inherit !important;
}

.cognito .c-forms-form {
    background: transparent !important;
}

.cognito .c-label,
.cognito .c-text,
.cognito .c-choice-radio label,
.cognito .c-choice-checkbox label,
.cognito .c-helptext {
    color: floralwhite !important;
    font-weight: 300 !important;
}

.cognito .c-editor input[type=text],
.cognito .c-editor input[type=email],
.cognito .c-editor input[type=tel],
.cognito .c-editor input[type=password],
.cognito .c-editor textarea,
.cognito .c-editor select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px !important;
    color: floralwhite !important;
    font-family: inherit !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.cognito .c-editor input[type=text]:focus,
.cognito .c-editor input[type=email]:focus,
.cognito .c-editor input[type=tel]:focus,
.cognito .c-editor textarea:focus,
.cognito .c-editor select:focus {
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2) !important;
    outline: none !important;
}

.cognito .c-button {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: floralwhite !important;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 0 2em !important;
    height: 2.75em !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 1.1em !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.cognito .c-button:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

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

        h1 {
            font-size: 2.8em;
        }

        .nav a {
            display: block;
        }

        .overlay-box {
            display: block;
            width: 100%;
            height: 95vh;
            margin: 0;
            border: none;
            border-radius: 0px;
        }

        .legal-nav a {
            display: block;
            padding:0.5em;
        }

        .legal-info {
            padding-left: 0.8em;
            padding-right: 0.8em;
        }

        #qa .info {
            padding-left: 0.8em;
            padding-right: 0.8em;
        }

        #signup-speal {
            padding-left: 2em;
            padding-right: 2em;
        }  

        footer li {
            display: block;
        }

        .footerone li {
            display: block;
        }      
    
}