html, body{
	margin: 0;
	padding: 0;
	height: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
#wrapper{
	min-height: 100%;
	text-align: center;
}
.fontx{
font-family: 'Barlow Condensed', sans-serif;  
}
.fontx1{
font-size: 18px ; font-family: 'Barlow Condensed', sans-serif;  
}
.captionx{
color: #FD0803; font-weight:bold ; font-family: 'Barlow Condensed', sans-serif;  
}
.modal {
   position: absolute;
   top: 60px;
   right: 100px;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}
#content{
	display: table;
	margin: 0 auto;
  padding: 0 0 60px;
    width: 100% ;
  background: #fff;
  color: #000;
}
#preview{
	position: relative;
	display: inline-block;
	height: 500px;
	width: 500px;
	background: #fff;
}
#profile-pic, #fg{
	width: 100%;
}
#fg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
#fb-set-pic{
  display: table;
  margin: 20px auto;
}
#download{
  padding: 10px 20px;
  background: #EF2B2D;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
}
#fb-set-pic{
  background-color: #008D48;
  border-color: #008D48;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
}
#download2{
  padding: 10px 20px;
  background: #4B5C6E;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
}

#download[disabled], #fb-set-pic[disabled]{
  background: #CCC;
  color: #EEE;
  border: none;
}
.design{
  height: 100px;
  border: 1px solid #CCC;
  cursor: pointer;
}
.design.active{
  border: 3px solid #F90A04;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='coral' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  border: 2px solid coral;
}

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