body.landing {
  background-color: rgb(255,255,255);
}

.hero-content {
  position: relative; /* positioning will be explained in a resource */
  min-height: 600px;  /* hero content element must be _at least_ 600 pixels */
  background-image: url(../assets/images/library-books-large.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-content .hero-title {
  font-family: 'Playfair Display', sans-serif;
  position: absolute;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  text-align: left;
  font-size: 2.3rem;
/*  font-weight: 900;*/
/*  text-transform: uppercase;*/
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 0px rgb(255,255,255);
  padding-bottom: 20px;
  padding-left:40px;
  color:black;
}

.hero-content .hero-arrow{
  background-image: url(../assets/images/arrow-down-icon.png);
  position: absolute;
  top:55%;
/*  width: 20%;*/
  height:200px;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  margin:0 auto;
  width:100%;
}

.hero-content .hero-subtitle {
  position: absolute;
  font-family: 'Playfair Display', sans-serif;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  font-size: 5rem;
/*  font-weight: 900;*/
  text-transform: normal;
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 0px rgb(58,23,63);
  padding-bottom: 5px;
  padding-left: 40px;
  color:white;
}


.hero-content .hero-bubble {
  position: absolute;
  font-family: 'Shadows Into Light', cursive;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 100;
  letter-spacing: .1rem;
  text-shadow: 1px 1px 0px rgb(58,23,63);
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 60px;
  padding-right:40px;
  margin-left: 140px;
  background-color: floralwhite;
  border-radius: 10px;
}


@media (max-width: 800px) {
  .hero-content .hero-title {
    font-size: 2rem;
    letter-spacing: .05rem;
  }
  .hero-content .hero-subtitle {
    font-size: 3.4rem;
    letter-spacing: .05rem;
  }
}

@media (max-width: 500px) {
  .hero-content .hero-subtitle {
    top:65%; 
    font-size: 3.4rem;
    letter-spacing: .05rem;
    line-height: 3rem;
  }
}

.point {
    text-align: center;
    padding: 35px;
}

.point h1 {
   font-size: 2rem;
}

.point p {
   text-align: center;
    padding-bottom: 5px;
}

.point .glyphicon {
    font-size: 5rem;
}

.jumbotron {
  margin:30px;
  padding:25px 70px;

}
.jumbotron p{
    font-size: 1.1rem;
}

.jumbotron .btn {
  margin-top:5px;
  margin-bottom:20px;
}

.parallax {
    /* The image used */
    background-image: url("/assets/images/children-smiling-at-school.jpg");

    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 800px) {
  .hero-content .hero-title {
    font-size: 2rem;
    letter-spacing: .05rem;
  }
}

@media (min-width: 1200px) {
  .row {
    margin: 0px auto;
    max-width: 1200px;
  }
  .jumbotron {
    max-width: 1200px;
    margin: 30px auto;
  }
}
