body {
  padding-top: 121px;
}
body,
h1,
h2,
h3 {
  color: #5a6771;
  font-family: 'Open Sans';
}
h1 {
  font-size: 45px;
}
h3 {
  font-size: 25px;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 121px;
  background-color: #5a6771;
  color: white;
  padding-top: 34px;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 768px) {
  header {
    padding-top: 10px;
  }
}
header img {
  margin-top: 20px;
}
@media (max-width: 768px) {
  header img {
    margin-top: 0;
  }
}
header .nav-bar {
  margin-top: 34px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  header .nav-bar {
    margin-top: 7px;
  }
}
header .nav-bar ul {
  float: right;
}
@media (max-width: 768px) {
  header .nav-bar ul {
    float: left;
  }
}
header .nav-bar ul li {
  margin-left: 0;
}
@media (max-width: 768px) {
  header .nav-bar ul li {
    float: none;
    text-align: left;
  }
}
header .nav-bar ul li a {
  font-size: 12px;
  color: white;
  border-radius: 0;
}
@media (max-width: 768px) {
  header .nav-bar ul li a {
    padding: 1px 5px;
    margin-left: -5px;
  }
}
header .nav-bar ul li a:hover {
  text-decoration: none;
  background-color: #7c868d;
}
footer {
  background-color: #323E48;
  color: white;
  padding: 20px;
}
footer img {
  margin-top: 20px;
}
.background_lines {
  background: url(../images/background.png);
  height: 495px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
}
input.form-control,
textarea.form-control {
  border-radius: 0;
  border-width: 0;
  font-style: italic;
  margin-bottom: 15px;
  resize: none;
}
.landing img {
  margin-bottom: 45px;
}
.landing h1 {
  color: #80bd01;
}
.landing h3 {
  margin-bottom: 60px;
}
.section_default {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.about {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  background: #00add9 url(../images/about_top.png) center top no-repeat;
}
.about h1 {
  color: white;
  margin-bottom: 15px;
}
.about p {
  margin-bottom: 20px;
}
.testimonials {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  background: url(../images/testimonials_top.png) center top no-repeat;
}
.testimonials h1 {
  color: #b52172;
  margin-bottom: 30px;
}
.testimonials .testimonial {
  color: white;
}
.testimonials .testimonial .bubble {
  width: 280px;
  height: 241px;
  padding: 20px 15px 15px 15px;
  margin-bottom: 10px;
}
.testimonials .testimonial .pink {
  background: url(../images/bubble_pink.png) center center no-repeat;
}
.testimonials .testimonial .blue {
  background: url(../images/bubble_blue.png) center center no-repeat;
}
.testimonials .testimonial .green {
  background: url(../images/bubble_green.png) center center no-repeat;
}
.testimonials .testimonial .author {
  color: #5a6771;
}
.gallery {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.gallery hr {
  margin-top: 0;
  border-width: 2px;
  width: 90%;
  border-color: #DDD;
}
.gallery h1 {
  color: #80bd01;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gallery img {
  border: 10px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 28px;
}
.contact {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  background: #5a6771 url(../images/about_top.png) center top no-repeat;
}
.contact h1 {
  color: white;
  margin-bottom: 30px;
}
.contact button {
  background-color: #00add9;
  border-radius: 0;
  border-width: 0;
  color: white;
  width: 150px;
  height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
