*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
}

body {
	height: 100vh;
    background: #fff url(../img/h3vr_flag.jpg) 100% top no-repeat;
    color: #eee;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.tiny{
    background-color: white;
}
canvas{
	min-height: 100vh;
	width: 178vh;
    min-width: 100%;
	overflow: hidden;
	transform: scale(1.2) translate(0px,-10px);
}
#intro{
    padding: 5rem 0 2.5rem 0;
    width: 100vw;
    height: 50vh;
}
body.portrait #intro{
    padding: 1.25rem 0;
}
footer{
    padding: 1rem 1rem 2rem;
    color: #ddd;
    background-color: #000;
}
#description a,footer a{
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}
#description a:hover, #description a:active, footer a:hover, footer a:active{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;   
}
hr {
    border-top: 1px solid rgba(255,255,255,.1);
}
#description{
    margin-top: -132px;
    padding: 15px;
    background-color: #000;
    padding-bottom: 20px;
}
#logo_container{
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    text-align: center;
}
#social{
    text-align: center;
    padding-bottom: 2.5rem;
}
#social>a{
    width: 50px;
    margin: 10px;
    color: #666;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
#social>a:hover{
    color: #000;
}
#social .discord{
    padding-top: 2px;
    vertical-align: top;
}
#social .discord:after{
    content: "Unofficial";
    position: absolute;
    top: -1rem;
    font-size: .75rem;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
    color: #999;
}
#logo{
    width: 50%;
}
body.portrait #logo{
    width: auto;
    height: 50vh;
    max-width: 75%;
}
#tagline{
    text-align: center;
}
.bulletBorder{
    height: 100px;
    width: 100%;
    background-image: url(../img/bullet_border.png);
    background-repeat: repeat-x;
    background-position: 0% top;
    position: relative;
    z-index: 1;
    transform: rotate(1deg) translateY(6px);
}
.bulletBorder.back{
    background-color: transparent;
    top: -140px;
    opacity: .5;
    z-index: 0;
    background-position: 0 top;
    border-bottom: 71px solid #000;
    background-size: 480px auto;
    height: 49px;
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
    background-position: 0% 1px;
    transform: perspective(999px) rotate(-1deg) translateY(18px);
}
#buyBanner{
    background-color: #000;
    display: block;
    width: 100%;
    padding: .5rem;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-family: "NexaRustSans-Black";
}
#buyBanner>small{
    font-size: 15px;
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    font-family: "NexaRustSans-Book";
}
h1,h2,h3,h4{
    font-family: "NexaRustSans-Black";
}
h1, h2{
    font-size: 20px;
}
h3{
    font-size: 15px;
}
#background{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    display: none;
}
#background.active{
    display: block;
}
#description #highlights .row>div{
    z-index: 2;
    background: #000;
    text-align: center;
    padding: 1rem;
    padding-top: 0;
}
#description #highlights h3{
    margin-top: .25em;
    margin-bottom: 0;
}
#description blockquote{
    font-size: 15px;
    width: 80%;
    background-color: #000;
    z-index: 2;
    position: relative;
}
#description blockquote p{
    margin-top: 0;
    margin-bottom: 10px;
}
#highlights>h2{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .smOnly{
        display: none;
    }
}
@media (min-width: 992px) {
    .mdAndSmaller{
        display: none;
    }
}