@import url('https://fonts.googleapis.com/css?family=Quicksand:500,700');

body {
  font-family: 'Quicksand', sans-serif;
  padding-top: 20px;
  font-weight: 500;
}

hr {
  border-color: #515151;
}

h3 {
  margin-top: 60px;
  margin-bottom: 40px;
}

footer {
  padding: 10px;
  background-color: #126826;
  color: #ffffff;
  font-size: 12px;
}

header img {
  max-width: 75%;
}

footer a {
  color: #ffffff;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.container .jumbotron {
  border-radius: 0;
}

.jumbotron {
  background-color: #f7f7f7;
}

.jumbotron p {
  font-size: 14px;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.thumbnail {
  padding: 20px 5px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #f7f7f7;
  border: none;
}

.thumbnail .caption {
  padding: 0;
  margin-top: 10px;
}

.popover {
  border-radius: 0;
}

.flip-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}

.text-primary {
  color: #37b349;
}

.text-dark-green {
  color: #00a848;
}

.row.row-10 {
 margin-right: -10px;
 margin-left: -10px;
}

.row.row-10 > [class^="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}

#contacts {
  text-align: center;
}

#contacts .row > [class^="col-"] {
  margin-bottom: 20px;
}

#contacts .row > [class^="col-"]:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .col-eq {
    width: 20%;
  }

  #contacts {
    text-align: left;
  }

  #contacts .row > [class^="col-"] {
    margin-bottom: 0;
  }

  #contacts .body {
    margin-left: 45px;
  }
}

@media (min-width: 1200px) {
  #contacts .body {
    margin-left: 78px;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 1.2),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.2),
only screen and (min-devicepixel-ratio: 1.2),
only screen and (min-resolution: 1.2dppx) {
  body {
  }
}
