.border-nav {
    box-shadow: 0px 1px 3px #aaaaaa;
}

.ft-border {
    box-shadow: 0px -10px 3px #aaaaaa;
}
.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }
footer{
    width: 80%;
    margin: 0 auto;

}
.phone{
    color: #c5452F !important;
}

.bkgd {
    height: 100vh;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #ffffff,rgba(26, 140, 165, 0.05),rgba(26, 140, 165, 0.15), rgba(26, 140, 165, 0.2), rgba(26, 140, 165, 0.15),rgba(26, 140, 165, 0.05), #ffffff);
}

.bkgd-hero {
    width: 1920px;
    height: auto;
    background-color: #fff;
    background-image: url("../images/bkgd-tiny.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.overlay {
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.45), #fff);
}

.bkgd2{
    background: rgba(167, 164, 164, 0.8);
}
.bkgd2a{
    background: rgba(197, 69, 47, .8);
}