/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-header-image {
  width: 100%;
  height: 16vh;
  max-height: 450px;
  background-image: url('../../../../images/system/bg/r3dops-dc-menu-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body {
  font-size: 1.2rem;
}
#large-padding-lr {
  padding: 1rem 3rem;
}
.sample-content .sample-icons {
  opacity: 1;
}
.gantry-logo {
  display: block !important;
}
.g-social a {
  background: transparent !important;
  border: 0px solid #dddddd !important;
}
@media only all and (min-width: 75rem) {
  #large-padding-lr {
    padding: 0rem 3rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-header-image {
    height: 24vh;
  }
  #large-padding-lr {
    padding: 0rem 0rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-header-image {
    height: 32vh;
  }
  #large-padding-lr {
    padding: 1rem 0rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-header-image {
    height: 36vh;
  }
  #large-padding-lr {
    padding: 1rem 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-header-image {
    height: 32vh;
  }
  #large-padding-lr {
    padding: 0rem 4rem;
  }
}
/*# sourceMappingURL=custom_15.css.map */