body {
  background-color: white;
}

a.link2button {
  display: inline-block;
  text-decoration: none;
  background-color: #78CFBF;
  color: #FFF;
  width: 16em;
  margin-top: 0.5em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: center;
}

#nav-menu {
  margin-right: 1rem;
}

.navbar-default {
  background-color: #2F92CA;
}
.navbar-default a.navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}

@media(max-width: 48em) {
  .navbar-default a.navbar-brand {
    font-size: 1em;
  }
}

@media(max-width:48em) {
  section#intro-header {
    background-image: url(../images/haru0040_sm.jpg);
    background-size: cover;
  }
}

@media(min-width:48em) {
  section#intro-header {
    background-image: url(../images/haru0040_md.jpg);
    background-size: cover;
  }
}

section#intro-header .wrap-headline {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

@media(max-width: 48em) {
  section#intro-header h1 {
    font-size: 1.8em;
  }
}

@media(min-width: 48em) {
  section#intro-header h1 {
    font-size: 3em;
  }
}

section#intro-header h1,
section#intro-header h2 {
  color: #FFF;
}

section#intro-header h2 {
  font-size: 2rem;
}
section#intro-header hr {
  width: 10%;
}
section#intro-header .btn-default {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
section#news .row {
  margin-top: 3rem;
}
section#about img {
  margin-top: 6rem;
  margin-bottom: 5rem;
}

section#about h3 {
  margin-top: 6rem;
}

section#teacher {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

section#teacher .glyphicon {
  font-size: 2rem;
}

section#teacher .glyphicon-education {
  color: #4C4CE0;
}

section#pricing h3.price-headline {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

section#pricing .white-text {
  color: #FFF;
}

section#pricing thead .success {
  background-color: #78CFBF;
}

section#pricing thead .info {
  background-color: #3EC6E0;
}

section#pricing thead .danger {
  background-color: #E3536C;
}

section#pricing td {
  text-align: center;
  font-size: 90%;
}

#news {
  background: #EEE;
}
#news div.row {
  margin: 1rem auto;
  border: 1px solid #CCC;
  border-radius: 1rem;
  box-shadow: 2px 2px 2px #CCC;
  background: #FFF;
}
