@charset "utf-8";
/* CSS Document */


  .input5 {
    display: block;
    width: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: black;
    line-min-height: 1.3;
  }

#custom-button {
  padding: 10px;
  color: white;
  background-color: #009578;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

#custom-button:hover {
  background-color: #00b28f;
}

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btnImage {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width: 830px;
}

.input2 {
    display: block;
    width: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: black;
    line-min-height: 1.3;
  }

/*upload Button*/

.upload-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.UploadB {
  border: 1px solid gray;
  color: black;
  background-color:#E6E6E6;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  width: 830px;
  
}


.DownloadB {
  border: 1px solid gray;
  color: black;
  background-color:#E6E6E6;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  width: 200px;
  
}
.upload-wrapper input[type=submit] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*upload Button END*/


  @media screen and (max-width:800px) {
    .fakeimg{
        width:100%;
    } 
    .uploader, .input2, .upload-btn-wrapper, .btnImage, .inputUpload, .upload-wrapper, .UploadB, .input5, .feature-holder, .trending-items, .footer, .extras {
      width:100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
  }
