@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: 0.7em;
    max-width: 50em;
    max-height: 40em;
    background-image: url("/images/overlay-back-one.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid #e15f5f;
    border-radius: 10px;
    margin: auto;
    overflow-y: scroll;
}

.overlay-box h1 {
    color: #6a3434;
}
.overlay-box h2 {
    color: #6a3434;
}
.overlay-box h3 {
    color: #6a3434;
}
.overlay-box h4 {
    color: #6a3434;
}
.overlay-box h5 {
    color: #6a3434;
}
.overlay-box h6 {
    color: #6a3434;
}
.overlay-box p {
    word-spacing:1px;
    color: #6a3434;
}
.overlay-box ul {
    color: #6a3434;
}
.overlay-box li {
    color: #6a3434;
}
.overlay-box svg {
    fill: #e1a95f;
}
.overlay-box a {
    color: #6a3434;
    padding: 0;
}
.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;
}

.overlay-box .button {
    -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;
    position: relative;
    display: inline-block;
	height: 2.75em;
	line-height: 2.75em;
    font-size: 1.1em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	padding: 0 1.5em;
	background-color: transparent;
    border-radius: 50px;
    color:#6a3434;
    border: solid 2px #6a3434;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.overlay-box .button:hover {
    border: solid 2px #dbb27e;
    background-color: #536878;
    color: floralwhite;
}

.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: #6a3434;
    border: solid 2px #6a3434;
    outline: 0;
	text-decoration: none;
    background: none;
    height: 2em;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
  }

  .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: #dbb27e;
  }

  .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 {
    color: #FFFFFF;
    font-size: 20px;
    padding: 0.6em;
    background-color: #6a3434;
    border: solid 1px #6a3434;
    border-radius: 20px;
    z-index: 5;
}

.back {
    position: fixed;
    top: 10px;
    left: 15px;
    color: #391010;
    font-size: 20px;
    padding: 0.6em;
    background-color: #ffffff;
    border: solid 1px #FFFFFF;
    border-radius: 20px;
    z-index: 5;
}

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: 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;
    position: relative;
    display: inline-block;
	height: 2.75em;
	line-height: 2.75em;
    font-size: 1.1em;
    font-family: "Outfit", sans-serif;
	padding: 0 1.5em;
    margin:0.5em;
	background-color: transparent;
    border-radius: 2px;
	border: solid 1px floralwhite;
	color: floralwhite;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button:hover {
    background-color: floralwhite;
    color:#6a3434;
}

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

        h1 {
            font-size: 2.8em;
        }

        .nav a {
            display: block;
        }

        .overlay-box {
            display: block;
            width: 100%;
            height: 95vh;
            margin: auto;
            flex-direction: none;
            border: 2px solid #e15f5f;
            border-radius: 0px;
            margin: 0;
        }

        .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;
        }      
    
}