html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Ubuntu, arial, sans-serif;
  word-wrap: break-word;
  word-break: break-word;
}
#wrapper{
  min-height: 100%;
  background-color: #092e7b;
  text-align: center;
  padding: 50px 0px;
  position: relative;
}
#wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(../images/bg.jpg);
  width: 100%;
  opacity: 0.07;
  background-repeat: no-repeat;
  background-size: cover;
}
#content{
  display: table;
  margin: 0 auto;
  padding: 0 0 60px;
  width: 800px;
  background: #FFCA08;
  color: #000;
  border: 10px solid #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
#content h1 {
  margin: 20px 0 7px;
  color: #092e7b;
  text-transform: uppercase;
}
#content p {
  margin: 20px 0 15px;
}
#content h2 {
  margin: 20px 0 15px;
}
#preview {
  position: relative;
  display: inline-block;
  height: 410px;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
#profile-pic, #fg {
  width: auto;
  padding: 60px 0;
  margin: 0 auto;
}
#profile-pic {
  padding: 0;
}
#fg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fb-set-pic{
  display: table;
  margin: 20px auto;
}
#download{
  padding: 10px 20px;
  background: #092e7b;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
  border: 0;
}
#fb-set-pic{
  background-color: #4267b2;
  border-color: #4267b2;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
}
#download[disabled], #fb-set-pic[disabled]{
  background: #092e7b;
  color: #fff;
  border: none;
  margin: 0 6px;
}
.design{
  height: 100px;
  border: 5px dashed #fff;
  cursor: pointer;
  margin: 0 2px;
}
.design.active{
  border: 5px dashed #000;
}
#comments{
  margin: 20px;
}
#shareOptions a.share {
  color: #000;	
}
#shareOptions .share {
  background: transparent;
  border: 0;
}
#shareOptions .share i {
  font-size: 24px;
}

.file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
}
.file label {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid #009578;
  background-color: #009578;
  color: #fff;
  padding: 9px 23px;
}

.file label i {
  padding-right: 5px;
}
.file > input[type="file"] {
  display: none;
}


@media screen and (max-width: 801px){
	#content{
		width: 97%;
		margin: 0;
	}
  #comments{
    margin: 20px 0;
  }
}

@media screen and (max-width: 575px){
#content{
  width: 94%;
  margin: 0;
}
#content h1 {
  font-size: 21px;
}
#content p {
  margin: 9px 0 0;
  font-size: 12px;
}
.design {
  border: 2px dashed #fff;
  height: 68px;
}
.design.active {
  border: 2px dashed #000;
}
#content p.btns {
  display: block;
}
#download[disabled], #fb-set-pic[disabled] {
  margin: 0 auto 7px;
  font-size: 14px;
}	
#fg {
  width: 100%;
}
#preview {
  height: 360px;
}
#download {
  margin: 0 0 7px;
}
#crop-area .cr-boundary {
  width: 100% !important;
}


}