@charset "UTF-8";
@media (orientation: landscape) {
  .section {
    height: 100%;
    width: 100%;
    position: relative;
    /* display: block; */
    display: table;
    position: relative;
    display: block;
  }
  #info_box {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #box_text {
    margin: 0;
    /* margin-right: -50%; */
    /* transform: translate(-50%, -50%); */
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    color: #333;
    /* text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6), 2px 4px 13px rgba(0, 0, 0, 1); */
  }
  #text_upper {
    font-size: 2em;
    letter-spacing: 1px;
    margin-bottom: 1em;
  }
  #text_lower {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    /* letter-spacing: 5.5px; */
    color: #486CB5;
  }
  .section_body {
    /* display: inline-block; */
    height: 100%;
    padding: 2em;
    width: 40%;
    min-width: 50em;
    margin: auto;
    /* -webkit-box-shadow: 0px 0px 0px 7px rgba(72, 108, 181, 1);
    -moz-box-shadow: 0px 0px 0px 7px rgba(72, 108, 181, 1);
    box-shadow: 0px 0px 0px 7px rgba(72, 108, 181, 1); */
    background: white;
  }
  #material_row {
    position: relative;
    width: 100%;
    text-align: center;
  }
}

.section_rounded {
  border-radius: 1em;
  background: white;
}

#home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: center;
}

#home .section_body {
  padding-top: 110px;
}

#services {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}

#contact {
  /* Photo by Lum3n.com from Pexels */
  /* https://www.pexels.com/photo/close-up-envelopes-paper-190295/ */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); */
  /* opacity: 0.95; */
}

#about {
  /* background-image: url("https://images.pexels.com/photos/19670/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); */
  /* background-image: url("../img/office.jpg"); */
  /* Photo by Miguel Á. Padriñán from Pexels */
  /* https://www.pexels.com/photo/atmosphere-background-bright-clouds-19670/ */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(141deg, #9fb8ad 0%, #ccc 51%, #2cb5e8 75%); */
  /* color: #bffffa; */
  /* opacity: 0.35; */
}

#data {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
}

.section {
  background-color: white;
}

.section_body {
  position: relative;
  background: transparent;
  background: rgba(237, 240, 246, 0.9);
  z-index: 5;
}

#data .section_body {
  position: relative;
}

#data_text {
  padding-bottom: 5em;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
  -webkit-transition: all 460ms !important;
  transition: all 460ms !important;
}

#data_overlay {
  position: absolute;
  width: 100%;
  height: 7em;
  bottom: 0;
  text-align: center;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
}

#data_overlay button {
  background: #486CB5;
  border-radius: 1em !important;
  color: white;
  border: none;
  padding: 0.4em;
  padding-left: 4em;
  padding-right: 4em;
  font-size: 2em;
  bottom: 0;
  margin-top: 1em;
}

.home_slider_wrapper {
  margin-left: -2em;
  margin-right: -2em;
}

@media (max-width: 768px) {
  #home .section_body {
    padding-top: 2em;
  }
  #header_bar {
    z-index: 10;
    position: fixed;
  }
  .section_body {
    padding: 1em;
  }
  #data_overlay button {
    font-size: 1.1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #data_overlay {
    left: 0;
    bottom: 0;
  }
  .home_slider_wrapper {
    margin-left: -1em;
    margin-right: -1em;
  }
}
/*# sourceMappingURL=section.css.map */