:root {
  --blue: #292572;
  --lighterBlue: #38347e;
  --lightBlue: #7678ab;
  --white: #ffffff;
}

.card-title {
  font-size: 8px !important;
}


.footer {
  background-color: var(--lighterBlue) !important;
}

.blueBackground {
  background-color: var(--blue) !important;
}

.blueText {
  color: var(--blue);
}

.section-weAreOne {
  position: relative;
  background: url(../img/file.jpg);
  background-size: cover;
  background-position: center;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
  min-height: 350px;
}


.primary-overlay {
  background: rgba(59, 84, 158, 0.889);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.navbar-fixed .nav-wrapper .brand-logo img {
  height: 64px;
  border-radius: 50%;
}

.main-header {
  background: url(../img/coverImage.jpeg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 600px;
  color: white;
  position: relative;
  /* Add the blur effect */
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */

}



.main-header .showcase {
  padding-top: 170px;
}

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 47%;
  opacity: 0.5;
}

.box {
  padding: 40px 10px !important;
}

.box h4 {
  padding-bottom: 30px;
}

.section-boxes .row {
  margin-bottom: 0 !important;
}

.section-contact {
  position: relative;
}

.section-contact .card-panel {
  position: relative;
  z-index: 1;
}

#googlemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 600px) {
  .main-header {
    height: 50vh;
  }

  /* .navbar-fixed .nav-wrapper .brand-logo img {
    height: 35px;
  } */
}