/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  /*This determines what 1rem is*/
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box; }

a {
  color: #FFFFFF;
  text-decoration: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* CSS Document */
.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

/* CSS Document */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .75;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

/* CSS Document */
.navbar {
  background: #FFFFFF;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  backface-visibility: hidden;
  padding: 2rem 1rem; }

.navbar.navbar-no-bg {
  background: #FFFFFF; }

.navbar-light .navbar-nav {
  font-size: 2rem;
  color: #324472;
  text-transform: uppercase; }

.navbar-dark .navbar-nav .nav-link {
  font-size: 2rem;
  color: #324472;
  border: 0; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: #768fc9; }

.navbar-light .navbar-nav .nav-link:focus {
  color: #324472;
  outline: 0; }

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem; }

.navbar-brand {
  width: 11rem;
  background: url(../../img/nav-brand.png) left center no-repeat;
  height: 4.5rem;
  border: 0;
  text-indent: -99999px; }

.navbar-dark .navbar-toggler {
  border-color: #939598; }

.navbar-dark .navbar-toggler-icon {
  border-color: #939598; }

.nav-font {
  font-family: 'Montserrat', sans-serif;
  color: #324472; }

.fa-phone-square-alt {
  color: #32cd32;
  font-size: 2.5rem; }

.fa-map-marker-alt {
  color: #768fc9;
  font-size: 2.5rem; }

/* CSS Document */
footer {
  background-color: #4d69b1;
  padding: 5rem 0; }

.footer-logo {
  height: 5rem; }

/* CSS Document */
.header {
  background-position: center;
  background-size: cover;
  height: 75vh;
  position: relative;
  overflow: hidden; }
  .header__container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center; }

.header-logo {
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-10%); }

.header-ben-logo {
  height: 5rem;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 397px) and (max-width: 767px) {
  .header__container {
    position: absolute;
    left: 50%;
    top: 40%; } }

@media screen and (min-width: 100px) and (max-width: 396px) {
  .header-logo {
    height: 8rem; }
  .header-ben-logo {
    height: 4rem; } }

/* CSS Document */
.section-hours {
  background-color: #324472;
  padding: 8rem 2rem;
  text-align: center; }
  .section-hours__display {
    color: #FFFFFF;
    padding-bottom: 3rem; }
  .section-hours__table {
    color: #768fc9;
    font-size: 1.5rem;
    padding-bottom: 3rem; }
  .section-hours__h4 {
    padding-top: 1rem;
    font-size: 3rem;
    color: #FFFFFF; }
  .section-hours__info {
    padding-top: 3rem; }
  .section-hours__h4 {
    font-size: 2rem;
    color: #FFFFFF;
    text-decoration: none; }
    .section-hours__h4:hover {
      color: #768fc9;
      text-decoration: none; }

/* CSS Document */
/*
font-family: 'Arvo', serif; 400,700
font-family: 'Montserrat', sans-serif; 400,60,700
*/
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #939598; }

.navbar .li {
  font-size: 2rem;
  color: #324472; }

.heading-primary {
  color: #FFFFFF;
  letter-spacing: .5rem;
  font-size: 2.5rem;
  text-align: center;
  text-transform: capitalize;
  padding: 1rem 0; }

@media screen and (min-width: 376) and (max-width: 414px) {
  .heading-primary {
    letter-spacing: .25rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem 0; } }

@media screen and (min-width: 100px) and (max-width: 396px) {
  .heading-primary {
    font-size: .75rem;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem 0; } }

.section-break-point {
  text-align: center; }
  .section-break-point__h2 {
    font-family: 'Arvo', serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 2px; }
  .section-break-point__h3 {
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 2rem; }

@media screen and (min-width: 397px) and (max-width: 767px) {
  .section-break-point__h2 {
    font-size: 4rem; }
  .section-break-point__h3 {
    font-size: 3.5rem; } }

@media screen and (min-width: 100px) and (max-width: 396px) {
  .section-break-point__h2 {
    font-size: 3rem; }
  .section-break-point__h3 {
    font-size: 2.5rem; } }

.section-features {
  text-align: center; }
  .section-features__main {
    font-family: 'Arvo', serif;
    text-align: center;
    font-size: 3rem;
    color: #324472; }
  .section-features__sub {
    color: #768fc9; }

.section-maps {
  text-align: center;
  font-size: 2.5rem; }

footer {
  color: #FFFFFF; }

/* CSS Document */
.section-features {
  background-color: #FFFFFF;
  padding: 10rem 0; }
  .section-features__main {
    padding-bottom: 5rem; }

.section-break-point {
  position: relative;
  background-image: url(../../img/break-point.jpg);
  background-size: cover;
  background-position: center;
  color: #324472; }
  .section-break-point__height {
    height: 50vh; }
  .section-break-point__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.section-maps {
  padding: 5rem 0;
  color: #768fc9; }
