html, body{
	margin: 0px;
	font-family: 'Lato', sans-serif;
	color: black;
	text-align: center;
	padding: 0px;
	animation-name: faded;
    animation-duration: 1s;
}

h1{
	font-weight: 900;
	font-size: 50px;
	margin: 10px;
}

.price{
	font-size: 60px;
	margin: none;
}

p{
	margin: 20px;
	font-size: 25px;
	font-weight: 100;
	color: gray;
}

p.nm{
	margin: 5px;
}


*{
	outline: 0;
}

input[type="text"]{
	-webkit-appearance: none;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	outline: 0;
	padding: 10px;
	border: solid 1px gray;
	box-sizing: border-box;
	margin: 0px;
	width: 300px;
	-webkit-border-radius: 0px;
}

.plyr__video-wrapper{
	background-color: white !important;
}

.plyr{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
	max-width: 100%;
	width: 1000px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

form{
	vertical-align: middle;
}

button, label{
	-webkit-appearance: none;
	border: solid 1px gray;
	font-size: 30px;
	font-weight: 100;
	color: white;
	background-color: gray;
	padding: 10px;
	transition: all .5s ease-in-out;
	margin: 8px;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 15px;
	display: inline-block;
}

button:hover, label:hover{
	background-color: white;
	color: gray;
}

label, label:hover{
	font-size: 20px;
}

.form button{
	font-size: 20px;
}

.colorpicker{
	-webkit-appearance: none;
	font-size: 0;
	color: rgba(0,0,0,0);
	width: 40px;
	height: 40px;
	margin: none;
	padding: 0px;
	border: solid 1px gray;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 6px;
}

.header{
	position: fixed;
	z-index: 10;
	display: none;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-bottom: solid 1px lightgray;
}

.logo{
	z-index: 11;
	position: fixed;
	background-image: url('../graphics/logo.svg');
	background-size: contain;
	width: 250px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s ease-in-out;
}

.logo.inverted{
	filter: invert(1);
}

.wallpaper{
	background-image: url('../graphics/wallpaper.jpg');
	background-size: cover;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s ease-in-out;
}

.wallpaper .text{
	position: absolute;
	font-size: 80px;
	font-weight: 900;
	color: white;
	width: 50%;
	right: 50px;
	text-align: right;
	top: 120px;
	animation-name: faded;
    animation-duration: 4s;
}

.item_outer{
	margin: 10px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.item{
	width: 200px;
	height: 200px;
	max-width: 100vw;
	max-height: 100vw;
	opacity: 0.3;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	margin: 20px;
}

.item_image{
	width: 100%;
	height: 80%;
	margin-bottom: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.item_bigtext{
	width: 100%;
	height: 80%;
	font-size: 600%;
	font-weight: 900;
}

.item_simple{
	background-image: url('../graphics/simple.svg');
}

.item_strong{
	background-image: url('../graphics/strong.svg');
}

.item_fast{
	background-image: url('../graphics/fast.svg');
}

.item_top{
	background-image: url('../graphics/top.svg');
}

.customizer .preview{
	margin: 30px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.custom_front, .custom_back{
	width: 40%;
}

.form{
	font-size: 20px;
	font-weight: 100;
	color: gray;
}

@keyframes faded{
    from {opacity: 0;}
    to {opacity: 1;}
}

.share_modal_bg{
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 20;
	display: none;
}

.share_modal{
	background-color: white;
	position: relative;
	width: 800px;
	max-height: 100%;
	max-width: 100vw;
	z-index: 21;
	box-sizing: border-box;
	opacity: 0;
	padding: 20px;
	-webkit-transition:  0.2s ease-in-out;
	-moz-transition:  0.2s ease-in-out;
	-o-transition:  0.2s ease-in-out;
	-ms-transition:  0.2s ease-in-out;
	transition:  0.2s ease-in-out;
	transition-property: transform, opacity;
	opacity: 1;
	transform: scale(1, 1);
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	pointer-events: all;
}

.share_modal h1{
	margin: 0px;
}

.modal_outer{
	z-index: 21;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	display: none;
}

.modal_outer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal .close{
	-webkit-appearance: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.output img{
	width: 100%;
	border: solid 1px lightgray;
}

@media (max-width: 900px){

.item_bigtext{
	width: 100%;
	height: 80%;
	font-size: 400%;
	font-weight: 900;
}

h1{
	font-size: 30px;
}

.wallpaper{
	background-position: left 40% center;
}
.wallpaper .text{
	font-size: 50px;
	right: 10px
}

.logo{
	width: 200px;
	height: 100px;
}

.item{
	width: 30vw;
	height: 30vw;
}

.colorpicker, input[type="text"]{
	margin-bottom: 20px;
}

.custom_front, .custom_back{
	width: 100%;
	margin-bottom: 10px;
}

.print, .share, .why, .customize, input[type="text"]{
	width: 92%;
	box-sizing: border-box;
}
}

@media print{

html body *, .customizer *{
	display: none;
	visibility: hidden;
}

*{
	margin: 0px;
	padding: 0px;
}

.customizer, .customizer .preview, .customizer .preview *{
	display: block;
	visibility: visible;
}

.customizer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.customizer .preview{
	margin: 0px;
	display: block;
	visibility: visible;
}

.custom_front, .custom_back{
	width: 100%;
	visibility: visible;
	margin: 0px;
	max-height: 100%;
	box-sizing: border-box;
	height: 90%;
	overflow: hidden;
	margin: 0px;
}

@page{
    size: A4;
    margin: 0;
}
}
