* {
	outline: none;
}

@font-face {
	font-family: hk;
	src: url("../font/HKGrotesk-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: hk;
	src: url("../font/HKGrotesk-Medium.otf");
	font-weight: 500;
}

@font-face {
	font-family: hk;
	src: url("../font/HKGrotesk-SemiBold.otf");
	font-weight: 600;
}

@font-face {
	font-family: hk;
	src: url("../font/HKGrotesk-Bold.otf");
	font-weight: 700;
}

body {
	font-family: 'hk';
	transition: opacity 400ms ease;
	background: #f0f0f0;
	width: 1200px;
	max-width: 90vw;
	margin: 0 auto;
}

.refresh {
	opacity: 0;
}

hr {
	opacity: 0.3;
}

hr.white {
	border: 1px solid #fefefe;
}

hr.black {
	border: 1px solid #141619;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	/*    padding: 0;*/
	margin: 10px 0;
	line-height: 1.33;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

p {
	font-size: 17px;
	line-height: 1.33;
}

a {
	color: inherit;
}

quote {
	line-height: 1.33;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.title {
	position: absolute;
	right: 10%;
	bottom: 10%;
	z-index: 10;
}

.logo {
	position: fixed;
	right: 3%;
	bottom: 5%;
	width: 32px;
	opacity: 0.1;
	transition: all 400ms ease;
}

.logo:hover {
	opacity: 0.9;
}

canvas {
	position: absolute;
	left: 40%;
	/*    right: 0;*/
	/*    margin: 0 auto;*/
	top: calc(50vh - 20vw);
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.30);
	/*    padding: 80px 30px 80px 30px;    */
	background: #ffffff;
	border: 7px solid #000;
	/*    padding: 40px;*/
}


.infobox {
	position: absolute;
	left: 40px;
	top: 5%;
}


@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
    canvas {
	position: absolute;
        left: 5%;
        top: 5%;
  }
    
   .infobox {
	position: relative;
        left: 5%;
        top: 75vh;
  }
}

.status {
	opacity: 1;
	transition: all 400ms ease;
}

.status.completed {
	opacity: 0.35;
}

.saveposter {
	opacity: 0;
	transition: all 300ms ease;
}

.saveposter.on {
	opacity: 1;
}

#optionsForm label {
	font-size: 16px;
	padding: 5px 0;
	font-weight: 500;
}

#optionsForm input {
	font-size: 16px;
	padding: 8px 7px;
	margin: 10px 0;
	background: #fefefe;
	border: 1px #001122 solid;
	border-radius: 3px;
}

button.regenerate {
	padding: 10px;
	/*    background: #fefefe;*/
	color: #000;
	border: 1px solid #001122;
	cursor: pointer;
	font-weight: 500;
	border-radius: 3px;
	transition: all 200ms ease;
	font-size: 18px;
}

button.regenerate:hover {
	background: #fefefe;
}

.saveposter {
	padding-top: 10px;
}

.options {
	cursor: pointer;
	transition: all 400ms ease;
}

.options.active {
	opacity: 0.2
}

.optionBox {
	display: block;
}

.presetsBtn {
	cursor: pointer;
	transition: all 400ms ease;
}

.presetsBtn.active {
	opacity: 0.2
}


/*.presetsBox {display: none;}*/

.aboutBtn {
	position: fixed;
	top: 5%;
	right: 5%;
	z-index: 1;
	font-weight: 600;
	cursor: pointer;
}

.abouttheproject {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100vw;
	height: 100%;
	z-index: 2;
	color: #fefefe;
	display: none;
}

.abouttheprojectbg {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100vw;
	height: 100vh;
	background: #141619;
	display: none;
	z-index: 2;
}

.abouttheproject {
	position: absolute;
	width: 600px;
	top: 10vh;
	max-width: 90vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	/*    height: 400px;*/
	/*    max-height: 90vh;*/
}

.abouttheproject section quote {
	opacity: 0.7;
}

.footerlinks {
	font-size: 17px;
	text-transform: none;
	text-decoration: none;
	opacity: 0.3;
	transition: all 200ms ease;
	line-height: 1.3;
}

.footerlinks:hover {
	/*   text-decoration: underline;*/
	opacity: 1;
}

.animdiv {
	display: block;
	position: relative;
}

.aboutClose {
	font-size: 32px;
	/*    line-height: 2px;*/
	font-weight: 100;
	position: absolute;
	right: 0;
	/*    top: 12px;*/
	cursor: pointer;
	/*        transform: translateX(50px);*/
}

.aboutClose span {
	display: inline-block;
	font-size: 14px;
	transform: translateX(0) translateY(-3.5px);
	opacity: 0.3;
	transition: all 400ms ease;
}

.aboutClose:hover span {
	opacity: 1;
	transform: translateX(-10px) translateY(-3.5px);
}