/**
  * Color pallete https://www.colourlovers.com/palette/41945/Mental_Health_Day
  **/

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(32,77,64, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(119,209,144, 0.6);
}

strong {
  color: rgb(32,77,64);
  font-weight: bold;
}

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

.btn-primary {
  color: #fff;
  background-color: rgba(32,77,64, 0.9);
  border: rgba(32,77,64, 1);
}

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

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

.btn-secondary {
  color: rgba(32,77,64, 0.9);
  background-color: rgb(195,241,215);
  border: rgba(32,77,64, 1);
}

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

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

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


.header h1,
.header h1 a {
  font-family: 'Comfortaa', cursive;
  color: rgb(119,209,144);
  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 rgb(119,209,144); */
}

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

.header em {
  font-family: 'Comfortaa', cursive;
  color: rgb(119,209,144);
  text-shadow: 1px 1px 0 #F7EFE3;
  font-style: normal;
}

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

.header .btn-cta {
  color: rgb(32,77,64);
}

.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;
  background-position: center -145px;
}

.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: rgb(32,77,64);
}

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

.feature {
  text-align: center;
}

.feature .fa {
  font-size: 4em;
  color: rgb(119,209,144);
}

.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: rgb(119,209,144);
  margin-right: 5px;
}

.highlight {
  background: rgb(195,241,215);
  color: rgb(32,77,64);
}

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

.highlight .btn-primary {
  font-size: 1.3em;
  background: rgb(119,209,144);
  background-image: -webkit-linear-gradient(top, rgb(119,209,144), rgb(32,77,64));
  background-image: -moz-linear-gradient(top, rgb(119,209,144), rgb(32,77,64));
  background-image: -ms-linear-gradient(top, rgb(119,209,144), rgb(32,77,64));
  background-image: -o-linear-gradient(top, rgb(119,209,144), rgb(32,77,64));
  background-image: linear-gradient(to bottom, rgb(119,209,144), rgb(32,77,64));
}

.highlight .btn-primary:active,
.highlight .btn-primary:focus {
  background: rgb(32,77,64);
  background-image: -webkit-linear-gradient(top, rgb(32,77,64), rgb(119,209,144));
  background-image: -moz-linear-gradient(top, rgb(32,77,64), rgb(119,209,144));
  background-image: -ms-linear-gradient(top, rgb(32,77,64), rgb(119,209,144));
  background-image: -o-linear-gradient(top, rgb(32,77,64), rgb(119,209,144));
  background-image: linear-gradient(to bottom, rgb(32,77,64), rgb(119,209,144));
}

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

.article {
  margin: 40px 0;
}

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

.cta {
  background: #F7EFE3;
  color: rgb(32,77,64);
}

.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: rgb(119,209,144);
}

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

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

.footer {
  padding: 15px 0;
  background: rgb(195,241,215);
  color: rgb(32,77,64);
  text-align: center;
}

.center-margin {
  margin: 0 auto;
}

/* Photo by Maddi Bazzocco https://unsplash.com/photos/LSLZ6YV7bEY */
.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;
  }
}
