* {
  box-sizing: border-box;
  font-family: 'Montserrat';
}

body, html {
  height: 100%;
}

.bgimage {
  background-image: url("../images/tlo8.jpg");
  /*background-color: #00cdcf;*/
  /*background-color: #FFD700;*/
  min-height: 100%;
  background-position: center;
  background-size: cover;
   filter: blur(5px);
  -webkit-filter: blur(5px);
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through  */
  /*background-color: rgba(0,0,0, 0.1);*/

  color: white;
  font-weight: bold;
  /*border: 1px solid #f1f1f1;*/
  border: 2px solid #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
  padding: 40px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.info-text {
  padding-top: 36px;
  font-family: 'Montserrat';
  letter-spacing: 2px;
}

.main-info {
  font-size: 22px;
}

 .map-info {
  padding: 30px 0 20px 0;
  }

@media screen and (max-width: 450px) {

  .bg-text {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .main-info {
  font-size: 12px;
}

  .small-info {
    font-size: 10px;
  }

 .map-info {
  font-size: 10px;
  padding: 30px 0 20px 0;
  }

  .logo-area img {
    height: 150px;
    width: auto;
  }

  .info-text {
    padding-top: 20px;
  }
}




@media screen and (max-width: 1100px) {

  .bg-text {
    width: 90%;
    height: auto;
    padding: 20px;
  }
}
