html, body {
  font-family: 'Ubuntu', sans-serif;
  font-size: .85rem;
  height: 100%;
}
#cont440 {
  min-height:100%;
}

#main440 {
  overflow: auto;
  padding-bottom:8.15rem;
}

#foot440 {
  position: relative;
  height:8.15rem;
  margin-top: -8.15rem;
  clear: both;
}

.red440 {
  color:#d24720;
}
.grey440 {
  color:#414141;
}
.green440 {
  color:#009113;
  font-weight:700;
  font-size:1.2rem;
}







p {
  font-size: 1.15rem;
}
h1 {
  font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    color: #414141;

}
h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6rem;
  margin: 1rem 0;
  color: #d24720;
}
h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  color: #d24720;
  margin:1rem 0 .3rem 0;
}
h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  color: #d24720;
  margin:1rem 0 0 0;
}
h5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  margin: 0;
  color: #d24720;
}

a {
  color: #d24720;
}

a:hover {
  color: #414141;
  text-decoration: none;
}

.nav-link {
  font-family: 'Ubuntu', sans-serif;
  font-size:1.4rem;
  font-weight: 700;
  white-space: nowrap;
  padding:.2rem 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #d24720;
}
.navbar-light .navbar-nav .active .nav-link {
  color: #414141;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #414141;
}
.bg-light {
  background-color: #f4f4f4!important;
}
.menu440 {
  margin:0 0 0 0;

}
.top-bar {
  background-color: #ffffff;
  padding:1.5rem 0 2rem 0;
}
.top-bar-1 {
  color: #d24720;
  font-size: 1.6rem;
  font-weight: 700;
  padding:.5rem 0;
}
.logo440 {
  padding:1rem 0 0 0;
}
.horz-1 {
  border: .05rem solid #d24720;
  border-radius: 0;
  margin:0 0 1rem 0;
  width: 100%;
}



.bottom-footer {
  background-color: #1f1f1f;
  color: #f7f7f7;
  font-size: 1rem;
  padding:.5rem 0;
}
.bottom-footer-2 {
  background-color: #414141;
  color: #f7f7f7;
  font-size: 1rem;
  padding:.5rem 0;
}
.bottom-footer-3 {
  color: #f7f7f7;
  font-size: 1.2rem;
  font-weight:700;
}

footer a {
  color: #d24720;
}

footer a:hover {
  color: #f7f7f7;
  text-decoration: none;
}
.footer-text-1 {
  color: #dddddd;
  font-size:1.7rem;
  font-weight:500;
}
.footer-text-2 {
  color: #dddddd;
  font-size:1.4rem;
  font-weight:500;
}

.list-group-item {
  font-size:1.1rem;
}



.cont440-1 {
  background-color: #ffffff;
}

.menu-border-440 {
  border-bottom: .15rem solid #d24720;
  margin-bottom:2rem;
}









.google-maps {
  position: relative;
  padding-bottom: 55%; /* This is the aspect ratio */ 
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*media sizes*/
@media (min-width: 576px) {
  .top-bar-1 {
        font-size: 1.3rem;
    }
  }
  
  @media (min-width: 768px) {
    .top-bar-1 {
        font-size: 1.6rem;
    }
  }
  
  @media (min-width: 992px) {
    .top-bar-1 {
        font-size: 1.8rem;
    }
  }
  
  @media (min-width: 1200px) {
    .top-bar-1 {
        font-size: 2rem;
    }
  }


  video {
    max-width: 100%;
    height: auto;
  }