html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Ubuntu, arial, sans-serif;
background-color: #000000;
  word-wrap: break-word;
  word-break: break-word;
	
}
#wrapper{
	min-height: 100%;
	background-color: #ffffff;
	text-align: center;
  background-image: url(./bg.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#content{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff00;
  color: #000;

}
#preview_panel{
	position: relative;
	display: inline-block;
background: #000000bd;
	background-image: url(./bg-placeholder.jpg);
  border: 0px solid #333;
	background-size: cover;
  height: 100%;
  width: 99%;
}
#download {
    cursor: pointer;
    border-style: none;
    background: none;
}
#download[disabled]{
  opacity: 0.7;
  cursor: not-allowed;
  filter: grayscale(100%);
}
.design{
  height: 100px;
  border: 1px solid #CCC;
  cursor: pointer;
}
.design.active{
  border: 1px solid #000;
}
@media screen and (max-width: 970px){
  .design{
    height: 90px;
  }
}
@media screen and (max-width: 881px){
  .design{
    height: 70px;
  }
}

.title {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 50px;
  }


.file-input-box {
  display: flex;
  flex-direction: row;
}
.file-input-box #no-file {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3vh 0 0 2vw !important;
  word-spacing: 1px;
}
.file-input {
  margin-left: 1vw;
  margin-top: 2vh;
  margin-bottom: 0.4vw;
  color: #00000000;
  cursor: pointer;
}
.file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.file-input::before {
  content: url(./button-selectfile.png);
}
/*
.upper-canvas {
-webkit-box-shadow: 1px 0px 38px 12px #000000; 
box-shadow: 1px 0px 38px 12px #000000;
}
*/


@media only screen and (max-width : 500px) {

 #wrapper{
	min-height: 100%;
	background-color: #ffffff;
	text-align: center;
  background-image: url(./bg-mobile.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}   
}