
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  = scroll
----------------------------*/
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar {
  background: #ecf0f1;
}
::-webkit-scrollbar-thumb {
  background: #fff;
}

/*  = body
----------------------------*/
html,body{

}
body{
  /*background:url(https://hidebg.com/background.jpg) no-repeat center center fixed #eee; */
  width: 100%;
  margin-top:5px;
  text-align:center;
  background: #64D796;
  background: -moz-radial-gradient(center, ellipse cover,  #64D796 0%, #000000 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  #64D796 0%,#000000 100%);
  background: radial-gradient(ellipse at center,  #64D796 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64D796', endColorstr='#000000',GradientType=1 );

  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}
/*
body:hover {
  background: url(https://hidebg.com/background.png) no-repeat center center fixed #eee; 
  background-size:cover;
  color:#7f8c8d;
  overflow:auto;
  text-decoration: none;
}
*/

.top{
  display: block;
  padding:10px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.top img{
  max-width:30%;
  height:auto; 
  border:0;
}

.center{
  display: block;
  padding:10px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.wrapper{
  background: rgba(255, 255, 255, 0);
  display: block;
  padding:0.2%;
  margin: 1% auto;
  width: 100%;
  text-align: center;
}

/*  = title
----------------------------*/
.wrapper h1,h1{
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 400;
  font-size: 39px;
  color: #ffffff;
  /*text-shadow: 0 2px 1px #000000,0 2px 1px #000000,0 2px 1px #000000;*/
}
.wrapper p{
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 400;
  font-size: 14px;
  color: #202020;
}


/*  = input file
----------------------------*/
.inputFile {
  color: transparent;
  outline:none;
  cursor:pointer;
  display:block;
  margin:0 auto;
  width:220px;
}
.inputFile::-webkit-file-upload-button {
  visibility: hidden;
}
.inputFile::before {
  content: 'Upload Your Photo';
  margin: 10px;
  color: #FFF;
  display: inline-block;
  background: #F8BA4F;
  border: 1px solid #ffffff;
  padding: 5px;
  width: 200px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  text-decoration:none;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 300;
  font-size: 20px;
  box-shadow: 0 6px 6px -6px #474747;
  border-radius: 2px;
  transition:all 0.2s ease;
}
.inputFile:hover::before {
  border-color: #eee;
  background: #00D7D7;
  color: #eee;
  transition:all 0.2s ease;
}
.inputFile:active {
  outline: 0;
}
.inputFile:active::before {
  border-color: #FFF;
  background: #2B8AC0;
  color: #FFF;
}
.btn{
  margin:5px;
  color: #FFF;
  display: inline-block;
  background: #00A8A8;
  border: 1px solid #00A8A8;
  padding: 8px 10px;
  text-align: center;
  text-decoration:none;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 300;
  font-size: 20px;
  box-shadow: 0 6px 6px -6px #474747;
  border-radius: 2px;
  transition:all 0.2s ease;
}
.btn:hover{
  border-color: #eee;
  background: #00D7D7;
  color: #eee;
  transition:all 0.2s ease;
  text-decoration: none;
}
/*  = lightbox
----------------------------*/
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height:199%;
  background:#ecf0f1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close_overlay {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  color:#95a5a6;
  transition: all 0.5s ease;
}
.close_overlay:hover{
  background: #00A8A8;
  color: #ECF0F1;
  transition:all 0.5s ease;
}
.show{
  opacity: 1;
  visibility: visible;
  z-index: 999999999;
}
.output {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 5% auto;
  padding: 1em;
  width: 600px;
  height: 500px;
  overflow:auto;
}
.output ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 3px;
  display: block;
  color: #A7A7A7;
  font-size: 13px;
}
.output ul b{
  color: #868686;
}
.textarea {
  overflow: auto;
  width: 100%;
  height: 200px;
  margin: auto;
  margin-bottom:16px;
  display: block;
  border: 1px solid #ecf0f1;
  background: #ecf0f1;
  color: #7f8c8d;
  font-size:13px;
  font-family:monospace,sans-serif;
  
  word-break: break-all; 
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: pre\9; 
}
.thumb {
  display: block;
  width: 50%;
  height: auto;
  margin: 10px auto;
  box-shadow: 0 6px 6px -6px #000;
}


@media (max-width: 967px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .top img{
     max-width:85%;
     height:auto; 
     border:0;
  }
  .wrapper h1,h1{
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  /*text-shadow: 0 2px 1px #000000,0 2px 1px #000000,0 2px 1px #000000;*/
}
.wrapper p{
  font-family: 'Avantgarde', 'fantasy';
  font-weight: 400;
  font-size: 12px;
  color: #202020;
}
}
