html, body {
  font-size: 16px;
  background: hsla(200, 25%, 96%);
  font-family: 'Lato', sans-serif;
  color: hsl(200, 31%, 14%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alegreya', sans-serif;
}

.nav-link:hover {
border-top: 2px solid #3459b3;
border-bottom: 2px solid #3459b3;
display: inline-block;
}

.nav-link {
  color: #ffffff !important;
  border-top: 2px solid #f8f9fa;
  border-bottom: 2px solid #f8f9fa;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
}

.active {
  border-top: 2px solid #3459b3;
  border-bottom: 2px solid #3459b3;
}

.border-nav {
  border-color: #333333;
}

.contact-top {
  background-color: #3459b3;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.80);
}

.contact-mid-bg {
  background-color: #0080ff;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.80);
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.contact-mid {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.40);
}

.contact-mid-bg a[href^="tel"] {
  color: #ffffff;
}

a[href^="tel"] {
  color: #000000;
}

footer {
  background-color: #0080ff;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
  box-shadow: 0 -2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

footer a {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
  text-decoration: underline;
}

footer a:hover {
  color: #000000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.60);
  text-decoration: underline;
}

footer p {
  text-indent: 0px;
}

.fa-facebook-square {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
}

.fa-facebook-square:hover {
  color: #4267b2;
}

.bottom {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
  background-color: #3459b3;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

p {
  text-indent: 5px;
}

.navbar-toggler {
  background: #ffffff;
}

.navbar-toggle-icon {
  color: #ffffff;
}
/*
h2:after {
  display: block;
  content: "";
  width: 25%;
  border-bottom: solid 1px #000000;
}
*/

input, textarea {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.submit {
  background-color: #0080ff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.44);
}

.submit:hover {
  background-color: #3459b3;
}


@media (max-width: 767px) {
  .top-address{
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .estimate p .h5, .estimate p .h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  li {
    border-top: 1px solid #ffffff;
    padding-right: 5px;
  }

  li:last-child {
    border-bottom: 1px solid #ffffff;
  }
  .nav-link, .nav-link:hover {
    border: none;
  }

  }
}
