/**
  Color pallete http://www.colourlovers.com/palette/2033168/Peonys_Ballet

  COLORS
  - Vanilla Lilyby faded jeans
    HEX F7EFE3
    RGB 247,239,227

  - Safbi - Ivoryby Safbi
    HEX F2E6D0
    RGB 242,230,208

  - Devil Diverby manekineko
    HEX 86134D
    RGB 134,19,77

  - Peony's Heartby Piahr
    HEX DF80AD
    RGB 223,128,173

  - verto
    HEX FCEAEA
    RGB 252,234,234
  **/


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(134, 19, 77, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(223, 128, 173, 0.6);
}

strong {
  color: #86134D;
  font-weight: bold;
}

.btn:focus {
  outline: 0 none !important;
}

.btn-primary {
  color: #FCEAEA;
  background-color: rgba(134, 19, 77, 0.9);
  border: rgba(134, 19, 77, 1);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(134, 19, 77, 1);
}

.btn-primary:active {
  background-color: rgba(134, 19, 77, 1) !important;
}

.btn-secondary {
  color: rgba(134, 19, 77, 0.9);
  background-color: #FCEAEA;
  border: rgba(134, 19, 77, 1);
}

.btn-secondary:hover,
.btn-secondary:focus {
  outline: 0;
  background-color: rgba(134, 19, 77, 1);
}

.btn-secondary:active {
  outline: 0;
  background-color: rgba(134, 19, 77, 1) !important;
}

.header {
  background-image: url("img/bg-1.jpg");
  background-size: cover;
  background-position: center center;
  color: #F7EFE3;
  position: relative;
}


.header h1,
.header h1 a {
  font-family: 'Dancing Script', cursive;
  color: #DF80AD;
  text-shadow: 1px 1px 0 #F7EFE3;
}

.header h1 a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.header h2 {
  font-size: 2em;
  text-shadow: 1px 1px 0 #DF80AD;
}

.header h3 {
  font-size: 1.2em;
}

.header em {
  font-family: 'Dancing Script', cursive;
  color: #DF80AD;
  text-shadow: 1px 1px 0 #F7EFE3;
  font-style: normal;
}

.header .bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 5px 0;
  background: rgba(252, 234, 234, 0.5);
}

.header .btn-cta {
  color: #86134D;
}

.header-full {
  min-height: 100%;
  min-height: 100vh;
  text-align: center;
}

.header-full h1 {
  font-size: 3em;
}

.header-full .container {
  width: 100%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.header-slim {
  vertical-align: middle;
}

.header-slim h1 {
  margin-top: 10px;
  font-size: 3em;
}

.header-slim h2 {
  margin-top: 16px;
  font-size: 1.3em;
}

.header-slim h2 em {
  font-size: 1.4em;
}

.section {
  margin: 40px 0;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: #86134D;
}

.section h2 {
  margin-bottom: 25px;
}

.feature {
  text-align: center;
}

.feature .fa {
  font-size: 4em;
  color: #DF80AD;
}

.feature .feature-title {
  color: #000;
  margin-bottom: 0;
}

.list-featured {
  padding-left: 0;
  margin: 20px 0;
}

.list-featured li {
  list-style: none;
  font-size: 1.3em;
  margin: 5px 0;
}

.list-featured .fa {
  color: #DF80AD;
  margin-right: 5px;
}

.highlight {
  background: #FCEAEA;
  color: #86134D;
}

.highlight .highlight-title {
  margin-top: 0;
}

.highlight .btn-primary {
  font-size: 1.3em;
  background: #DF80AD;
  background-image: -webkit-linear-gradient(top, #DF80AD, #86134D);
  background-image: -moz-linear-gradient(top, #DF80AD, #86134D);
  background-image: -ms-linear-gradient(top, #DF80AD, #86134D);
  background-image: -o-linear-gradient(top, #DF80AD, #86134D);
  background-image: linear-gradient(to bottom, #DF80AD, #86134D);
}

.highlight .btn-primary:active,
.highlight .btn-primary:focus {
  background: #86134D;
  background-image: -webkit-linear-gradient(top, #86134D, #DF80AD);
  background-image: -moz-linear-gradient(top, #86134D, #DF80AD);
  background-image: -ms-linear-gradient(top, #86134D, #DF80AD);
  background-image: -o-linear-gradient(top, #86134D, #DF80AD);
  background-image: linear-gradient(to bottom, #86134D, #DF80AD);
}

.section.highlight {
  margin: 0;
  padding: 40px 0;
}

.article {
  margin: 40px 0;
}

.article-title {
  text-align: center;
  margin: 20px 0;
}

.cta {
  background: #F7EFE3;
  color: #86134D;
}

.cta .btn-primary {
  font-size: 1.5em;
}

.testimonial {
  position: relative;
  margin: 20px 0;
  padding-left: 80px;
  border: none;
}

.testimonial::before {
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 8em;
  position: absolute;
  top: -40px;
  left: 0;
  color: #F2E6D0;
}

.testimonial-body {
  font-style: italic;
}

.testimonial-footer {
  font-size: 0.85em;
}

.footer {
  padding: 15px 0;
  background: #F7EFE3;
  color: #86134D;
  text-align: center;
}

.center-margin {
  margin: 0 auto;
}

.img-bg {
  display: block;
  width: 100%;
  height: 300px;
  background-image: url("img/img-1.jpg");
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .header .btn-cta {
    font-size: 1.5em;
  }

  .header-full {
    min-height: 90vh;
  }

  .header-full h1 {
    font-size: 7em;
  }

  .header-full h2 {
    font-size: 3em;
  }

  .header-full em {
    font-size: 1.3em;
  }

  .img-bg {
    height: 445px;
  }
}