html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 100px;
  margin-bottom: 100px;
  font-family: 'PT Sans', sans-serif;
  border-top: 5px solid #ed1b24;
}

.navbar-brand {
  margin-top: -5px;
}

.navbar-default {
    background-color: #ffffff;
}


.jumbotron {
  text-align: center;
  color: #ffffff;
  background-image: url( '../images/bg.jpg' );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -40px;
  margin-left: 0px;
  margin-right: 0px;
  height: 400px;
}

.jumbotron .caption {
  padding: 15px 30px 0px 30px;
  margin: 30px;
  background: #505050;
  background: rgba(0, 0, 5, 0.5);
  border-radius: 4px;
}

.jumbotron p {
  font-size: 160%;
}


.contact-map {
  height: 300px;
}

@media (max-width: 768px) {


    .footer {
      height: 90px !important;
      padding-bottom: 20px;

    }

    .navbar-brand img {
      height: 40px;
    }


}

@media (min-width: 768px) {



    .footer {
      height: 60px !important;
    }

    .navbar-default {
        height: 80px;
    }

    .navbar-default .navbar-nav>li>a {
        margin-top: 12px;
        border-right: solid 1px #E7E7E7;
    }


}

.no-border {
    border: none !important;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #38383a;
  border-top: #4b4c4d;
  color: #8C8989;
  font-size: 90%;
  padding-top: 20px;
}
