/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
nav .logo {
  max-height: 50px !important;
}
.nav-1 .logo {
  margin-top: 12px !important;
}
.footer-1 img {
  max-height: 75px !important;
}
.rally-point-intro {
	text-align: left !important;
}
html {
  scroll-behavior: smooth;
}

/*!--what is rally point section fix--*/

.rally-hero {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding: 80px 8%;
}

.rally-hero-content {
  max-width: 560px;
}

.rally-hero-content,
.rally-hero-content h3,
.rally-hero-content h5 {
  color: #ffffff !important;
}


/*!--Mobile background fix--*/

@media (max-width: 768px) {
  .rally-hero {
    min-height: 500px;
    padding: 60px 24px;
    background-position: center;
  }

  .rally-hero-content h3 {
    font-size: 32px;
  }

  .rally-hero-content h5 {
    font-size: 18px;
  }
}
.rally-copy-block {
  padding-left: 10%;
}
@media all and (max-width: 990px) {
  .rally-copy-block {
    padding-left: 0;
  }
}

/*!--parallax--*/

.rally-community-section {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.rally-community-section .container {
  width: 100%;
}

.rally-community-section .row {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.rally-community-section h3,
.rally-community-section h5 {
  color: #ffffff !important;
}

.rally-community-section h5 {
  width: 100%;
  max-width: 760px;
  float: none;
}

/* Darker overlay for readability */
.rally-community-section .background-image-holder:before {
  opacity: 0.55;
}

/* Prevent fixed-style behavior */
.rally-community-section .background-image-holder {
  background-attachment: scroll !important;
}

@media all and (max-width: 990px) {
  .rally-community-section {
    text-align: left;
  }
}

/* Map text blue */

.contact.contact-1 h2,
.contact.contact-1 h5,
.contact.contact-1 h6 {
  color: #002159 !important;
}
.contact.contact-1 .map-toggle h6 {
  color: #fff !important;
}
.contact.contact-1 .map-toggle .switch {
  border-color: #002159;
}



@media all and (max-width: 767px) {
  .rally-community-section .container,
  .contact.contact-1 .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rally-copy-block {
    padding-left: 0;
    padding-right: 0;
  }

  .contact.contact-1 h2,
  .contact.contact-1 h5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 990px) {
  nav .menu {
    display: none;
  }

  nav .mobile-toggle {
    display: inline-block;
  }

  nav.nav-open .menu {
    display: block;
  }
}
							
							
