body{
    font-family: 'o-h_stencilbold', sans-serif;
    margin-top:-1em;
    font-size:5vw;
	color:black;
	background:rgba(255,255,255,1.00);
   
}
.header{
    z-index:5;
    font-family: 'o-h_stencilbold', sans-serif;
    color:#00BE00;
    position:fixed;
    text-align:center;
}
h1{
    font-weight:normal;
    top:1vw;
    font-size:31vw;
    line-height:1;
    margin:0.3em 0;
}
h2{
    font-weight:normal;
    font-size:7vw;
    line-height:.5;
    margin:-1.2em 0.2em;
}
#bigtext{
    display:block;
    position:relative;
    overflow: visible;
	width: 60%;
	margin:0px auto;
}
#bigtext span{line-height: 1.4em;}
.Hairline{font-family: 'o-h_stencilbold';}
.HairlineItalic{font-family: 'o-h_stencilbold';}
.Thin{font-family: 'o-h_stencilbold';}
.ThinItalic{font-family: 'o-h_stencilbold';}
.Light{font-family: 'o-h_stencilbold';}
.LightItalic{font-family: 'o-h_stencilbold';}
.Regular{font-family: 'o-h_stencilbold';}
.RegularItalic{font-family: 'o-h_stencilbold';}
.Medium{font-family: 'o-h_stencilbold';}
.MediumItalic{font-family: 'o-h_stencilbold';}
.Bold{font-family: 'o-h_stencilbold';}
.BoldItalic{font-family: 'o-h_stencilbold';}
.Black{font-family: 'o-h_stencilbold';}
.BlackItalic{font-family: 'o-h_stencilbold';}
.UC{text-transform:uppercase; font-feature-settings: "ss03" on;}

a, a:visited, a:active{color:black;}
a:hover{text-decoration:none;}
a:active, a:focus{outline: none;}
::-moz-selection {background:black;color:white;}
::selection {background:black;color:white;}

#overlaycontent {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:105vh;
	background-color:rgba(0,0,0,.8);
	z-index:20;
	display:none;
	color:rgba(255,255,255,1);
	text-align:center;
	font-size:1.1em;
	line-height:1.3em;
}
.textbox{
	display:inline-block;
    text-align:left;
	width:90%;
    max-width:700px;
    margin-top:1.5em;
}
.textbox p{margin:.75em 0;}
.close{
	position:absolute;
	top:0;
	right:0;
	padding:.6em;
}
.button{
	cursor:pointer;
	font-family:'o-h_stencilbold',sans-serif;
	font-size:1.5rem;
}
#infobutton{
	width:2.2rem;
	height:2.2rem;
	position:fixed;
	background-color:rgba(0,0,0,1);
	left:0;
	bottom:0;
	text-align:center;
	color:rgba(255,255,255,1);
}
.buybutton{
    
    width:2em;
    height:2em;
   
    position:fixed;
    top:50%;
    right:0em;
    z-index:50;
    color:black;
    text-align:center;
    font-size:1em;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
.buytext{
    font-size:1.8em;
	font-colour:black;
    line-height:1.1em;
    margin-top:-.2em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
bl}
.bottomline{display:block;}

.logo{
    
    width:2em;
    height:2em;
    background:white;
    position:fixed;
    top:50%;
    left:0em;
    z-index:50;
    color:black;
    text-align:center;
    text-transform:normal;
    font-size:1em;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
.logotext{
    font-size:.8em;
	font-colour:black;
    line-height:1.1em;
    margin-top:-.2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
bl}
.bottomline{display:block;}






@media only screen and (min-width: 500px) {
    #overlaycontent {
    	font-size:1.2rem;
    	line-height:1.2em;
    }
    .textbox{
    	width:80%;
        margin-top:0.5em;
    }
    .stoerer{
        width:2em;
        height:2em;
        top:-.3em;
        right:2.7em;
    }
    .buytext{
        font-size:.4em;
        line-height:1.1em;
}
    .logotext{
        font-size:.4em;
        line-height:1.1em;
}

@media only screen and (min-width: 700px) {
    #overlaycontent {
    	font-size:1.6rem;
    	line-height:1.3em;
    }
    .textbox{
    	width:70%;
    }
}

@media only screen and (min-width: 980px) {
    #overlaycontent {
    	font-size:1.6rem;
    	line-height:1.4em;
    }
    .textbox{
    	width:60%;
    }
}

