.container {
  width: 820px;
  margin: auto;
}
a:hover {
  color: #2eb398;
}
header {
  height: 100px;
  width: 100%;
  background-image: url('../img/header-bg.png');
  background-repeat: repeat-x;
  position: relative;
}
header .pointy-thing {
  height: 100px;
  width: 170px;
  background-image: url('../img/pointy-thing.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -85px;
}
header nav ul {
  width: 670px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
header nav ul li {
  float: left;
  margin: 21px 20px 0;
  text-align: center;
}
header nav ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav ul li a.active {
  color: #2eb398;
}
header nav ul .right {
  float: right;
}
.home-page .title,
.about-page .title,
.schools-page .title {
  margin: 20px 0 0;
  text-align: center;
}
.home-page .apps,
.about-page .apps,
.schools-page .apps {
  margin-top: -10px;
  margin-bottom: -30px;
}
.home-page .apps div,
.about-page .apps div,
.schools-page .apps div {
  text-align: center;
  position: relative;
}
.home-page .apps div a,
.about-page .apps div a,
.schools-page .apps div a {
  margin: 0 7px;
  position: relative;
}
.home-page .apps div a img,
.about-page .apps div a img,
.schools-page .apps div a img {
  transition: transform 0.3s;
}
.home-page .apps div a span,
.about-page .apps div a span,
.schools-page .apps div a span {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 20px;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
}
.home-page .apps div a:hover img,
.about-page .apps div a:hover img,
.schools-page .apps div a:hover img {
  transform: scale(1.1, 1.1);
}
.home-page .about-me,
.about-page .about-me,
.schools-page .about-me {
  position: relative;
  background-image: url('../img/green-body-bg.jpg?v=3');
  width: 1020px;
  height: 439px;
  margin: auto;
  background-position: center;
}
.home-page .about-me .facebook,
.about-page .about-me .facebook,
.schools-page .about-me .facebook {
  position: absolute;
  bottom: 15px;
  left: 40px;
  text-align: center;
}
.home-page .about-me .tmp,
.about-page .about-me .tmp,
.schools-page .about-me .tmp {
  position: absolute;
  bottom: 15px;
  right: 40px;
  text-align: center;
}
.home-page .about-me .tmp a,
.about-page .about-me .tmp a,
.schools-page .about-me .tmp a {
  text-decoration: none;
}
.home-page .about-me .tmp img,
.about-page .about-me .tmp img,
.schools-page .about-me .tmp img {
  width: 250px;
}
.home-page .about-me .tmp p,
.about-page .about-me .tmp p,
.schools-page .about-me .tmp p {
  margin-top: 5px;
  margin-bottom: 0;
}
.home-page .about-me p,
.about-page .about-me p,
.schools-page .about-me p {
  color: #fff;
  font-size: 17px;
}
.home-page .about-me .tags,
.about-page .about-me .tags,
.schools-page .about-me .tags {
  margin: auto;
  width: 600px;
  text-align: center;
  font-size: 22px;
  padding-top: 55px;
  margin-bottom: 30px;
  text-decoration: none;
  color: #20816d;
}
.about-page .title,
.schools-page .title {
  margin-bottom: 20px;
}
.about-page .about-me,
.schools-page .about-me {
  padding-top: 10px;
  padding-bottom: 30px;
}
.about-page .about-me a,
.schools-page .about-me a {
  color: #fff;
}
.about-page .about-me a:hover,
.schools-page .about-me a:hover {
  color: #fff;
  text-decoration: none;
}
.get-in-touch {
  background: #1a1a1a;
  width: 100%;
  color: #fff;
  padding: 20px 0 30px;
}
.get-in-touch h2 {
  margin-bottom: 0;
}
.get-in-touch .contact-form {
  width: 570px;
  float: left;
}
.get-in-touch .contact-form .success {
  display: none;
  color: #2eb398;
  font-size: 16px;
  margin: 0;
}
.get-in-touch .contact-form .input-group {
  margin-bottom: 10px;
  width: 570px;
}
.get-in-touch .contact-form input[type="text"],
.get-in-touch .contact-form input[type="email"],
.get-in-touch .contact-form textarea {
  background: #454545;
  color: #fff;
  padding: 10px 10px;
  border: 1px solid #454545;
  box-shadow: none;
  width: 550px;
  font-size: 12px;
}
.get-in-touch .contact-form textarea {
  height: 100px;
}
.get-in-touch .contact-form .input-group.has-error input[type="text"],
.get-in-touch .contact-form .input-group.has-error input[type="email"],
.get-in-touch .contact-form .input-group.has-error textarea {
  border: 1px solid red;
}
.get-in-touch .contact-form .input-group.has-error .help-block {
  color: red;
  font-size: 12px;
}
.get-in-touch .contact-form #submit_button {
  background: #2eb398;
  padding: 12px 30px;
  font-size: 12px;
  box-shadow: none;
  border: 0;
  float: right;
}
.get-in-touch .contact-form #submit_button:hover {
  background: #03818e;
}
.get-in-touch .contact-form .loading {
  display: none;
}
.get-in-touch .details {
  float: left;
  width: 220px;
  margin-left: 30px;
  font-size: 12px;
}
.get-in-touch .details p:first-child {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
.get-in-touch .details .contact-detail {
  padding-left: 22px;
}
.get-in-touch .details .contact-detail span {
  float: left;
  margin-left: -27px;
}
.get-in-touch .details .contact-detail span img {
  margin-top: -2px;
}
footer {
  height: 42px;
  width: 100%;
  background: #222222;
  line-height: 42px;
  color: #777777;
  font-size: 12px;
}
