html, body {
  background-color:#333;
}
body {
  padding-top: 5rem;
  color:white;
}
.init-margin {
    margin-top:calc(40vh - 230px);
}
.bg-dark {
  background-color:#333 !important;  
}
.page-home {
  padding: 3rem 1.5rem;
  text-align: center;
}
.dz-message { 
    color:#333; 
}
#overlay-image {
    display:none;
/*            width:100%;*/
    max-width:1200px;
    max-height:900px;
    border:0px none #555;
}
.image-preview {
    max-width:1200px;
    max-height:900px;
    display:inline;
    position:relative;
    vertical-align:top;
}
#preview-img {
    max-width:1200px;
    max-height:900px;
    object-fit: cover;
    position:relative;
    top:0;
    left:0;
}
#preview-img-copy {
    max-width:1200px;
    max-height:900px;
    object-fit: cover;
    position:absolute;
/*    top:0;*/
    left:0;
    opacity:0.5;
}
canvas{ 
    border: 0px none white;
    margin:1px;

}
.width120 {
    width:120px;
}
.width200 {
    width:220px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .25rem .5rem;
    height: calc(1.8125rem + 2px);
    vertical-align: middle;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.marginTop24 {
    margin-top:24px;
}
.marginBottom24 {
    margin-bottom:24px;
}
.marginTop12 {
    margin-top:12px;
}
.marginBottom12 {
    margin-bottom:12px;
}
.cover-container {
    max-width:84em;
}
#myDropzone {
    max-width:640px;
    margin:0 auto;
}
.wmTypes {
    opacity:0;
}
.wm_text {
    cursor:grab;
    text-shadow: 1px 1px 4px grey;
    font-size:30px;
}
.draggable {
    cursor:grabbing !important;
}
.crop {
    cursor:crosshair;
}
.move {
    cursor:move;
}
.control {
    display:none;
}

/*
 * Header
 */
.navbar {
    display:inherit;
}
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/* home */

.control-bar {
    margin-top:24px;
}
.control-bar i {
    line-height: 34px;
}
.control-bar-assist {
    margin-top:12px;
}
.control-bar-item {
    display:none;
}
.btn-bold {
    padding:4px 4px 0px 2px;
}
.btn-bold i {
    vertical-align:sub;
    line-height:12px;
}
/* price */

#price {
  text-align: center;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
}

.entry-title {
  background: #53CFE9;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title>h3 {
  background: #20BADA;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #20BADA;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.pbtn {
  padding: 3em 0;
  text-align: center;
}

.pbtn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
  background: #75DDD9;
}

.basic .entry-title > h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}