h2{
  font-size: 1.1em;
}

.imgContainer{
  max-width: 100%;
}

.flexContainer{
  background: #e6a34c;
}

.flexContainer div img{
  width: 100%;
  height: auto;
}

figcaption div{
  background: #f8cd6f;
  font-size: 0.8em;
}

.bg-show-box{
  background: #e7b56f;
  border: 1px solid #dbbb56;
  border-radius: 4px;
}

#getWriter:hover{cursor: pointer;}

.card-header, .card-footer{background: #dca55f;}

.modal-backdrop{
  background-color: #000000;
  opacity: 1 !important;
}

.modal-content{
  background: #f8cd6f;
  color: #212529;
}

.modal-content .modal-header{
  background-color: #e7b56f;
  border-bottom: 0px;
}

.modal-body input[type="text"], .modal-body textarea{
  font-size: 14px;
}

.modal-content .modal-footer{
  background-color: #e7b56f;
  border-top: 0px;
}

#captcha-container{min-height: 50px;}

.btn-customer{
  padding: 0px 3px 2px 3px !important;
}

.captchaImg{
  border-radius: 4px;
}

.txtRed{color: red;}

.text-bg-warning{border: 1px solid red !important;}