/* 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-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
}
body {
  line-height: 1.5em;
}
#g-intro {
  padding: 0;
}
#g-footer {
  border-top: solid 3px #4b64bd;
}
.g-content {
  margin: 0;
  padding: 0;
}
.slide-desc-bg-default {
  background: rgba(116, 116, 116, 0.22);
}
h1 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #5269b9;
}
h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 20px 0 0 0;
}
h4 {
  background: #f4f4f4;
  padding: 6px;
  border-radius: 12px 0;
  border-top: 2px solid #b5e5ff;
  border-bottom: 3px solid #4b64bd;
}
h5 {
  background: #f4f4f4;
  padding: 6px;
  font-size: 1.25rem;
  border-radius: 12px 0;
  border-top: 2px solid #b5e5ff;
  border-bottom: 3px solid #4b64bd;
}
.slide-desc-text-default {
  padding: 5px;
}
#g-header h2 {
  line-height: 1.9rem;
}
#g-expanded {
  color: none;
  background: #fff !important;
}
.ui.green.button {
  background-color: #242c79 !important;
}
.g-error #g-mainbar {
  text-align: left !important;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  margin-left: -20px;
}
.jack {
  float: left;
  margin: 0;
}
.refurb {
  float: left;
  margin: 0 10px 0 0;
}
table {
  border: 0;
}
td {
  padding: 0;
}
.card {
  opacity: 78%;
  border-radius: 16px;
  margin: 12px;
  padding: 30px;
  border: solid #b5e5ff 2px;
}
.card:hover {
  opacity: 95%;
}
.card-pic {
  opacity: 100%;
}
.card-pic:hover {
  opacity: 80%;
}
.card2 {
  border-radius: 16px;
  margin: 24px 12px 12px 12px;
  padding: 30px;
  background-color: #fff;
}
.picebox {
  border: solid 1px #322b6b;
  padding: 0 16px;
  border-radius: 12px;
  max-width: 380px;
  margin: 0 0 24px 0;
}
.cat-heads {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.cat-image {
  text-align: center;
}
.cat-image:hover {
  opacity: 70%;
}
.cat-block {
  border: solid 1px #322b6b;
  padding: 16px 16px 0 16px;
  border-radius: 12px;
  margin: 10px;
}
@media (max-width: 767px) {
  .g-main-nav ul, #g-mobilemenu-container ul {
    margin: 20px 10px 0 20px;
  }
  #g-navigation {
    text-align: center;
  }
  #g-mainbar {
    margin: 0 10px;
  }
  .jack {
    float: none;
    width: 100%;
    height: auto;
  }
  .refurb {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .float-right {
    float: none !important;
  }
  h4 {
    max-width: 100%;
  }
}
.profile-pic {
  float: left;
  margin: 0 20px 4px 0;
}
@media (max-width: 500px) {
  .profile-pic {
    float: none;
    margin: 0 0 4px 0;
    width: 100%;
    height: auto;
  }
}
.icon-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  /* space between icon and text */
}
.icon-heading .icon {
  color: #4b64bd;
  /* your industrial orange */
  font-size: 4rem;
  /* nice large size */
  margin: 0 auto;
  flex-shrink: 0;
}
/* Optional hover effect */
.icon-heading:hover .icon {
  transform: rotate(20deg) scale(1.1);
  transition: all 0.3s ease;
  color: #f97316;
}
/*# sourceMappingURL=custom_25.css.map */