/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #e6a8a8;
  background-color: #fbfbfb;
}

.fixed-top {
  background-color: #383838;
}

.display-4 {
  text-shadow: black 1px 2px 1px;
}

span.text-muted {
  color: silver !important;
}

a.navbar-brand {
  font-size: 3em;
  color: #e6a8a8;
  font-family: 'Kaushan Script', cursive;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}

a {
  color: grey;
  font-weight: 400;
}

li.nav-item a:hover {
    color: white;
}

.contact-bar {
  margin-right: .5em;
}

.contact-bar a {
  color: silver;
}

.contact-bar a:hover {
  color: silver;
}

hr.nav-divider {
    border: 0;
    border-top: 1px solid #e6dbdb1a;
    margin: 1em;
}

.navbar-toggler-icon {
  font-size: 2em;
  color: silver;
  padding-top: 5px;
}

p.lead {
  color: grey;
}

p.lead a {
  color: #e6a8a8;
}

p.lead a:hover {
  color: red;
  text-decoration: none;
}

p.blogtag {
  color: grey;
  padding-top: 30px;
}

a.blogline {
  background: #e6a8a8;
  padding: 5px;
  color: white;
  text-decoration: none;
}

a.blogline:hover {
  color: grey;
  background: #e6a8a8b3;
  text-decoration: none;
}

footer a:hover {
  color: black;
  text-decoration: none;
}

.bg-light {
    background-color: #fbfbfb!important;
}

.my-5 {
    margin-top: 6em !important;
  }

  @media (min-width: 992px) {
    .p-lg-5 {
    padding: 1rem!important;
      }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: silver;
}

.carousel-caption h1 {
  color: #383838;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/*.learning {
  background-color: #e6a8a8;
}

.international {
  background-color: #e6a8a8;
}

.translation {
  background-color: silver;
}

.learning > .btn-primary {
  background-color: #e6a8a8;
}*/


.btn-primary {
  background-color: silver;
  border-color: white;
}

.btn-primary:hover {
  background-color: silver;
  border-color: white;
  font-weight: 400;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

img.chalkboard {
  padding-top: 150px;
}

img.flashfix {
  padding-top: 90px;
}

hr.featurette-divider:nth-of-type(1) {
  margin: 1em 0 2em;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
    margin-bottom: .5em;
  }
}

@media (max-width: 900px) {
  .contact-bar {
    display: none;
  }

  .my-5 {
    margin-top: 6em !important;
  }

  img.chalkboard, img.flashfix {
    padding-top: 50px;
  }

}

