/* CSS Document */
/* CSS Document */
/* CSS Document */
html {
  font-size: 62.5%; }

body {
  height: 100vh;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.0rem; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.1rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

p {
  font-size: 1.8rem;
  margin-bottom: 0px; }

/* change the background color */
.navbar-custom {
  background-color: #2d2e31;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.5rem;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .navbar-custom {
      font-size: 2rem; } }
  @media screen and (min-width: 1300px) {
    .navbar-custom {
      font-size: 2.2rem; } }
  .navbar-custom li {
    padding: 0rem 0 0rem 0; }

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #afa079;
  font-weight: 400;
  font-size: 2rem; }
  .navbar-custom .navbar-brand img,
  .navbar-custom .navbar-text img {
    width: 7.5rem;
    height: 7.5rem;
    margin-left: 1rem; }
  @media screen and (min-width: 992px) {
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
      display: none; } }

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: #afa079;
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-weight: 600; }

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: black;
  background-color: #afa079;
  padding: 1rem 1.5rem 1rem 1.5rem;
  text-decoration: none; }

/* set the toggler size */
.toggler-custom {
  margin: 0 20px;
  height: 5rem;
  width: 5rem; }
  .toggler-custom .navbar-toggler-icon {
    height: 3rem;
    width: 3rem; }

/* control the phone link */
.navbar-phone-large {
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 0px; }
  .navbar-phone-large p a {
    padding-right: 1.5rem;
    font-size: 2rem;
    color: white; }
  .navbar-phone-large a:hover {
    color: #afa079;
    text-decoration: none; }
  @media screen and (max-width: 992px) {
    .navbar-phone-large {
      display: none; } }

.navbar-phone-small {
  font-family: 'Titillium Web', sans-serif; }
  .navbar-phone-small p a {
    margin: 0 1.5rem 0 0;
    font-size: 2.8rem;
    color: white; }
    @media screen and (max-width: 422px) {
      .navbar-phone-small p a {
        font-size: 2rem; } }
  @media screen and (min-width: 992px) {
    .navbar-phone-small {
      display: none; } }

/* hero image and header*/
.top-separator {
  background-color: #afa079;
  height: 6rem; }
  @media screen and (max-width: 992px) {
    .top-separator {
      height: 10.9rem; } }

.jumbotron {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }
  @media screen and (max-width: 768px) {
    .jumbotron {
      background-image: url("../images/contact-banner.jpg"); } }
  .jumbotron h1 {
    color: white;
    text-align: right;
    background-color: rgba(45, 46, 49, 0.75);
    margin: 0;
    padding: 0 1rem 0 1rem; }
    @media screen and (max-width: 768px) {
      .jumbotron h1 {
        text-align: center; } }
  .jumbotron h2 {
    color: white;
    text-align: right;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
    background-color: rgba(45, 46, 49, 0.75);
    margin: 0;
    padding: 0 1rem 0 1rem; }
    @media screen and (max-width: 768px) {
      .jumbotron h2 {
        text-align: center; } }

  .jumbotron img {
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .jumbotron img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .jumbotron .row-fluid {
    display: flex;
    align-items: flex-end; }

/* footer styling*/
.footer-custom {
  background-color: #2d2e31;
  padding: 0rem 5rem;
}
  .footer-custom h6 {
    color: white;
    /*font-family: "Titillium Web Light", sans-serif; */
	font-family: 'Titillium Web', sans-serif;
    text-align: left;
    font-size: 1.5rem;
    padding: 1rem 0 0 0;
    border-bottom: 2px solid #afa079; }
  .footer-custom p a {
    /*font-family: "Titillium Web Light", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    text-align: left;
    font-size: 1.5rem;
    color: white; }
  .footer-custom img {
    height: 60px;
    width: 60px;
    padding: 10px; }
  .footer-custom .btn {
    background-color: #afa079;
    /*font-family: "Titillium Web Light", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 10px; }

.footer-cr {
  background-color: #2d2e31; }
  .footer-cr p {
    /*font-family: "Titillium Web Light", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-size: 1.25rem;
    color: white; }

a {
  color: black; }

a:hover {
  color: #afa079;
  border-bottom: 1px solid #afa079; }

.video-background {
  width: 100%; }

@media screen and (max-width: 768px) {
  .video-container {
    display: none; } }

@media screen and (min-width: 768px) {
  .banner-small {
    display: none; } }

.white-band {
  height: 2rem; }
