.custom-black {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header img {
  max-width:100%;
max-height:100%;
}

.header {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

body {
    background-color: #D5CDB6;

}

.phone-mobile {
  margin-bottom: 20px;
  width: 100%;
  display: none;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.active:hover {
  color: white !important;
}


.phone-link {
  color: black;
  transition: all .3s ease-in-out;
}

.phone-link:hover {
  color: #DC1F29;
}

.question {
  /*font-weight: bold;*/
  font-size: 18px;
  cursor: pointer;
  transition: all .3s ease-in-out;

}

.question:hover {
  color: #DC1F29;
}

.photo-row {
  margin-top: 70px;
}

.answer {
  font-style: italic;
  display: none;
  margin-bottom: 40px;
}

.FAQ {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
}

.logo {
  margin-top: 5px;
  margin-left: 5px;
  height: 65px;
}

.brand {
  float: left;
}

.footer {
  background-color: white;
  text-align: center;
  padding-bottom: 25px;
}

.nav-span {
  margin-left: 25px;
  float: left;
}

.active {
  background-color: #FDA300;
}

.nav-link-thing {
  color: white;
}

.nav-link-thing:hover {
  color: white;
}

.right {
  float: right !important;
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 25px;
}

.nav-thing {
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  float: left !important;
  transition: all 0.3s ease-in-out;
}

.nav-thing:hover {
  color: #FDA300;
}

.main {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.info {
  font-size: 14px;
  text-align: left;
}

.footer-logo {
  width: 175px;
  margin-bottom: 10px;
}

.payment {
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

a {
  color : #DC1F29;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

.map {
  height: 100px;
}

.spacer {
  width: 100%;
  height: 25px;
}

.hours {
  margin-top: 25px;
}

.hours h5 {
  color : #FDA300;
}

.banner {
  height: 420px;
}

.finish {
  width: 175px !important;
  margin: auto;
  margin-top: 20px;
}

.support {
  margin-bottom: 20px;
}

.map-container {
  margin-top: 20px;
  text-align: center;
}

.map-container iframe {
  width: 100%;
}

.phone {
  transition: 0.5s all ease-in-out;
}

.phone:hover {
  color: #FDA300;
}

.photo {
  width: 100%;
  margin-bottom: 20px;
}

.photo-container {
  text-align: center;
}


@media (max-width: 1000px) {
.banner-container {
  display: none;
}

.phone {
  display: none;
}

.phone-mobile {
  display: inline-block;
}

};
