body {
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}

#canvas {
  position: relative;
  padding-bottom: 50%;
  background: coral;
  background-size: cover;
  background-position: center;
}

#avatar {
  position: absolute;
  right: 32px;
  bottom: 32px;
  height: 80px;
}

#quote {
  position: absolute;
  padding: 10%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size :40px;
  color: white;
  text-shadow: rgba(0, 0, 0, .8) 0px 1px 4px;
}

#quote-input{
  resize: vertical;
}

[hidden] {
  display: none !important;
}


.backgrounds {
}

.backgrounds li{
  display: inline-block;
}

.backgrounds img, .backgrounds div {
  display: inline-block;
  height:100px;
  width:100px;
  cursor: pointer;
  vertical-align: top;
}

#font-colors {
  /* margin: 8px; */
}

#font-colors div { 
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.dropdown-menu a{
  font-size: 16px !important;
  text-transform: none !important;
}
/* #fonts a{
  text-decoration: none !important;
  padding: 4px;
  color: black;
  cursor: pointer;
}

#fonts a:hover {
  color: #03b48d;
}

#plus , #minus {
  display: inline-block;
  font-size: 20px;
  height: 25px;
  width: 25px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
} */


