body {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 150%;
}

h1 {
  margin-top: 90px;
  margin-bottom: 0px;
  color: white;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
  text-transform: none;
}

h2 {
  margin-bottom: 5px;
  color: black;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 150%;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #8a82c9;
  text-decoration: underline;
}

a:active {
  color: white;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.splash-page-container {
  margin-top: 185px;
  text-align: center;
}

.splash-heading {
  margin-right: 150px;
  margin-bottom: 50px;
  margin-left: 150px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.splash-heading.caps {
  margin-right: 50px;
  margin-bottom: 85px;
  margin-left: 50px;
  padding-bottom: 75px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.caps {
  text-transform: uppercase;
}

.phone-link {
  color: white;
  text-decoration: none;
}

.phone-link:hover {
  color: #8a82c9;
  text-decoration: none;
}

.phone-link:active {
  color: white;
}

.slider {
  min-height: 450px;
}

.slide-1 {
  background-image: url('../images/b2brelo-header-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/b2brelo-header-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/b2brelo-header-3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-bar {
  margin-bottom: 5px;
  background-color: #0c002a;
}

.slider-background {
  background-color: rgba(38, 0, 51, 0.1);
}

.logo {
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 11px;
  float: left;
}

.tag-line {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
  display: inline-block;
  opacity: 0.8;
  color: white;
  font-size: 30px;
  line-height: 130%;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  text-shadow: rgba(100, 87, 197, 0.49) 1px 1px 6px;
}

.navbar {
  background-color: transparent;
  color: transparent;
  font-size: 16px;
  font-weight: 600;
}

.nav-link {
  padding: 5px 20px;
  background-color: #0c002a;
  color: white;
  font-size: 17px;
}

.nav-link:hover {
  color: #8a82c9;
  text-decoration: none;
  text-shadow: #8a82c9 1px 1px 6px;
}

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

.nav-link._20px-left-padding {
  padding-left: 40px;
}

.nav-link._20px-right-padding {
  padding-right: 40px;
  background-color: #0f042a;
}

.nav-menu {
  margin-top: 120px;
  background-color: #0c002a;
  color: transparent;
  font-weight: 400;
}

.footer-background {
  min-height: 600px;
  margin-top: 50px;
  padding-top: 20px;
  background-color: #0c002a;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.home---select-page {
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #8a82c9;
  text-align: center;
}

.contact-info {
  position: absolute;
  top: 15px;
  right: 0px;
  display: inline-block;
  color: white;
  font-size: 21px;
  line-height: 150%;
  font-weight: 400;
  text-align: right;
}

.footer-link {
  color: rgba(255, 255, 255, 0.5);
}

.footer-link:hover {
  color: #8a82c9;
}

.footer-link:active {
  color: rgba(255, 255, 255, 0.5);
}

.horizontal-divider {
  max-height: 2px;
  min-height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
  background-color: #1e0c4d;
}

.photo-float-right {
  margin-left: 20px;
  float: right;
}

.float {
  margin-top: 63px;
  margin-bottom: 0px;
  margin-left: 30px;
  float: left;
  color: rgba(255, 255, 255, 0.8);
}

.header {
  position: relative;
}

.contact {
  font-size: 18px;
  font-weight: 300;
}

.bolder {
  font-weight: 600;
}

@media (max-width: 991px) {
  h1 {
    margin-top: 95px;
    font-size: 24px;
    line-height: 120%;
  }
  .phone-link:hover {
    text-decoration: none;
  }
  .logo {
    margin-right: 30px;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(12, 0, 42, 0.7);
    text-align: center;
  }
  .nav-link._20px-left-padding {
    padding-left: 20px;
  }
  .nav-link._20px-right-padding {
    padding-right: 20px;
    background-color: rgba(12, 0, 42, 0.7);
  }
  .nav-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .menu-button {
    z-index: 2;
    margin-top: 5px;
    background-color: #260033;
    color: white;
    font-size: 30px;
    line-height: 100%;
  }
  .menu-button:hover {
    background-color: #6457c5;
  }
  .menu-button:active {
    background-color: #260033;
  }
  .photo-float-right {
    display: block;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 95px;
  }
  .logo {
    margin-left: 25px;
  }
  .main-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-background {
    min-height: 0px;
    text-align: center;
  }
  .contact-info {
    right: 10px;
  }
  .menu-button {
    margin-right: 10px;
    background-color: #0c002a;
  }
  .menu-button:hover {
    background-color: #0c002a;
  }
  .column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .float {
    float: none;
  }
}

@media (max-width: 479px) {
  h1 {
    display: block;
    margin: 20px auto 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-align: center;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tag-line {
    right: 0px;
    text-align: center;
  }
  .contact-info {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

