html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif !important;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}

p {
  line-height: 20px;
}

hr {
  margin-bottom: 50px;
}

.btn {
  border-radius: 2px !important;
  margin-top: 20px !important;
}

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
}

.book-button {
  color: rgb(255, 255, 255) !important;
  background-color: #025e83;
  border-radius: 5px;
}

.book-button a:hover {
  color: rgb(255, 255, 255) !important;
  background-color: #025e83bb !important;
  border-radius: 5px;
}

.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .button-wrap {
    display: block;
  }
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li {
  color: rgb(255, 255, 255) !important;
  /* background-color: #025e83bb !important; */
  border-radius: 5px;
}
.intro-section {
  color: #17212a;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #f5f5f5;
  color: #17212a;
}

.benefits-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff !important;
  color: #17212a;
}

.testimonial-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: linear-gradient(#084c6d, #1795be) !important;
  color: #fff;
}

.booking-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
  color: #17212a;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
  color: #17212a;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff !important;
  color: #17212a;
}

.faq-section a:hover,
.faq-section a:focus,
.faq-section a:active {
  color: #17212a;
}

.sub-text {
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  margin: 0 auto;
}

.navbar {
  background-color: white;
}

.navbar-brand {
  padding: 0;
  height: 50px;
}

.navbar-nav > li > a {
  letter-spacing: 1px;
  padding-left: 40px;
  padding-right: 40px;
}

#floatfix-logo {
  background-image: url("../assets/floatfix-logo-white.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 160px;
}

.dreampod {
  height: 700px;
  background-image: url("../assets/hero-blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.dreampod > div > a > img {
  display: inline-block;
  height: 100px;
  margin-right: 20px;
  margin-top: 40px;
}

.hero-text {
  font-size: 60px;
  text-align: center;
  color: white !important;
  padding-top: 220px !important;
}

.hero-subtext {
  font-size: 40px;
  text-align: center;
  color: white !important;
}

@media (max-width: 767px) {
  .hero-text {
    font-size: 40px;
  }
  .hero-subtext {
    font-size: 20px;
  }
}

.benefits-column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.benefit-list {
  text-align: left;
}

.learn-more-btn {
  font-size: 20px;
  border-radius: 25px !important;
  letter-spacing: 1px;
}

#bookingjs {
  margin-bottom: 50px;
}

.bookingjs-displayname {
  color: #fff !important;
  font-weight: 300 !important;
  letter-spacing: 8px;
}

.fc-toolbar {
  background-color: #025e83;
}

.fc-event {
  border-left: 3px solid #1795be !important;
}

.fc-event:hover {
  background-color: #1795be !important;
}

.btn {
  padding: 6px 40px;
  margin-bottom: 20px;
}

.contact-form ul {
  padding-left: 0;
}

.contact-form li {
  list-style: none;
}

.contact-details {
  text-align: left;
  padding-bottom: 20px;
}

.contact-details a {
  color: #025e83;
}

.contact-details a:hover {
  color: white;
}

.contact-icons {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.price_table_container {
  margin-top: 30px;
  text-align: center;
  color: #666;
}

.price_table_heading {
  font-size: 30px;
  padding: 10px;
  background: #eee;
}

.price_table_row {
  padding: 15px;
  background: #fff;
}

.cost {
  padding: 30px;
  font-size: 30px;
}

.cost span {
  font-size: 15px;
}

.price_table_row:nth-of-type(even) {
  background: #f8f8f8;
}

.btn {
  border-radius: 0px;
}

.pricing-bg-btn:hover,
.pricing-bg-btn:focus {
  color: #bbb !important;
}

.recommended {
  background: #1795be;
  color: #fff;
  padding: 3px 0 3px 0;
  margin-top: 10px;
  text-align: center;
  margin-bottom: -35px;
}

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

.pricing-bg {
  background: #025e83;
  color: #fff;
}

.guidelines {
  text-align: left !important;
}

.guidelines-row {
  margin-bottom: 50px;
}

.accordion-group {
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #17212a;
  border-radius: 4px;
}

.accordion-heading {
  padding: 20px;
  border-bottom: 0;
}

.accordion-toggle {
  padding: 8px 15px;
  color: #17212a;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordian-info .accordion-toggle {
  color: black !important;
}

.accordian-info .accordion-group {
  border: 1px solid black !important;
  margin-bottom: 20px;
}

.accordian-info .accordion-inner {
  text-align: left !important;
}

.gift-button {
  margin: 20px;
  padding: 20px;
  background-color: #025e83;
  border-radius: 5px;
}

.footer {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #17212a;
  text-align: center;
  color: white;
}

.footer .footer-wrap {
  height: 100%;
  padding-top: 45px;
}

.footer .copyright {
  font-size: 10px;
}

.info-container {
  display: flex;
  justify-content: center;
}

.flex-container {
  display: flex;
  padding: 1em;
}

.flex-item {
  flex: 1;
  width: 0;
}

.flex-item:not(:last-child) {
  margin-right: 1em;
}

.package {
  border: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.25s;
}

.package:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.025);
}

.package .header {
  background-color: #333;
  color: #fff;
  font-size: 1.5em;
}

.package .highlight {
  background-color: #29b6f6;
}

.package li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.2em;
  text-align: center;
}

.package .blue {
  background-color: #025e83;
  font-size: 1.25em;
}

button {
  background-color: #025e83;
  border: none;
  border-radius: 0.15em;
  color: #fff;
  cursor: pointer;
  padding: 0.75em 1.5em;
  font-size: 1em;
}

@media only screen and (max-width: 700px) {
  button {
    padding: 0.75em;
  }
}

@media only screen and (max-width: 600px) {
  .flex-container {
    flex-wrap: wrap;
  }

  .flex-item {
    flex: 0 0 100%;
    margin-bottom: 1em;
    width: 100%;
  }

  .package:hover {
    box-shadow: none;
    transform: none;
  }

  button {
    padding: 0.75em 1.5em;
  }
}

.contact-button {
  color: white;
  padding: 10px;
  border: 1px solid white;
}

.nav > li > a > img {
  height: 50px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.nav > li:last-child {
  height: 50px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.nav > li:last-child > a {
  height: 50px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.pricing-buttons > a > img {
  height: 50px;
}

#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}
