html h2, html h3, html h4, html h5 {
  font-weight: 300;
}
html h2 {
  font-size: 4.3rem;
}
@media only screen and (max-width: 567px) {
  html h2 {
    font-size: 2.8rem;
  }
  html h3 {
    font-size: 2.2rem;
  }
}
html p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}
html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-float {
  position: fixed;
}

.navbar-fixed {
  height: auto;
}
.navbar-fixed nav {
  position: absolute;
}

nav ul a {
  font-weight: 400 !important;
  color: #444;
  text-transform: uppercase;
}
nav ul li.active {
  background-color: #464646;
}
nav .brand-logo img {
  max-height: 100px;
  max-width: 160px;
}
@media only screen and (max-width: 992px) {
  nav .brand-logo img {
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transform: scale(0.75);
  }
}
nav.hamburger-header {
  background-color: transparent;
  transition: background-color 0.5s ease;
  box-shadow: none;
  color: #fff;
}
nav.hamburger-header.solid {
  background-color: #464646;
}
nav.hamburger-header.solid .brand-logo {
  opacity: 1;
}
nav.hamburger-header .brand-logo {
  transition: opacity 0.5s ease;
  opacity: 0;
}
nav.hamburger-header .button-collapse {
  display: unset;
  color: #fff;
}
nav.hamburger-header .button-collapse i {
  font-size: 40px;
}
nav.white-transparent {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.2s linear;
}
nav.white-transparent .brand-logo img.color-logo {
  display: block;
}
nav.white-transparent .brand-logo img.white-logo {
  display: none;
}
nav.transparent {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s linear;
  border: transparent;
  box-shadow: none;
}
nav.transparent:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border: transparent !important;
}
nav.transparent i {
  filter: brightness(0) invert(1);
  transition: filter 0.2s linear;
}
nav.transparent ul a {
  color: #fff;
  line-height: 64px;
}
nav.transparent .brand-logo img.color-logo {
  display: none;
}
nav.transparent .brand-logo img.white-logo {
  display: block;
}

.side-nav li > a {
  font-size: 20px;
}

.sidenav-trigger {
  color: #464646;
}

footer.page-footer {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
footer.page-footer li,
footer.page-footer li a,
footer.page-footer li span,
footer.page-footer li p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
}
footer.page-footer.page-footer {
  padding-top: 5em;
}
footer.page-footer .footer-logo {
  margin-bottom: 4em;
  max-width: 300px;
  max-height: 300px;
}
footer.page-footer li.list-header {
  font-size: 22px;
  font-weight: 400;
}
footer.page-footer .nav-list {
  margin: 3em 0 5em;
}
footer.page-footer .nav-list li {
  display: inline;
  text-transform: uppercase;
  padding: 0 1em;
}
footer.page-footer h3 {
  font-size: 1.6em;
  font-weight: 400;
}
footer.page-footer ul.communities {
  margin-bottom: 3em;
}
footer.page-footer ul.communities li a {
  font-size: 20px;
}
footer.page-footer .about {
  color: rgba(0, 0, 0, 0.87) !important;
  max-width: 800px;
  margin: auto;
  font-size: 16px;
}
footer.page-footer .footer-copyright {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: unset;
}
footer.page-footer .footer-copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 3em 0 2em;
}
@media only screen and (max-width: 600px) {
  footer.page-footer .footer-copyright .container {
    flex-flow: column;
  }
  footer.page-footer .footer-copyright .container div {
    padding-top: 1em;
  }
}
footer.page-footer .footer-copyright .container .footer-logo {
  width: auto;
}

.btn-large.services {
  background-color: #f6f6f6;
  color: #444;
}

.btn-md {
  height: 44px;
  line-height: 44px;
}

.btn-primary {
  color: white;
  background-color: #464646;
}
.btn-primary:hover {
  background-color: #202020;
}

.light-btn {
  background-color: #e6e6e6;
  color: #444;
}

.light-btn:hover,
.light-btn:active,
.light-btn:visited,
.light-btn:active,
.light-btn:focus {
  background-color: #e6e6e6;
  color: #444;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #464646;
  border: 1px solid #c6c6c6;
  box-shadow: none;
}

.btn-block {
  width: 100%;
}

.card {
  border-radius: 10px;
  overflow: hidden;
}

.card.community-card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 10px;
  z-index: 3;
  font-weight: 400;
}

.card.community-card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card.community-card .card-content {
  min-height: 170px;
  padding-right: 10%;
}

.card.community-card .card-content {
  padding: 8% 6%;
}

.card.community-card .card-action {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .card.community-card .card-content {
    padding: 5% 6%;
  }
}
.card.community-card .card-image .card-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1281px) {
  .card.community-card .card-image img {
    height: 300px;
    min-height: 226px;
  }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .card.community-card .card-image img {
    height: 160px;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .card.community-card .card-image img {
    height: 170px;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 601px) and (max-width: 767px) {
  .card.community-card .card-image img {
    height: 145px;
  }
}
.parallax-container {
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.3764705882);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.parallax-container.full-height {
  height: 100vh;
}
.parallax-container .parallax img {
  object-fit: cover;
}

/*.grey.darken-4 {
    background-color: $theme-color !important;
}*/
#hero {
  text-align: left;
}
#hero img {
  max-height: 40vh;
  width: 100%;
  max-width: 900px;
  text-align: left;
}
#hero h1 {
  font-size: 5em;
  margin: 0;
  text-align: left;
  line-height: 1.3;
  max-width: 900px;
}
@media only screen and (max-width: 1200px) {
  #hero h1 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 992px) {
  #hero h1 {
    font-size: 3em;
    max-width: 420px;
  }
}

.parallax-header {
  text-align: center;
  margin-bottom: 50px;
}
.parallax-header h1 {
  text-align: left;
}
.parallax-header img {
  max-height: 20rem;
}

.company-text h2 {
  font-size: 3.5rem;
}
@media (min-width: 1024px) {
  .company-text h2 {
    font-size: 5rem;
  }
}

hr {
  border-color: #0270BD;
}

.page-index .content-pic-left {
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .page-index .content-pic-left {
    padding-top: 7em;
    margin-bottom: 16em;
  }
  .page-index .content-pic-left img {
    margin-bottom: -12em;
  }
  .page-index .content-pic-left .pic-container {
    padding-right: 7em;
  }
  .page-index .content-pic-right {
    padding-top: 7em;
    margin-bottom: 16em;
  }
  .page-index .content-pic-right img {
    margin-bottom: -16em;
  }
  .page-index .content-pic-right .pic-container {
    padding-left: 7em;
  }
}

.featured-communities {
  padding: 6em 0;
  background-color: #fafafa;
}

#contact > div > div:first-of-type {
  padding: 5%;
}

@media (min-width: 1024px) {
  #contact > div {
    flex-flow: row;
  }
  #contact > div > div {
    width: 50%;
  }
  #contact > div > div:first-of-type {
    padding: 2em;
  }
  #contact > div > div:first-of-type form {
    margin-left: 5%;
  }
}
@media (min-width: 1549px) {
  #contact > div > div:first-of-type form {
    margin-left: calc(100% - 678px);
  }
}
.gm-style-iw.gm-style-iw-c h3 {
  margin: 0;
  font-size: 1.8em;
  font-weight: 400;
}

p.small {
  font-size: 11px;
}