html,
body {
    background-color: #fafafa;
    color: #0d0d0d;
    font-size: 18px;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    font-family: aktiv-grotesk, sans-seriwf;
}

.navwrap {
    padding: 1rem;
    display: flex;
}

.navleft {
    font-weight: 800;
    font-size: 24px;
    padding-left: 1.5rem;
    padding-top: 1rem;
    justify-content: center;
    width: 300px;
}

.nav {
    margin: auto;
    justify-content: end;
    flex: fit-content;
}

.navitem {
    padding: 0 1rem;
    font-family: nitti-typewriter-cameo;

}

.navitem a {
    color: #0D0D0D;
    text-decoration: none;
}

.navitem a:hover {
    text-decoration: underline;
}

.activenav a:hover {
    text-decoration: none;
}

.mainbanwrap {
    padding: 0.5rem;
    display: flex;
}

#mainban {
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-grow: 1;
    overflow-x: hidden;
    max-width: 960px;
}



h1 {
    font-size: 150px;
    color: #dcdcdc;
    font-family: aktiv-grotesk, sans-seriwf;
    font-weight: 800;
}



.pbspace {
    padding-bottom: 3rem;
}

#aa-logo {
    filter: grayscale(100%) contrast(150%) !important;
    mix-blend-mode: normal !important;
    border-radius: 10px;
}

.maxvh {
    min-height: 100vh;
}

.gentextbox {
    max-width: 34rem;
    padding-top: 4rem;
}

.titleinfo {
    display: flex;
    text-align: end;
    justify-content: end;
    font-weight: 700;
}

.butwrap {
    display: flex;
    justify-content: center;
    padding: 3rem;
    width: 100%;
}

.button {
    margin: auto;
    padding: 15px 40px;
    background-color: #0d0d0d;
    color: #f2f2f2;
    border-radius: 10px;
    text-decoration: none;
}

.button:hover {
    transition: 0.2s;
    color: gray;
    background-color: #303030;
}

.dark {
    color: #f2f2f2;
    background-color: #0D0D0D;
    font-size: 13px;
}

.spaceup {
    margin-top: 6rem;
}


/*form*/
.inv-check {
    display: none !important;
}


.btn,
.form-control,
.custom-select {
    height: 50px;
}

form {
    max-width: 540px !important;
    width: 100%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 3px;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea.form-control {
    padding-top: 1rem;
}

.btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}

.btn-primary {
    border-color: transparent !important;
}

.form-control {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #ccc;
    padding: 0;
    border-radius: 0px;
    background-color: inherit;
    padding-left: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-control:focus {
    color: #495057;
    background-color: #f2f2f2;
    border-color: var(--accents);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.342);
}

input[type="text"],
input[type="password"] {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100px;
    color: #f2f2f2;
    padding: 7px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: silver;
}

.content-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
}

.con-content {
    position: relative;
    font-family: nitti-typewriter-normal !important;
    width: 100%;
    max-width: 960px;
    margin: auto;
    border-radius: 10px;
    color: #0d0d0d;
}

.help-return {
    width: 100%;
    display: inline-block;
    color: #0d0d0d;
    background-color: inherit;
    border-radius: 5px;
    height: auto;
}


@media only screen and (max-width: 790px) {

    .navleft {
        padding-left: 0rem;
    }

}