/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
body, html {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400; }

header .logo {
  margin: 0 auto;
  display: block;
  text-align: center; }
header .logo img {
  max-width: 80px; }

p {
  line-height: 24px;
  font-size: 16px;
  color: #636c72;
  margin-bottom: 24px; }

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  background-color: #fff; }
.jumbotron p:last-child {
  margin-bottom: 0; }
.jumbotron .jumbotron-heading {
  font-weight: 300; }
.jumbotron .container {
  max-width: 40rem; }

section.content {
  padding: 20px 0; }

.btn {
  margin: 10px 0; }

.img-responsive {
  width: 100%;
  max-width: 100%; }
.img-responsive.circle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.btn-primary {
    color: #fff;
    background-color: #48848a;
    border-color: #48848a;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #849b7f;
    background-image: none;
    border-color: #849b7f;
}
#map {
  display: inline-block;
  width: 100%;
  min-height: 350px; }

footer {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  background-color: #48848a;
  margin: 20px 0 0 0; }
footer .copyright {
  color: #fff;
  margin: 0; }
footer .social-icons a {
  color: #fff;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  min-width: 26px;
  min-height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  margin: 0 0 0 10px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s; }
footer .social-icons a:hover {
  background: #fff; }
footer .social-icons a:hover i.fa {
  color: dimgrey; }

a {
color:#5d8389;
}
a:hover {
color:#025aa5;
}

@media (max-width: 767px) {
  #map {
    margin: 0 0 20px 0; } }
