@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

body {
    background: #1C1C1C;
    color: #FFF;
    margin:0;
    padding:0;
    overflow-y:auto;
    overflow-x:hidden;
    font-family: 'Questrial', Verdana, sans-serif;
}

.pagecontainer {
    position:relative;
    min-height: 100vh;
}

.contentwrap {
    padding-bottom: 100px; /* Match footer height. */
}

h1 {
    margin:0;
}

h1::selection {
    color: #FFF;
    background: #1C1C1C;
}

h1::-moz-selection {
    color: #FFF;
    background: #1C1C1C;
}

h1 a::selection {
    color: #FFF;
    background: #1C1C1C;
}

h1 a::-moz-selection {
    color: #FFF;
    background: #1C1C1C;
}

p.footertext {
    width:60%;
}

p.footertext::selection {
    color: #FFF;
    background: #1C1C1C;
}

p.footertext::-moz-selection {
    color: #FFF;
    background: #1C1C1C;
}

p.footertext a::selection {
    color: #FFF;
    background: #1C1C1C;
}

p.footertext a::-moz-selection {
    color: #FFF;
    background: #1C1C1C;
}

::selection {
    color: #1C1C1C;
    background: #FFF;
}

::-moz-selection {
    color: #1C1C1C;
    background: #FFF;
}

.header {
    display: block;
    background: #FFF;
    color: #1C1C1C;
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0;
    padding-top: 200px;
    padding-left: 50px;
    padding-bottom: 0px;
    overflow: hidden;
    text-align: left;
}

.header h1 {
    margin-top: -100px;
    display: inline-block;
    font-size: 72;
}

.header a {
    text-decoration: none;
    color: #1C1C1C;
}

.spacer {
    height: 100px;
}

.contactcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

#contact {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 64;
}

#contact a {
    text-decoration: none;
    color: #FFF;
}

.videocontainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: -44;
    overflow: hidden;
}

.videocontainer #asarabackgroundvideo {
    position: fixed;
    min-height:100%;
    min-width:100%;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:-44;
    overflow: hidden;
}

.footer {
    display: block;
    position: absolute;
    background: #FFF;
    color: #1C1C1C;
    font-size: 20;
    text-align: left;
    bottom: 0px;
    width: 100%;
    height: 170px;
    margin: 0;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    overflow: hidden;
}

.waitlistAddButton {
    background:rgba(150,150,150, 0.50);
    margin: 2px;
    border: 1px;
    padding: 2px;
    cursor: pointer;
}

.waitlistAddButton:active {
    background: var(--red);
}

.formInput a {
    text-decoration:underline;
}

.formContainer {
  padding-top:20px;
  width: 65vw;
  margin: 0 auto;
  text-align: center;
}

input.form-control::selection {
    color: #FFF;
    background: #1C1C1C;
}

input.form-control::-moz-selection {
    color: #FFF;
    background: #1C1C1C;
}