@import url("floating_button.css");
@import url("reserve.css");
@import url("services.css");
@import url("modal.css");
@import url("offer_banner.css");
@import url("work_with.css");

/* General Styles */
body {
  background-color: rgb(23, 27, 45);
  color: rgb(173, 202, 235);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.3rem;
}

/* Navbar Styles */
.navbar {
  background-color: rgb(23, 27, 45);
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.phoneNumber {
  display: inline-flex;
  background-color: rgb(234, 170, 0);
  color: rgb(23, 27, 45);
  padding: 0 2px;
  border-radius: 10px;
}

.phoneNumber a {
  text-decoration: none;
  color: rgb(23, 27, 45);
  font-size: 75%;
  padding: 0 2px;
}

.nav-link {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.3rem;
  color: rgb(234, 170, 0);
  text-align: center;
}

.gold-box {
  background-color: rgb(234, 170, 0);
  color: rgb(23, 27, 45);
  border-radius: 10px;
}

/* What We Do Section Styles*/
.whatWeDo {
  max-width: 100%;
}

.whatWeDoDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* Our Story Section Styles*/
#ourStory {
  color: rgb(173, 202, 235);
}

#story {
  min-width: 350px;
  width: 15%;
  border-radius: 10%
}

/* Meet Team Section Styles */
.meet-team {
  min-width: 200px;
  width: 10%;
  border-radius: 50%;
}

/* Flip Pic Section Styles */


/*
#meetTeam {
  min-height: 100px;
}
*/

/* FAQ Section Styles */
.card {
  background-color: rgb(23, 27, 45);
  color: rgb(173, 202, 235);
}

.card.team {
  background-color: rgb(23, 27, 45);
  color: rgb(173, 202, 235);
  height: auto;
}

.card button {
  color: rgb(173, 202, 235);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5rem;
}

.card-body {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5rem;
}

.bio {
  background-color: rgb(234, 170, 0);
  color: rgb(0, 0, 0);
}

.bio_headshot {
  max-height: 305px;
  max-width: 275px;
}

/* Contact Section Styles */
.contact_us_form {
  background-color:aliceblue;
  color: black;
  max-width: 100%;
  margin: 3% auto;
  padding: 2%;
}

.newsletter {
  max-width: 80%;
  margin: 3% auto;
  padding: 2%;
}

/* Footer Section Styles */
.e615f {
  background-color: black;
  color: rgb(234, 170, 0);
}

footer a {
  text-decoration: none;
  color: rgb(234, 170, 0);
}

#sitemap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sitemap li {
  list-style: none;
  font-size: 1.3rem;
}

#socialMedia {
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  list-style: none;
}

#socialMedia li {
  margin: 0 5%;
}

/* Media Queries */
@media screen and (min-width: 991px) {
  .phoneNumber {
    display: none;
  }
}