

.bg {
  background-color: #181818;
  opacity: 70%;
  width: 100%;
}

.card-shadow {
  box-shadow: 7px 7px 10px rgba(50, 50, 50, 70);
}

.card-opacity {
  opacity: 90%;
}

.card-opacity-2 {
  opacity: 95%;
}

.btn-opacity {
  opacity: 100%;
}

.imgbox {
  display: grid;
  height: 100%;
}

.bgimg {
  opacity: 80%;
  max-height: 120%;
  height: auto;
  width: auto;
}


.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}




.pdf-img {
  padding: 10px;
}

.card-text {
  font-size: 24px;
}

.icons{
  display: inline-flex;
  vertical-align: -6px
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0 !important;
  }
}



.icon-block {
  padding: 0 15px !important;
}
.icon-block .material-icons {
  font-size: inherit !important;
}

footer.page-footer {
  margin: 0 !important;
}

.google-map {
  height: 500px !important;
  width: 100%;
  border:0
}

#map-canvas, #map-canvas-2, #map-canvas-3, #map-canvas-4 {
  height: 100% !important;
}

.area {
  max-height: 800px !important;
}

.round-corners {
  border-radius: 15px !important;
}

.input-text  {
  font-size: 1.1rem !important;
}

.mytitle {
  font-size: 26px !important;
  padding-bottom: 20px !important;
}

.hoverable2 > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.hoverable2:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hoverable3 {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.hoverable3:hover {
  opacity: 1;
}

.hoverable3:focus-within {
  opacity: 1;
}

.grayscale {
  filter: grayscale(60%) !important;
}

.s-parallax {
  min-height: 1400px !important;
}

.m-parallax {
  min-height: 1200px !important;
}

.ms-parallax {
  min-height: 1000px !important;
}

.l-parallax {
  min-height: 1500px !important;
}

.spacer-40 {
  min-height: 40px !important;
}

.font-16 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 14px !important;
}

.spacer-160 {
  min-height: 40px !important;
}

@media only screen and (min-width: 601px) {
  .s-parallax {
    min-height: 1200px !important;
  }

  .m-parallax {
    min-height: 1000px !important;
  }

  .l-parallax {
    min-height: 1300px !important;
  }

  .ms-parallax {
    min-height: 1000px !important;
  }

  .font-16 {
    font-size: 16px !important;
  }

  .font-18 {
    font-size: 16px !important;
  }

  .spacer-160 {
    min-height: 40px !important;
  }
}

@media only screen and (min-width: 993px) {

  .font-16 {
    font-size: 16px !important;
  }

  .font-18 {
    font-size: 18px !important;
  }

  .spacer-160 {
    min-height: 160px !important;
  }

  .spacer-80 {
    min-height: 80px !important;
  }

  .spacer-50 {
    min-height: 50px !important;
  }


  .s-parallax {
    min-height: 900px !important;
  }

  .m-parallax {
    min-height: 800px !important;
  }

  .ms-parallax {
    min-height: 800px !important;
  }

  .l-parallax {
    min-height: 1000px !important;
  }
}

.iso {
  max-width: 100% !important;
  max-height: 100%  !important;
}

.icon-lang {
  padding: 50%;
  margin-left: 10px;
  margin-right: 10px;
}


