@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Bitter);
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Pacifico&display=swap");
body {
  background-color: white;
  line-height: 1.428571;
  /* margin-top: 50px; */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h2 {
  font-family: "Montserrat", sans-serif;
}

h5 {
  margin-top: 0px;
}

.indie-flower-regular {
  font-family: "Indie Flower", serif;
  font-weight: 400;
  font-style: normal;
}

.fam-card-description a .fa {
  font-size: 20px;
}

.row {
  display: flex; /* equal height of the children */
  margin-left: 2%;
  margin-right: 2%;
}

.card-title {
  color: black;
  font-size: x-large;
  font-weight: 500;
}

.green-card-title {
  color: rgb(0, 208, 175);
  font-size: x-large;
  font-weight: bold;
}

.dark-green-card-title {
  color: rgb(20, 128, 111);
  font-size: x-large;
  font-weight: bold;
}

.contact-photo {
  background-image: url(../img/backgroundphotos/fab-google.jpg.jpg);
}

.home-page-cover {
  background-color: rgb(20, 128, 111);
  background-image: url(../img/WATT-website-banner.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 50px;
  background-size: 100%;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-cover .dark-green {
  color: rgb(20, 128, 111);
}

.home-page-cover .light-green {
  color: #00d0af;
}

.home-page-cover .very-light-green {
  color: #a0ebde;
}

.site-wrapper {
  max-width: 90%;
  margin: auto;
}

/* ---------------------------------------LOADING PAGE ---------------------------------------*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loadingGifs/loader-64x/Preloader_3.gif) center no-repeat white;
}

/* #loader-wrapper .loader-section{
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left{
    left: 0;
}

#loader-wrapper .loader-section.section-left{
    right: 0;
} */
/* ---------------------------------------NAVBAR ---------------------------------------*/
.bg {
  /* opacity: 0; */
  /* background-color: #f8f8f8; */
  /* background: #000; */
}

.show {
  /* opacity: 0.7; */
}

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.navbar {
  margin-bottom: 0px;
  color: rgb(68, 43, 85);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar.transparent.navbar-inverse {
  background: rgba(0, 0, 0, 0.4);
}

.dropdown-menu {
  border: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-default .navbar-nav > li > a {
  color: rgb(68, 43, 85);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgb(68, 43, 85);
}

#navbar-brand {
  color: rgb(0, 208, 175);
}

#nav-logo {
  display: inline-block;
  width: 24px;
}

.about-cover-heading {
  color: white;
  font-family: "Bitter";
  font-size: 70px;
  font-weight: normal;
  text-align: center;
}

.about-cover-sub {
  color: white;
  font-size: 30px;
  text-align: center;
  font-family: "Bitter";
}

#home-button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  transition: background-color 0.5s;
  display: inline-block;
  margin: 15px;
  margin-top: 30px;
  outline: none;
}

#home-button:hover {
  background-color: white;
  color: rgb(20, 128, 111);
}

#home-light-button {
  background-color: white;
  color: rgb(20, 128, 111);
  border: 2px solid white;
  border-radius: 6px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 550;
  transition: background-color 0.5s;
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  outline: none;
}

#home-light-button:hover {
  background-color: transparent;
  color: white;
}

.jumbotron {
  margin-bottom: 0px;
}

.home-text {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(168, 215, 206);
}

.home-event-name {
  font-weight: bold;
  color: rgb(141, 141, 141);
}

.page-cover-photo.home {
  height: 93.5vh;
}

#home-text {
  margin-left: 5%;
  margin-right: 5%;
}

.home-icon {
  color: rgb(20, 128, 111);
  text-align: center;
}

.mission {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 4%;
}

.mission-yellow-subtitle {
  color: rgb(255, 206, 0);
  text-align: justify;
  font-weight: bold;
  font-size: 23;
  margin-top: -40px;
}

#mission-container {
  margin: 7px;
}

.mission-icon {
  color: rgb(255, 246, 210);
  align-content: center;
  margin-left: 50px;
}

.home-join-card {
  margin-right: 4%;
}

.home-do-img {
  margin-right: 4%;
  background-image: url(../img/backgroundphotos/mission-page-photo.JPG);
  background-size: cover;
  min-height: 197px;
}

.home-learn-img {
  margin-right: 4%;
  background-image: url(../img/backgroundphotos/ideahacks.jpg);
  background-size: cover;
  min-height: 197px;
}

.home-date {
  margin-right: 1%;
}

/* Display the columns below each other instead of side by side on small screens */
@media (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
  .page-cover-photo {
    height: 40vh;
  }
  .home-page-cover {
    /* height: 60vh; */
  }
  .home-date {
    min-width: 20%;
  }
}
/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.home-container {
  width: 100%;
}

/* Clear floats */
.home-container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.home-div {
  display: flex;
}

.home-row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 786px) {
  .home-div {
    display: block;
  }
  .home-join-img,
  .home-learn-img {
    height: 40%;
  }
  .sponsor-help-img,
  .sponsor-overview-img {
    height: 74%;
  }
}
.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

/*404 page*/
h1 {
  font-size: 70px;
  color: #000120;
  line-height: 1.5em;
  margin: 0px;
}

a {
  color: rgb(0, 208, 175);
}

a:link {
  text-decoration: none;
}

.img-err {
  width: 400px;
}

.background-404 {
  background-color: rgb(79, 192, 170);
  /*background-image: url(../img/main-image-green.png);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 93vh;
  /*CENTER DIV!!*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*background:
            linear-gradient(
              rgba(79,192,170, 0.45),
              rgba(79,192,170, 0.45)
            ),
            url(../img/tanzeela.jpg);*/
  text-align: center;
}

/*TEAM PAGE*/
.team-container {
  width: 100%;
  margin: auto;
  padding-right: 0;
  padding-left: 0;
}

.team-container.constrained {
  max-width: 1024px;
}

.grid,
.grid-strict {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.grid-strict:after,
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid.align-start {
  align-items: flex-start;
}

.grid > .col {
  padding: 8px;
}

.col {
  float: left;
  width: 100%;
  max-width: 100%;
}

.col.xs-1 {
  width: 4.16667%;
}

.col.xs-2 {
  width: 8.33333%;
}

.col.xs-3 {
  width: 12.5%;
}

.col.xs-4 {
  width: 16.66667%;
}

.col.xs-5 {
  width: 20.83333%;
}

.col.xs-6 {
  width: 25%;
}

.col.xs-7 {
  width: 29.16667%;
}

.col.xs-8 {
  width: 33.33333%;
}

.col.xs-9 {
  width: 37.5%;
}

.col.xs-10 {
  width: 41.66667%;
}

.col.xs-11 {
  width: 45.83333%;
}

.col.xs-12 {
  width: 50%;
}

.col.xs-13 {
  width: 54.16667%;
}

.col.xs-14 {
  width: 58.33333%;
}

.col.xs-15 {
  width: 62.5%;
}

.col.xs-16 {
  width: 66.66667%;
}

.col.xs-17 {
  width: 70.83333%;
}

.col.xs-18 {
  width: 75%;
}

.col.xs-19 {
  width: 79.16667%;
}

.col.xs-20 {
  width: 83.33333%;
}

.col.xs-21 {
  width: 87.5%;
}

.col.xs-22 {
  width: 91.66667%;
}

.col.xs-23 {
  width: 95.83333%;
}

.col.xs-24 {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .col.sm-1 {
    width: 4.16667%;
  }
  .col.sm-2 {
    width: 8.33333%;
  }
  .col.sm-3 {
    width: 12.5%;
  }
  .col.sm-4 {
    width: 16.66667%;
  }
  .col.sm-5 {
    width: 20.83333%;
  }
  .col.sm-6 {
    width: 25%;
  }
  .col.sm-7 {
    width: 29.16667%;
  }
  .col.sm-8 {
    width: 33.33333%;
  }
  .col.sm-9 {
    width: 37.5%;
  }
  .col.sm-10 {
    width: 41.66667%;
  }
  .col.sm-11 {
    width: 45.83333%;
  }
  .col.sm-12 {
    width: 50%;
  }
  .col.sm-13 {
    width: 54.16667%;
  }
  .col.sm-14 {
    width: 58.33333%;
  }
  .col.sm-15 {
    width: 62.5%;
  }
  .col.sm-16 {
    width: 66.66667%;
  }
  .col.sm-17 {
    width: 70.83333%;
  }
  .col.sm-18 {
    width: 75%;
  }
  .col.sm-19 {
    width: 79.16667%;
  }
  .col.sm-20 {
    width: 83.33333%;
  }
  .col.sm-21 {
    width: 87.5%;
  }
  .col.sm-22 {
    width: 91.66667%;
  }
  .col.sm-23 {
    width: 95.83333%;
  }
  .col.sm-24 {
    width: 100%;
  }
  .team-container {
    max-width: 720px;
  }
  .team-container.constrained {
    max-width: 1024px;
  }
  .person-wrapper {
    min-height: 473px;
  }
}
@media (min-width: 1152px) {
  .col.md-1 {
    width: 4.16667%;
  }
  .col.md-2 {
    width: 8.33333%;
  }
  .col.md-3 {
    width: 12.5%;
  }
  .col.md-4 {
    width: 16.66667%;
  }
  .col.md-5 {
    width: 20.83333%;
  }
  .col.md-6 {
    width: 25%;
  }
  .col.md-7 {
    width: 29.16667%;
  }
  .col.md-8 {
    width: 33.33333%;
  }
  .col.md-9 {
    width: 37.5%;
  }
  .col.md-10 {
    width: 41.66667%;
  }
  .col.md-11 {
    width: 45.83333%;
  }
  .col.md-12 {
    width: 50%;
  }
  .col.md-13 {
    width: 54.16667%;
  }
  .col.md-14 {
    width: 58.33333%;
  }
  .col.md-15 {
    width: 62.5%;
  }
  .col.md-16 {
    width: 66.66667%;
  }
  .col.md-17 {
    width: 70.83333%;
  }
  .col.md-18 {
    width: 75%;
  }
  .col.md-19 {
    width: 79.16667%;
  }
  .col.md-20 {
    width: 83.33333%;
  }
  .col.md-21 {
    width: 87.5%;
  }
  .col.md-22 {
    width: 91.66667%;
  }
  .col.md-23 {
    width: 95.83333%;
  }
  .col.md-24 {
    width: 100%;
  }
  .team-container {
    max-width: 1080px;
  }
  .team-container.constrained {
    max-width: 1024px;
  }
  .person-wrapper {
    min-height: 422px;
  }
}
@media (min-width: 1728px) {
  .col.lg-1 {
    width: 4.16667%;
  }
  .col.lg-2 {
    width: 8.33333%;
  }
  .col.lg-3 {
    width: 12.5%;
  }
  .col.lg-4 {
    width: 16.66667%;
  }
  .col.lg-5 {
    width: 20.83333%;
  }
  .col.lg-6 {
    width: 25%;
  }
  .col.lg-7 {
    width: 29.16667%;
  }
  .col.lg-8 {
    width: 33.33333%;
  }
  .col.lg-9 {
    width: 37.5%;
  }
  .col.lg-10 {
    width: 41.66667%;
  }
  .col.lg-11 {
    width: 45.83333%;
  }
  .col.lg-12 {
    width: 50%;
  }
  .col.lg-13 {
    width: 54.16667%;
  }
  .col.lg-14 {
    width: 58.33333%;
  }
  .col.lg-15 {
    width: 62.5%;
  }
  .col.lg-16 {
    width: 66.66667%;
  }
  .col.lg-17 {
    width: 70.83333%;
  }
  .col.lg-18 {
    width: 75%;
  }
  .col.lg-19 {
    width: 79.16667%;
  }
  .col.lg-20 {
    width: 83.33333%;
  }
  .col.lg-21 {
    width: 87.5%;
  }
  .col.lg-22 {
    width: 91.66667%;
  }
  .col.lg-23 {
    width: 95.83333%;
  }
  .col.lg-24 {
    width: 100%;
  }
  .team-container {
    max-width: 1620px;
  }
  .team-container.constrained {
    max-width: 1024px;
  }
  .person-wrapper {
    min-height: 422px;
  }
}
section.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: no-repeat bottom/contain;
}

section.section.large > .section-container > .team-container {
  min-height: 768px;
}

@media (min-width: 768px) {
  section.section.large > .section-container > .team-container {
    min-height: 100vh;
  }
}
section.section > .section-container {
  width: 100%;
}

section.section > .section-container > .team-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*padding: 32px 0;*/
}

section.section > .section-container > .team-container.column {
  flex-direction: column;
}

section.section > .section-container > .team-container .head {
  display: inline-block;
}

section.section > .section-container > .team-container .head .title {
  text-align: center;
  margin-bottom: 0.5em;
}

section.section > .section-container > .team-container .head .title:after {
  display: block;
  content: "";
  bottom: 0;
  margin: auto;
  height: 6px;
  width: 96px;
  border-radius: 2px;
  background-color: #4abf9f;
}

section.section > .section-container > .team-container .blurb {
  text-align: center;
}

section.section > .section-container > .team-container .blurb .inner {
  display: inline-block;
  max-width: 20em;
  text-align: left;
}

section.section > .section-container > .team-container .blurb .inner p {
  max-width: 24em;
}

@media (max-width: 1151px) {
  section.section > .section-container > .team-container .image-aside {
    order: 1;
  }
}
section.section > .section-container > .team-container .image-aside img {
  display: block;
  max-width: 100%;
  max-height: 384px;
  height: auto;
  margin: auto;
}

@media (max-width: 1151px) {
  section.section > .section-container > .team-container .image-aside img {
    max-height: 256px;
  }
}
section.section > img.section-divider {
  min-width: 100%;
  min-height: 64px;
}

.person-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  padding: 16px;
  font-size: 0.8em;
  font-weight: 300;
}

.person-card p {
  font-size: 0.95em;
}

.person-card > .profile-picture {
  object-fit: cover;
  width: 192px;
  height: 192px;
  max-height: 192px;
  max-width: 100%;
  border-radius: 50%;
}

.team-subheading {
  padding-left: 4%;
  padding-top: 4%;
  font-size: medium;
  text-align: center;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.sexy_line {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

.divider {
  position: absolute;
  left: 50%;
  top: 10%;
  bottom: 10%;
  border-left: 1px solid black;
}

/*FAMILY PAGE*/
#light-button {
  background-color: rgb(0, 208, 175);
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 550;
  transition: background-color 0.5s;
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  outline: none;
}

#light-button:hover {
  background-color: transparent;
  border-color: rgb(0, 208, 175);
  color: rgb(0, 208, 175);
}

.fam-pic {
  margin-right: 8%;
  background-size: cover;
  background-color: transparent;
  text-align: center;
}

.mentor-pic {
  max-height: 210px;
  border-radius: 20px;
}

.mentor-main-card {
  margin-bottom: 3%;
}

.mentor-main-pic {
  max-height: 210px;
  float: left;
  margin-right: 2%;
}

.mentor-inner-left {
  display: inline-block;
  /*width: 70%;*/
  vertical-align: top;
}

.fam-card {
  margin-bottom: 3%;
}

.fam-card-text {
  margin-top: 25px;
}

.fam-container {
  width: 100%;
}

.fam-row {
  margin-left: 0;
  margin-right: 0;
}

.col {
  /*flex: 1;*/
}

.house-card-title {
  font-size: x-large;
  font-weight: normal;
}

.fam-card-house-name {
  font-weight: bold;
  color: rgb(141, 141, 141);
}

.fam-card-heads {
  color: rgb(141, 141, 141);
}

/*GALLERY*/
.event-cover-button {
  border: none;
  padding: 0;
}

.event-cover-image {
  height: 100px;
}

.gallery-container {
  width: 100%;
}

.flickrwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flickrwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-album-title {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  text-align: center;
  font-size: 18px;
}

.gallery-card {
  margin-bottom: 3%;
  padding: 3.5% 3.5% 0 3.5%;
  text-align: center;
}

/* RECORDINGS */
.video-wrapper {
  width: 840px;
  height: 473px;
}

/*CONTACT*/
.btn-contact {
  background-color: rgb(79, 192, 170);
  border-color: rgb(79, 192, 170);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(168, 215, 206);
  border-color: rgb(168, 215, 206);
}

.form-contact {
  color: rgb(140, 140, 140);
  margin-bottom: -1em;
  display: inline-block;
  /*width: 49%  use when officer contacts availalbe*/
  width: 99%;
}

.contact-list {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-left: 4%;
}

@media (min-width: 650px) {
  .contact-list {
    margin-left: 0px;
  }
}
/*PROJECTS*/
.projectwrap {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 30px;
  height: 0;
  overflow: hidden;
}

.project-title {
  margin-top: 2.5%;
  text-align: center;
  font-size: 18px;
}

.project-name {
  display: inline;
  display: inline;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}

.project-date {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

.project-img {
  max-width: 100%;
  border-radius: 1%;
}

.project-wrap {
  padding-bottom: 40.25%;
  padding-top: 0px;
}

/*SPONSOR*/
.sponsor-container {
  width: 100%;
  text-align: center;
}

.sponsor-overview-img {
  background-image: url(../img/backgroundphotos/erin-tinker.jpg);
  background-size: cover;
  margin-right: 4%;
}

.sponsor-help-img {
  background-image: url(../img/jenny-tinker-orig.jpg);
  background-size: cover;
}

.sponsor-yellow-title {
  color: rgb(255, 206, 0);
  text-align: left;
  font-weight: 600;
  font-size: 20;
}

.sponsor-green-title {
  color: rgb(0, 208, 175);
  text-align: left;
  font-weight: 600;
  font-size: 20;
}

.sponsor-green-subtitle {
  color: rgb(0, 208, 175);
  text-align: left;
  font-weight: 500;
  font-size: 18;
}

.sponsor-icon {
  color: rgb(0, 208, 175);
  align-content: center;
  padding-top: 15px;
}

.tiers-wrap {
  padding-top: 0;
  padding-bottom: 77%;
  margin-bottom: 2%;
}

.sponsor-img {
  height: 100px;
  display: inline-block;
  margin: 3%;
}

.sponsor-img-wide {
  width: 38%;
  display: inline-block;
  margin: 3%;
}

/*SUBSCRIBE*/
#mc_embed_signup {
  background: #fff;
  clear: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  /*width:750px;*/
}

#mc_embed_signup h2 {
  font-size: x-large;
  font-weight: 600;
}

/*FOOTER*/
.footer-container {
  background-color: rgb(160, 235, 222);
  border-color: #e7e7e7;
  width: 100%;
  font-weight: 600;
}

.footer-block {
  margin-top: 70px;
  margin-bottom: 60px;
}

.footer-text {
  font-size: 15;
  color: rgb(20, 128, 111);
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  color: rgb(20, 128, 111);
}

/*
    Multicoloured Hover Variations
*/
#social-tw:hover {
  color: #4099ff;
}

#social-gp:hover {
  color: #d34836;
}

#social-em:hover {
  color: #f39c12;
}

/*TESTING LIGHTBULB SVG*/
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
  }
}
@-webkit-keyframes shadowFuck {
  0% {
    -webkit-transform: skew(35deg) rotateX(180deg) translateX(2%);
  }
  100% {
    -webkit-transform: skew(-35deg) rotateX(180deg) translateX(-2%);
  }
}
#bulb {
  width: 100%;
  height: 100%;
  display: block;
  height: 100%;
  width: 117px;
  margin: -30px auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-animation: swing 2s 2s ease-in-out alternate infinite;
  -moz-animation: swing 2s 2s ease-in-out alternate infinite;
  animation: swing 2s 2s ease-in-out alternate infinite;
}

.text {
  position: absolute;
  display: block;
  top: 400px;
  left: 25%;
  height: auto;
  padding: 0;
  width: 50%;
  color: #333;
  text-align: center;
  font-family: "Montserrat";
  font-size: 10vh;
}

.text:before {
  content: "loading...";
}

.shadow:before {
  content: "loading...";
}

.shadow {
  -webkit-transform-origin: bottom;
  top: 400px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: shadowFuck 2s 2s ease-in-out alternate infinite;
  -moz-animation: shadowFuck 2s 2s ease-in-out alternate infinite;
  animation: shadowFuck 2s 2s ease-in-out alternate infinite;
}

/*ANIMATIONS*/
.fade {
  opacity: 1;
  /*opacity:0.5;*/
}

.fade:hover {
  /*border-radius: 0;*/
  box-shadow: 1px 1px #53a7ea, 2px 2px #53a7ea, 3px 3px #53a7ea;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  /*opacity:1;*/
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.body {
  background: #00d0af;
}

.box {
  position: relative;
  display: block;
  margin-top: 8%;
  margin-bottom: -16%;
  margin-left: 0;
  width: 600px;
  height: 500px;
}

.top-glass, .top-glass2, .top-glass3, .top-glass4 {
  position: absolute;
  top: 20%;
  width: 100px;
  height: 130px;
  background: linear-gradient(to right, #f7f7f7, #A2B9C4, #A5C4D4, #A5C4D4, #A2B9C4, #f7f7f7);
  opacity: 0.5;
  border: 1px solid #A2B9C4;
  border-radius: 40% 40% 10% 10%;
  z-index: 1;
}

.top-glass {
  left: 10%;
}

.top-glassp {
  left: 10.5%;
  position: absolute;
  top: 42%;
  width: 95px;
  height: 20px;
  background: #af4133;
  border-radius: 40% 40% 10% 10%;
}

.glassp {
  left: 14%;
  position: absolute;
  top: 14.5%;
  width: 55px;
  height: 20px;
  background: #af4133;
  border-radius: 40%;
}

.top-glass2 {
  left: 30%;
}

.top-glassp2 {
  left: 30.5%;
  position: absolute;
  top: 42%;
  width: 95px;
  height: 20px;
  background: #12598e;
  border-radius: 40% 40% 10% 10%;
}

.glassp2 {
  left: 34%;
  position: absolute;
  top: 14.5%;
  width: 55px;
  height: 20px;
  background: #12598e;
  border-radius: 40%;
}

.top-glass3 {
  left: 50%;
}

.top-glassp3 {
  left: 50.5%;
  position: absolute;
  top: 42%;
  width: 95px;
  height: 20px;
  background: #be9136;
  border-radius: 40% 40% 10% 10%;
}

.glassp3 {
  left: 54%;
  position: absolute;
  top: 14.5%;
  width: 55px;
  height: 20px;
  background: #be9136;
  border-radius: 40%;
}

.top-glass4 {
  left: 70%;
}

.top-glassp4 {
  left: 70.5%;
  position: absolute;
  top: 42%;
  width: 95px;
  height: 20px;
  background: #276e23;
  border-radius: 40% 40% 10% 10%;
}

.glassp4 {
  left: 74%;
  position: absolute;
  top: 14.5%;
  width: 55px;
  height: 20px;
  background: #276e23;
  border-radius: 40%;
}

.middle, .middle2, .middle3, .middle4 {
  position: absolute;
  top: 18%;
  width: 50px;
  height: 10px;
  background: linear-gradient(to right, #f7f7f7, #A2B9C4, #A5C4D4, #A5C4D4, #A2B9C4, #f7f7f7);
  opacity: 0.3;
  border: 1px solid #A2B9C4;
  border-bottom: 0px;
  border-radius: 40%;
  z-index: 1;
}

.middle {
  left: 14%;
}

.middle2 {
  left: 34%;
}

.middle3 {
  left: 54%;
}

.middle4 {
  left: 74%;
}

.glass, .glass2, .glass3, .glass4 {
  position: absolute;
  top: -3%;
  width: 95px;
  height: 105px;
  background: linear-gradient(to right, #f7f7f7, #A2B9C4, #A5C4D4, #A5C4D4, #A2B9C4, #f7f7f7);
  opacity: 0.5;
  border: 1px solid #A2B9C4;
  border-radius: 10% 10% 40% 40%;
  z-index: 1;
}

.points, .points2, .points3 {
  position: absolute;
  top: 15%;
  left: 16%;
  width: 10px;
  height: 10px;
  background: #af4133;
  opacity: 0.9;
  border-radius: 40% 40% 20% 30%;
}

.points {
  left: 16%;
  animation: points-drop 4s infinite ease-in-out;
}

.points2 {
  left: 17%;
  animation: points-drop 4s infinite ease-in-out 2s;
}

.points3 {
  left: 18%;
  animation: points-drop 4s infinite ease-in-out 3s;
}

.points4, .points5 {
  position: absolute;
  top: 15%;
  width: 10px;
  height: 10px;
  background: #12598e;
  opacity: 0.9;
  border-radius: 40% 40% 20% 30%;
}

.points4 {
  left: 38%;
  animation: points-drop 4s infinite ease-in-out 0.5s;
}

.points5 {
  left: 39%;
  animation: points-drop 4s infinite ease-in-out 1.5s;
}

.points6, .points7, .points8 {
  position: absolute;
  top: 15%;
  width: 10px;
  height: 10px;
  background: #be9136;
  border-radius: 40% 40% 20% 30%;
}

.points6 {
  left: 56%;
  animation: points-drop 4s infinite ease-in-out;
}

.points7 {
  left: 57%;
  animation: points-drop 4s infinite ease-in-out 1.25s;
}

.points8 {
  left: 58%;
  animation: points-drop 4s infinite ease-in-out 2.25s;
}

.points9 {
  position: absolute;
  top: 15%;
  width: 10px;
  height: 10px;
  background: #276e23;
  border-radius: 40% 40% 20% 30%;
}

.points9 {
  left: 77%;
  animation: points-drop 3s infinite ease-in-out;
}

@-webkit-keyframes points-drop {
  0% {
    top: 15%;
  }
  50% {
    top: 20%;
  }
  100% {
    top: 45%;
  }
}
.glass, .band {
  left: 10.5%;
}

.glass2, .band2 {
  left: 30.5%;
}

.glass3, .band3 {
  left: 50.5%;
}

.glass4, .band4 {
  left: 70.5%;
}

.band, .band2, .band3, .band4 {
  position: absolute;
  top: -3%;
  width: 97px;
  height: 10px;
  background: linear-gradient(to right, #CCA951, #FFD166, #CCA951);
  border-radius: 20%;
  z-index: 1;
}

.band5, .band6, .band7, .band8 {
  position: absolute;
  top: 46%;
  width: 100px;
  height: 10px;
  background: linear-gradient(to right, #CCA951, #FFD166, #CCA951);
  border-radius: 20%;
  z-index: 1;
}

.band5 {
  left: 10%;
}

.band6 {
  left: 30%;
}

.band7 {
  left: 50%;
}

.band8 {
  left: 70%;
}

.podium, .podium2, .podium3, .podium4 {
  position: absolute;
  top: 48%;
  width: 100px;
  height: 50px;
  opacity: 0.9;
  border-radius: 10% 10% 0 0;
  z-index: 1;
}

.podium {
  left: 10%;
  background: #af4133;
}

.podium2 {
  left: 30%;
  background: #12598e;
}

.podium3 {
  left: 50%;
  background: #be9136;
}

.podium4 {
  left: 70%;
  background: #276e23;
}


/* New styling for cleaned up index.hbs */
.watt-logo {
  width: 100%;
  height: auto;
  padding-top: 64px;
}

.home-mission-flex {
  display: flex;
  align-items: center;
}

.handwritten-h2 {
  font-family: 'Indie Flower', regular;
}

.handwritten-h3 {
  font-family: 'Indie Flower', regular;
  text-align: center;
}

.whatwedo-wrapper {
  padding: 0;
}

.lab-hours-wrapper {
  padding: 0;
}

.lab-hours-table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}

.lab-hours-table th,
.lab-hours-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.day-header-teal {
  background-color: #5cccb4;
}

.day-header-green {
  background-color: #1c9c74;
}

.time-slot {
  background-color: #f0f0f0;
  font-weight: bold;
}

.newsletter-wrapper {
  padding: 0;
}

.google-calendar {
  border: solid 1px #777;
  width: 100%;
  height: 100%;
}

/* Pastel poster refresh */
:root {
  --watt-mint: #52d9c7;
  --watt-mint-soft: #d9fbf3;
  --watt-aqua: #bdeef3;
  --watt-blue: #416bb3;
  --watt-blue-deep: #264a91;
  --watt-lavender: #c7d4ff;
  --watt-cream: #fff9df;
  --watt-pink: #ffd5e8;
  --watt-yellow: #ffe681;
  --watt-ink: #20315b;
  --watt-line: #24427b;
}

html {
  background: #eefbf8;
}

body {
  color: var(--watt-ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 230, 129, 0.45) 0 0.55rem, transparent 0.6rem),
    radial-gradient(circle at 86% 20%, rgba(255, 213, 232, 0.55) 0 0.5rem, transparent 0.56rem),
    radial-gradient(circle at 72% 84%, rgba(199, 212, 255, 0.55) 0 0.7rem, transparent 0.76rem),
    linear-gradient(135deg, #ecfff8 0%, #d4f6f7 42%, #edf4ff 100%);
  background-attachment: fixed;
  letter-spacing: 0;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgba(36, 74, 145, 0.26) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 1px, transparent 1.5px);
  background-position: 0 0, 16px 18px;
  background-size: 34px 34px, 42px 42px;
}

.navbar-default {
  background: rgba(246, 255, 252, 0.92);
  border: 0;
  box-shadow: 0 7px 24px rgba(43, 93, 154, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar-default .navbar-nav > li > a,
#navbar-brand {
  color: var(--watt-blue-deep);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
#navbar-brand:hover {
  color: var(--watt-mint);
}

.navbar-default .navbar-toggle {
  border-color: var(--watt-blue);
  border-radius: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--watt-blue);
}

.dropdown-menu {
  background: #f8fffc;
  border: 2px solid rgba(65, 107, 179, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(38, 74, 145, 0.14);
}

.dropdown-menu > li > a {
  color: var(--watt-blue-deep);
  font-family: "Fredoka", "Montserrat", sans-serif;
}

.dropdown-menu > li > a:hover {
  color: var(--watt-blue-deep);
  background: var(--watt-mint-soft);
}

#nav-logo {
  width: 30px;
  margin-right: 7px;
  filter: drop-shadow(0 2px 0 rgba(82, 217, 199, 0.28));
}

.home-page-cover {
  position: relative;
  min-height: 700px;
  height: 92vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 230, 129, 0.8) 0 1.8rem, transparent 1.9rem),
    radial-gradient(circle at 78% 17%, rgba(255, 213, 232, 0.9) 0 1.4rem, transparent 1.48rem),
    radial-gradient(circle at 86% 72%, rgba(199, 212, 255, 0.85) 0 2.2rem, transparent 2.3rem),
    linear-gradient(rgba(202, 248, 242, 0.72), rgba(219, 243, 255, 0.82)),
    url(../img/WATT-website-banner.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top, center top, center top, center 52px, center 52px;
  background-size: auto, auto, auto, cover, cover;
}

.home-page-cover:before,
.home-page-cover:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-page-cover:before {
  inset: 82px 24px 26px;
  border: 2px solid rgba(36, 66, 123, 0.5);
  border-radius: 22px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.28);
}

.home-page-cover:after {
  width: 220px;
  height: 120px;
  right: 5%;
  bottom: 10%;
  opacity: 0.9;
  background:
    radial-gradient(circle at 20% 54%, #fff 0 26px, transparent 27px),
    radial-gradient(circle at 44% 38%, #fff 0 34px, transparent 35px),
    radial-gradient(circle at 69% 53%, #fff 0 28px, transparent 29px),
    radial-gradient(circle at 90% 62%, #fff 0 20px, transparent 21px);
}

.site-wrapper {
  position: relative;
  z-index: 1;
  max-width: min(980px, 86vw);
}

.watt-logo {
  max-width: 760px;
  padding: 32px;
  border: 2px solid rgba(36, 66, 123, 0.62);
  border-radius: 18px;
  background: rgba(248, 255, 252, 0.5);
  box-shadow: 16px 16px 0 rgba(65, 107, 179, 0.14), 0 18px 42px rgba(38, 74, 145, 0.16);
}

.page-body {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  margin: -52px auto 0;
  padding: 36px clamp(14px, 3vw, 38px) 58px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.9) 0 2.6rem, transparent 2.7rem),
    radial-gradient(circle at 92% 36%, rgba(255, 255, 255, 0.8) 0 2rem, transparent 2.1rem),
    linear-gradient(180deg, rgba(246, 255, 252, 0.96), rgba(239, 250, 255, 0.98));
  border: 2px solid rgba(65, 107, 179, 0.2);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -12px 34px rgba(38, 74, 145, 0.12);
}

.page-body:before,
.page-body:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(var(--watt-blue-deep), var(--watt-blue-deep)) center/3px 100% no-repeat,
    linear-gradient(90deg, var(--watt-blue-deep), var(--watt-blue-deep)) center/100% 3px no-repeat;
  opacity: 0.82;
}

.page-body:before {
  top: 24px;
  left: 26px;
  transform: rotate(45deg);
}

.page-body:after {
  top: 92px;
  right: 30px;
  transform: rotate(45deg) scale(0.68);
}

.page-wrapper {
  padding: clamp(20px, 4vw, 48px) 0;
}

.handwritten-h2,
.page-heading,
section.section > .section-container > .team-container .head .title {
  color: var(--watt-blue);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 rgba(82, 217, 199, 0.28);
}

.handwritten-h2 {
  position: relative;
  max-width: 900px;
  margin: 22px auto 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.handwritten-h2:after {
  content: "";
  display: block;
  width: min(220px, 44vw);
  height: 12px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--watt-yellow), var(--watt-pink), var(--watt-mint));
  opacity: 0.72;
}

.handwritten-h3 {
  color: var(--watt-blue-deep);
  font-family: "Pacifico", "Indie Flower", cursive;
  font-size: clamp(21px, 3vw, 31px);
  line-height: 1.35;
}

.handwritten-h3 a {
  color: var(--watt-blue);
  border-bottom: 3px solid var(--watt-yellow);
}

.home-mission,
.home-whatwedo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
  width: 100%;
}

/* Animated electrical accents for the home-page hero */
.hero-electrical {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.circuit-line {
  position: absolute;
  height: 3px;
  border-radius: 99px;
  background: repeating-linear-gradient(90deg, rgba(26, 94, 149, 0.18) 0 8px, rgba(27, 186, 171, 0.88) 8px 16px);
  background-size: 32px 100%;
  box-shadow: 0 0 12px rgba(27, 186, 171, 0.5);
  animation: circuit-current 2.8s linear infinite;
}

.circuit-line::before,
.circuit-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid #1bbaab;
  border-radius: 50%;
  background: #f9fffd;
  box-shadow: 0 0 0 5px rgba(27, 186, 171, 0.14), 0 0 16px rgba(27, 186, 171, 0.6);
  transform: translateY(-50%);
}

.circuit-line::before { left: -3px; }
.circuit-line::after { right: -3px; }
.circuit-line-left { top: 31%; left: 3%; width: 24%; transform: rotate(16deg); }
.circuit-line-right { top: 67%; right: 3%; width: 23%; transform: rotate(-17deg); animation-delay: -1s; }
.circuit-line-bottom { bottom: 12%; left: 31%; width: 23%; animation-delay: -1.8s; }

.hero-signal {
  position: absolute;
  top: 17%;
  right: 17%;
  width: 26px;
  height: 26px;
  border: 3px solid rgba(36, 66, 123, 0.7);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 9px rgba(41, 202, 183, 0.15), 0 0 0 20px rgba(41, 202, 183, 0.08);
  animation: signal-pulse 2.4s ease-out infinite;
}

.hero-chip {
  position: absolute;
  bottom: 18%;
  left: 13%;
  width: 54px;
  height: 44px;
  border: 3px solid rgba(36, 66, 123, 0.65);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(250, 255, 253, 0.95), rgba(160, 235, 222, 0.7));
  box-shadow: 0 7px 0 rgba(36, 66, 123, 0.13);
  animation: chip-float 3.4s ease-in-out infinite;
}

.hero-chip::before,
.hero-chip::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  height: 5px;
  background: repeating-linear-gradient(90deg, transparent 0 5px, rgba(36, 66, 123, 0.7) 5px 8px, transparent 8px 13px);
}

.hero-chip::before { top: -8px; }
.hero-chip::after { bottom: -8px; }

.hero-bolt {
  position: absolute;
  top: 42%;
  right: 11%;
  width: 30px;
  height: 50px;
  background: #ffd961;
  clip-path: polygon(52% 0, 7% 55%, 42% 55%, 29% 100%, 94% 35%, 58% 35%);
  filter: drop-shadow(0 0 8px rgba(255, 191, 53, 0.75));
  animation: bolt-flash 2.1s steps(2, end) infinite;
}

@keyframes circuit-current { to { background-position: 32px 0; } }
@keyframes signal-pulse {
  50% { transform: scale(1.18); box-shadow: 0 0 0 15px rgba(41, 202, 183, 0.11), 0 0 0 31px rgba(41, 202, 183, 0.03); }
}
@keyframes chip-float { 50% { transform: translateY(-10px) rotate(3deg); } }
@keyframes bolt-flash {
  0%, 38%, 100% { opacity: 0.55; }
  39%, 45% { opacity: 1; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .circuit-line, .hero-signal, .hero-chip, .hero-bolt { animation: none; }
}

.custom-container1 {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(36, 66, 123, 0.4);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(217, 251, 243, 0.95), rgba(238, 246, 255, 0.95));
  box-shadow: 10px 10px 0 rgba(65, 107, 179, 0.12), 0 16px 34px rgba(38, 74, 145, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.custom-container1:before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 13px;
}

.custom-container1:after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 86px;
  height: 86px;
  opacity: 0.7;
  background:
    radial-gradient(circle at 50% 14%, var(--watt-yellow) 0 10px, transparent 11px),
    radial-gradient(circle at 86% 50%, var(--watt-yellow) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 86%, var(--watt-yellow) 0 10px, transparent 11px),
    radial-gradient(circle at 14% 50%, var(--watt-yellow) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 50%, #fff8bc 0 11px, transparent 12px);
}

.custom-container1:hover {
  transform: translateY(-5px) rotate(-0.5deg);
  box-shadow: 13px 13px 0 rgba(82, 217, 199, 0.2), 0 20px 42px rgba(38, 74, 145, 0.16);
}

.custom-container1 img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.lab-hours-table,
.google-calendar,
.page-content,
.page-content-outline,
.page-content-photo,
.gallery-card,
.person-card,
.fam-card,
.mentor-main-card {
  border: 2px solid rgba(36, 66, 123, 0.35);
  border-radius: 18px;
  background: rgba(248, 255, 252, 0.88);
  box-shadow: 9px 9px 0 rgba(65, 107, 179, 0.1), 0 14px 32px rgba(38, 74, 145, 0.1);
}

.lab-hours-table {
  overflow: hidden;
  color: var(--watt-blue-deep);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 600;
}

.lab-hours-table th,
.lab-hours-table td {
  border: 1px solid rgba(65, 107, 179, 0.18);
  padding: 14px 10px;
}

.day-header-teal,
.day-header-green {
  color: #ffffff;
  background: var(--watt-blue);
}

.day-header-green {
  background: var(--watt-mint);
  color: var(--watt-blue-deep);
}

.time-slot {
  color: var(--watt-blue-deep);
  background: var(--watt-cream);
}

.google-calendar {
  display: block;
  min-height: 620px;
  margin: 20px auto 44px;
  border-color: rgba(36, 66, 123, 0.35);
}

a {
  color: var(--watt-blue);
}

a:hover,
a:focus {
  color: var(--watt-mint);
}

#light-button,
#home-light-button,
#home-button,
.button,
.btn-contact,
.btn-primary {
  border: 2px solid var(--watt-blue);
  border-radius: 999px;
  color: var(--watt-blue-deep);
  background: var(--watt-yellow);
  box-shadow: 4px 4px 0 rgba(65, 107, 179, 0.18);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 700;
}

#light-button:hover,
#home-light-button:hover,
#home-button:hover,
.button:hover,
.btn-contact:hover,
.btn-primary:hover {
  color: #ffffff;
  border-color: var(--watt-blue);
  background: var(--watt-blue);
}

.person-card > .profile-picture,
.mentor-pic,
.mentor-main-pic,
.project-img,
.event-cover-image,
.sponsor-img,
.sponsor-img-wide {
  border: 3px solid #ffffff;
  box-shadow: 0 8px 20px rgba(38, 74, 145, 0.14);
}

.person-card > .profile-picture {
  border-radius: 28px;
}

.card-title,
.green-card-title,
.dark-green-card-title,
.project-title,
.gallery-album-title,
.house-card-title {
  color: var(--watt-blue);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-container {
  position: relative;
  overflow: hidden;
  max-width: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.82) 0 2rem, transparent 2.1rem),
    radial-gradient(circle at 82% 72%, rgba(255, 230, 129, 0.75) 0 1.45rem, transparent 1.55rem),
    linear-gradient(135deg, var(--watt-mint-soft), var(--watt-aqua));
  border: 0;
  border-top: 2px solid rgba(36, 66, 123, 0.18);
}

.footer-text,
.social {
  color: var(--watt-blue-deep);
}

.social:hover {
  color: var(--watt-mint);
}

@media (max-width: 900px) {
  .home-mission,
  .home-whatwedo {
    grid-template-columns: 1fr;
  }

  .home-div {
    display: block;
  }

  .home-page-cover {
    min-height: 480px;
    height: 72vh;
  }

  .watt-logo {
    padding: 18px;
  }

  .page-body {
    width: calc(100% - 18px);
    margin-top: -28px;
    border-radius: 18px 18px 0 0;
  }

  .lab-hours-wrapper {
    overflow-x: auto;
  }

  .lab-hours-table {
    min-width: 760px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .home-page-cover:before {
    inset: 72px 12px 18px;
  }

  .page-body:before,
  .page-body:after {
    display: none;
  }

  .google-calendar {
    min-height: 480px;
  }
}

/* Box polish fixes */
.watt-logo {
  display: block;
  width: 90%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.custom-container1 {
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 10px 26px rgba(38, 74, 145, 0.13);
}

.custom-container1:before,
.custom-container1:after {
  content: none;
}

.custom-container1:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(38, 74, 145, 0.16);
}

.custom-container1 img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 14px;
}

.lab-hours-table,
.google-calendar,
.page-content,
.page-content-outline,
.page-content-photo,
.gallery-card,
.person-card,
.fam-card,
.mentor-main-card {
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(38, 74, 145, 0.11);
}

/* Consistent card sizing and readable type on the Board and Mentorship pages */
.team-page,
.mentorship-page {
  font-family: "Montserrat", Arial, sans-serif;
}

.team-page #officers-mount {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
  gap: 24px;
}

.team-page .person-wrapper {
  display: flex;
  width: auto;
  min-width: 0;
  padding: 0;
}

.team-page .person-card {
  display: flex;
  width: 100%;
  min-height: 500px;
  padding: 24px;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.team-page .person-card > .profile-picture {
  width: 176px;
  height: 176px;
  flex: 0 0 176px;
  margin-bottom: 16px;
}

.team-page .person-card h4,
.team-page .person-card h5 {
  margin: 0;
  font-family: "Fredoka", "Montserrat", sans-serif;
}

.team-page .person-card h5 {
  min-height: 2.8em;
  margin-top: 6px;
  color: var(--watt-blue);
}

.team-page .person-card p,
.mentorship-page .fam-card-description,
.mentorship-page .fam-card-heads {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.team-page .person-card p {
  margin: 14px 0 0;
}

.mentorship-house-card {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 4vw, 48px);
  margin: 28px 0;
}

.mentorship-house-card .fam-pic {
  display: flex;
  flex: 0 0 clamp(170px, 22vw, 230px);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 22px;
  border: 2px solid rgba(36, 66, 123, 0.35);
  border-radius: 14px;
  background: rgba(248, 255, 252, 0.88);
  box-shadow: 0 10px 26px rgba(38, 74, 145, 0.11);
}

.mentorship-house-card .mentor-pic {
  display: block;
  width: 100%;
  max-height: none;
  border-radius: 14px;
  object-fit: contain;
}

.mentorship-house-card .fam-card-text {
  flex: 1;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  padding: 26px;
}

@media (max-width: 700px) {
  .team-page #officers-mount {
    grid-template-columns: 1fr;
  }

  .team-page .person-card {
    min-height: 0;
  }

  .mentorship-house-card {
    flex-direction: column;
  }

  .mentorship-house-card .fam-pic {
    flex-basis: auto;
  }

  .mentorship-house-card .mentor-pic {
    max-width: 180px;
  }
}

/* Keep the Mentorship introduction photo inside a reliable, balanced card. */
.mentorship-page .page-content-outline > .home-div {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 4vw, 48px);
}

.mentorship-page .page-content-outline .fam-pic {
  display: flex;
  flex: 0 0 clamp(180px, 25vw, 260px);
  align-items: center;
  justify-content: center;
  min-height: 250px;
  margin: 0;
  padding: 24px;
}

.mentorship-page .mentor-main-pic {
  display: block;
  width: 100%;
  max-width: 210px;
  max-height: none;
  height: auto;
  margin: 0;
  float: none;
  object-fit: contain;
}

/* Additional electrical motifs in the home hero. */
.hero-resistor {
  position: absolute;
  top: 24%;
  left: 16%;
  width: 96px;
  height: 22px;
  background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(36, 66, 123, 0.75) 8px 12px, transparent 12px 20px);
  border-top: 2px solid rgba(36, 66, 123, 0.48);
  border-bottom: 2px solid rgba(36, 66, 123, 0.48);
  animation: resistor-hum 3s ease-in-out infinite;
}

.hero-wave {
  position: absolute;
  bottom: 22%;
  right: 24%;
  width: 150px;
  height: 42px;
  background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 10px, rgba(27, 186, 171, 0.62) 11px 13px, transparent 14px 22px);
  background-size: 38px 42px;
  opacity: 0.8;
  animation: wave-scan 3.6s linear infinite;
}

.hero-node {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #24427b;
  border-radius: 50%;
  background: #fff8bc;
  box-shadow: 0 0 0 6px rgba(255, 217, 97, 0.2), 0 0 14px rgba(255, 217, 97, 0.75);
  animation: node-glow 1.8s ease-in-out infinite alternate;
}

.hero-node-one { top: 55%; left: 9%; }
.hero-node-two { top: 26%; right: 7%; animation-delay: -0.8s; }

@keyframes resistor-hum {
  50% { transform: translateY(-7px); filter: drop-shadow(0 0 6px rgba(27, 186, 171, 0.58)); }
}

@keyframes wave-scan { to { background-position: 38px 0; } }
@keyframes node-glow { to { transform: scale(1.18); } }

@media (max-width: 700px) {
  .mentorship-page .page-content-outline > .home-div {
    flex-direction: column;
  }

  .mentorship-page .page-content-outline .fam-pic {
    flex-basis: auto;
    min-height: 0;
  }

  .hero-resistor,
  .hero-wave {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-resistor,
  .hero-wave,
  .hero-node {
    animation: none;
  }
}

/* Readable Lab typography and contained Board Members grid. */
.lab-page,
.lab-content-container {
  font-family: "Montserrat", Arial, sans-serif;
}

.lab-page p,
.lab-page li,
.lab-page td,
.lab-page th {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
}

.team-page {
  overflow-x: hidden;
}

.team-page .section-container,
.team-page .team-container,
.team-page .grid,
.team-page #officers-mount {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.team-page #officers-mount,
.team-page .person-wrapper,
.team-page .person-card {
  box-sizing: border-box;
}

/* Avoid painting and decoding the full board before it reaches the viewport. */
.team-page .person-wrapper {
  content-visibility: auto;
  contain-intrinsic-size: 0 520px;
}

/* Home hero: a clean, coordinated circuit-board illustration. */
.hero-electrical {
  background-image:
    linear-gradient(rgba(36, 66, 123, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 66, 123, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 84%, transparent);
}

.circuit-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(36, 66, 123, 0.22), #1bbaab 42%, rgba(36, 66, 123, 0.22));
  background-size: 100% 100%;
  box-shadow: 0 0 8px rgba(27, 186, 171, 0.42);
  animation: none;
}

.circuit-line::before,
.circuit-line::after {
  width: 10px;
  height: 10px;
  border-width: 2px;
  background: #effffc;
  box-shadow: 0 0 0 4px rgba(27, 186, 171, 0.12), 0 0 10px rgba(27, 186, 171, 0.45);
}

.hero-chip {
  width: 58px;
  height: 48px;
  border: 2px solid #24427b;
  border-radius: 7px;
  background: linear-gradient(135deg, transparent 46%, rgba(27, 186, 171, 0.55) 47% 53%, transparent 54%), linear-gradient(135deg, #f8fffc, #b9eee7);
  box-shadow: 0 6px 0 rgba(36, 66, 123, 0.14), 0 0 0 6px rgba(36, 66, 123, 0.06);
  animation: chip-float 4.5s ease-in-out infinite;
}

.hero-resistor {
  width: 116px;
  height: 16px;
  border: 0;
  background: linear-gradient(90deg, transparent 0 8%, #24427b 8% 12%, transparent 12% 18%, #1bbaab 18% 25%, #24427b 25% 32%, #1bbaab 32% 39%, #24427b 39% 46%, #1bbaab 46% 53%, #24427b 53% 60%, #1bbaab 60% 67%, transparent 67% 88%, #24427b 88% 92%, transparent 92%);
  filter: drop-shadow(0 2px 3px rgba(36, 66, 123, 0.2));
  animation: resistor-hum 4.2s ease-in-out infinite;
}

.hero-wave {
  width: 164px;
  height: 42px;
  opacity: 0.9;
  background: radial-gradient(ellipse at 0 50%, transparent 0 11px, rgba(27, 186, 171, 0.85) 12px 14px, transparent 15px) 0 0 / 41px 42px repeat-x;
  animation: wave-scan 4.5s linear infinite;
}

.hero-signal,
.hero-node {
  border-color: #24427b;
  background: #fff8bc;
  box-shadow: 0 0 0 7px rgba(255, 217, 97, 0.15), 0 0 14px rgba(27, 186, 171, 0.38);
}

.hero-signal { animation: signal-pulse 3.2s ease-out infinite; }
.hero-node { animation: node-glow 2.4s ease-in-out infinite alternate; }

/* Use Montserrat for readable small text across the site. */
body,
p,
li,
td,
th,
label,
input,
textarea,
select,
button {
  font-family: "Montserrat", Arial, sans-serif;
}

/* Give Lab headings a clear, consistent display face. */
.lab-page h1,
.lab-page h2,
.lab-page h3,
.lab-page h4,
.lab-page h5,
.lab-page h6,
.lab-page .card-title,
.lab-page .green-card-title,
.lab-page .dark-green-card-title {
  font-family: "Fredoka", "Montserrat", sans-serif;
}

/* Keep the home banner still and free of decorative animation overlays. */
.home-page-cover .hero-electrical {
  display: none;
}

/* Remove the scattered dot and cloud decorations from the home banner. */
.home-page-cover {
  background:
    linear-gradient(rgba(202, 248, 242, 0.72), rgba(219, 243, 255, 0.82)),
    url(../img/WATT-website-banner.png);
  background-repeat: no-repeat;
  background-position: center 52px, center 52px;
  background-size: cover, cover;
}

.home-page-cover::after {
  display: none;
}

/* One typeface across the site; icon fonts retain their own declarations. */
body,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, div, li, td, th, label, button, input, textarea, select, option, legend, figcaption) {
  font-family: "Montserrat", Arial, sans-serif;
}

/* Make supporting text easier to read on the Mentorship and Board pages. */
.team-page .person-card,
.team-page .person-card p,
.mentorship-page .fam-card-description,
.mentorship-page .fam-card-heads {
  font-size: 1.1rem;
}

/* Let each page's heading photo show through more clearly. */
.page-cover-photo {
  background: linear-gradient(rgba(232, 228, 238, 0.18), rgba(232, 228, 238, 0.18)), var(--img);
}

/* Remove the decorative X marks that were placed in page-body corners. */
.page-body::before,
.page-body::after {
  display: none;
}

/* Lab page hierarchy and a roomier schedule. */
.lab-page h1,
.lab-page h2,
.lab-page h3,
.lab-page h4,
.lab-page h5,
.lab-page h6,
.lab-page .card-title,
.lab-page .green-card-title,
.lab-page .dark-green-card-title {
  font-family: "Fredoka", "Montserrat", sans-serif;
}

.lab-page .lab-hours-table {
  border-spacing: 0;
}

.lab-page .lab-hours-table th,
.lab-page .lab-hours-table td {
  min-height: 76px;
  padding: 28px 22px;
  font-size: 1.08rem;
  line-height: 1.55;
  vertical-align: middle;
}

/* Lab hours layout based on the Boelter Hall schedule design. */
.lab-page .lab-hours-heading {
  max-width: 760px;
  margin: 8px auto 34px;
  color: #506db4;
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.04;
  text-align: center;
  text-shadow: 2px 2px 0 #ccefeb;
}

.lab-page .lab-hours-wrapper {
  width: min(100%, 980px);
  margin: 0 auto 32px;
  padding: 0;
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(38, 74, 145, 0.12);
}

.lab-page .lab-hours-table {
  width: 100%;
  min-width: 720px;
  overflow: hidden;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  background: #fafffd;
  color: #173d91;
  box-shadow: none;
}

.lab-page .lab-hours-table th,
.lab-page .lab-hours-table td {
  min-height: 0;
  padding: 17px 14px;
  border: 0;
  border-right: 1px solid rgba(79, 109, 180, 0.16);
  border-bottom: 1px solid rgba(79, 109, 180, 0.16);
  background: #fafffd;
  color: #173d91;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.12;
  text-align: center;
}

.lab-page .lab-hours-table tr:last-child td { border-bottom: 0; }
.lab-page .lab-hours-table th:last-child,
.lab-page .lab-hours-table td:last-child { border-right: 0; }

.lab-page .lab-hours-table th {
  padding: 12px 10px;
  color: #ffffff;
  font-weight: 600;
}

.lab-page .lab-hours-table th:first-child {
  background: transparent !important;
}

.lab-page .lab-hours-table th:nth-child(2),
.lab-page .lab-hours-table th:nth-child(4),
.lab-page .lab-hours-table th:nth-child(6) {
  background: #506db4 !important;
}

.lab-page .lab-hours-table th:nth-child(3),
.lab-page .lab-hours-table th:nth-child(5) {
  background: #80d7c6 !important;
  color: #173d91;
}

.lab-page .lab-hours-table .highlight {
  width: 21%;
  background: #fff9df;
  font-weight: 500;
  white-space: nowrap;
}

.lab-page .lab-hours-table .highlight b { font-weight: 500; }

/* Donation page: clearer hierarchy, focused giving action, and balanced layout. */
.donate-page .page-content.fam-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 2px solid rgba(65, 107, 179, 0.24);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(250, 255, 253, 0.96), rgba(235, 249, 255, 0.94));
  box-shadow: 14px 14px 0 rgba(65, 107, 179, 0.1), 0 18px 38px rgba(38, 74, 145, 0.12);
}

.donate-page .donation-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  color: var(--watt-blue);
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(160, 235, 222, 0.72);
}

.donate-page .home-whatwedo {
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
}

.donate-page .home-whatwedo > .custom-container1 {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.donate-page .home-whatwedo > .custom-container1:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 24px;
  border: 2px solid rgba(27, 186, 171, 0.3);
  border-radius: 20px;
  background: rgba(217, 251, 243, 0.68);
}

.donate-page .home-whatwedo > .custom-container1:first-child img {
  width: min(100%, 320px);
  height: auto;
  object-fit: contain;
}

.donate-page .home-whatwedo > .custom-container1:last-child {
  padding: clamp(6px, 1vw, 14px);
}

.donate-page .fam-card-description {
  margin: 0 0 16px;
  color: #29446f;
  font-size: 1.05rem;
  line-height: 1.65;
}

.donation-link {
  display: inline-block;
  margin: 4px 0 20px;
  padding: 13px 20px;
  border: 2px solid var(--watt-blue);
  border-radius: 999px;
  color: #ffffff !important;
  background: var(--watt-blue);
  box-shadow: 5px 5px 0 rgba(65, 107, 179, 0.16);
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.donation-link:hover,
.donation-link:focus {
  color: var(--watt-blue-deep) !important;
  background: var(--watt-yellow);
  box-shadow: 2px 2px 0 rgba(65, 107, 179, 0.16);
  transform: translate(3px, 3px);
}

@media (max-width: 720px) {
  .donate-page .home-whatwedo {
    grid-template-columns: 1fr;
  }

  .donate-page .home-whatwedo > .custom-container1:first-child {
    min-height: 220px;
  }
}

/* Final phone layout pass. */
@media (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
  }

  .navbar-default .navbar-nav > li > a {
    min-height: 48px;
    padding: 14px 20px;
  }

  #navbar-brand {
    max-width: calc(100vw - 76px);
    font-size: 17px;
  }

  .page-cover-photo {
    min-height: 250px;
    height: 42vh;
    padding-top: 0;
    background-position: center center;
  }

  .home-page-cover {
    min-height: 440px;
    height: 66vh;
  }

  .watt-logo {
    width: 94%;
  }

  .page-body {
    width: calc(100% - 12px);
    margin-top: -20px;
    padding: 24px 14px 42px;
  }

  .page-wrapper {
    padding: 20px 0;
  }

  .page-content,
  .page-content-outline,
  .fam-card,
  .donate-page .page-content.fam-card {
    padding: 20px;
    border-radius: 16px;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  video,
  iframe {
    height: auto;
  }

  .team-page .person-card {
    padding: 20px;
  }

  .team-page .person-card > .profile-picture {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
  }

  .mentorship-house-card .fam-card-text {
    min-height: 0;
    padding: 20px;
  }

  .lab-page .lab-hours-heading {
    margin-bottom: 24px;
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }

  .lab-page .lab-hours-wrapper {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .donate-page .donation-heading {
    margin-bottom: 24px;
  }

  .donation-link {
    width: 100%;
    padding: 14px 16px;
    text-align: center;
  }
}

/* Targeted phone fixes for Mentorship, Sponsorship, and page banners. */
@media (max-width: 600px) {
  .page-cover-photo {
    height: clamp(210px, 58vw, 280px);
    min-height: 0;
    border-radius: 0 0 22px 22px;
    background-position: center 38%;
  }

  .mentorship-page .page-content-outline {
    padding: 16px;
  }

  .mentorship-page .page-content-outline .fam-pic {
    width: 100%;
    padding: 18px;
  }

  .mentorship-page .mentor-main-pic {
    max-width: 170px;
  }

  .mentorship-page .box {
    display: block !important;
    left: 50%;
    margin: 0 0 -250px -300px;
    transform: scale(0.5);
    transform-origin: top center;
  }

  .mentorship-page .box + .page-content {
    display: block !important;
    width: 100%;
    margin: 18px 0 28px !important;
    padding: 20px;
    text-align: left;
  }

  .mentorship-page .box + .page-content .green-card-title {
    margin-bottom: 18px !important;
    text-align: center;
  }

  .mentorship-house-card {
    gap: 14px;
    margin: 20px 0;
  }

  .mentorship-house-card .fam-pic {
    min-height: 0;
    padding: 16px;
  }

  .mentorship-house-card .mentor-pic {
    max-width: 150px;
  }

  .sponsor-page .page-content.fam-card,
  .sponsor-page .home-join-card {
    padding: 22px 18px;
  }

  .sponsor-page .sponsor-overview-img {
    min-height: 220px;
    margin-bottom: 18px;
    background-position: center;
  }

  .sponsor-page .home-join-card > .home-div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 22px 0;
  }

  .sponsor-page .home-join-card > .home-div > .col {
    width: auto;
    padding: 0;
  }

  .sponsor-page .sponsor-icon {
    width: 34px;
    margin-top: 2px;
    font-size: 2rem;
    text-align: center;
  }

  .sponsor-page .sponsor-green-subtitle {
    display: block;
    margin-bottom: 5px;
  }

  .sponsor-page .tiers-wrap {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .sponsor-page .tiers-wrap img {
    min-width: 680px;
    max-width: none !important;
  }
}

/* Keep the complete mentorship content and banner imagery in view on phones. */
@media (max-width: 600px) {
  .page-cover-photo {
    height: auto;
    aspect-ratio: 2.4 / 1;
    background-color: #eef9f7;
    background-position: center;
    background-size: 100% 100%, 100% auto;
  }

  .mentorship-page .house-points-section {
    width: 100%;
    overflow: hidden;
    padding: 0 0 4px;
  }

  .mentorship-page .house-points-section .box {
    position: relative;
    left: 50%;
    display: block !important;
    width: 600px;
    max-width: none;
    margin: 0 0 -250px -300px;
    transform: scale(0.5);
    transform-origin: top center;
  }

  .mentorship-page .house-points-section .box + .page-content {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 16px 0 28px !important;
    padding: 18px 14px;
  }

  .mentorship-house-card .fam-pic,
  .mentorship-house-card .fam-card-text {
    width: 100%;
    max-width: 100%;
  }

  .mentorship-house-card .fam-card-text {
    overflow-wrap: anywhere;
  }
}

/* Unified WATT theme */
:root {
  --watt-navy: #0f2d52;
  --watt-heading: #506db4;
  --watt-blue: #2774ae;
  --watt-mint: #52d9c7;
  --watt-pink: #f49ab5;
  --watt-gold: #ffd100;
  --watt-ink: #40536f;
  --watt-muted: #667792;
  --watt-surface: #ffffff;
  --watt-border: rgba(39, 116, 174, 0.16);
  --font-display: "Fredoka", "Montserrat", "Open Sans", sans-serif;
  --font-body: "Montserrat", "Open Sans", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  color: var(--watt-ink);
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.65;
}

body {
  background:
    radial-gradient(circle, rgba(82, 217, 199, 0.16) 1.25px, transparent 1.5px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f8fcff 0%, #f5fffc 100%);
}

body:before {
  opacity: 0.08;
}

.navbar-default {
  min-height: 70px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 2px solid rgba(82, 217, 199, 0.22);
  box-shadow: 0 7px 20px rgba(15, 45, 82, 0.07);
}

.navbar-default .container-fluid {
  max-width: 1220px;
  margin: 0 auto;
}

#navbar-brand,
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  color: var(--watt-navy);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
}

#navbar-brand {
  font-size: 1.65rem;
}

#nav-logo {
  filter: drop-shadow(0 2px 0 rgba(82, 217, 199, 0.26));
}

.navbar-default .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.15rem;
}

.dropdown-menu {
  border: 1px solid var(--watt-border);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 45, 82, 0.12);
}

.dropdown-menu > li > a {
  padding: 10px 18px;
  font-size: 1rem;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
#navbar-brand:hover,
.dropdown-menu > li > a:hover {
  color: var(--watt-blue);
  background: #f1fcfa;
}

.home-page-cover {
  min-height: 620px;
  height: 78vh;
  background:
    linear-gradient(90deg, rgba(15, 45, 82, 0.48), rgba(39, 116, 174, 0.18)),
    linear-gradient(rgba(209, 250, 244, 0.28), rgba(239, 248, 255, 0.56)),
    url(../img/WATT-website-banner.png);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: cover;
}

.home-page-cover:before {
  inset: auto auto 34px 50%;
  width: min(1080px, calc(100% - 48px));
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--watt-pink), var(--watt-gold), var(--watt-mint), transparent);
  box-shadow: none;
  transform: translateX(-50%);
}

.home-page-cover:after {
  display: none;
}

.site-wrapper {
  max-width: min(920px, 82vw);
}

.watt-logo {
  width: min(720px, 86vw);
  filter: drop-shadow(0 16px 26px rgba(3, 19, 43, 0.18));
}

.page-body {
  width: min(1160px, calc(100% - 48px));
  margin: -42px auto 0;
  padding: 52px clamp(18px, 4vw, 56px) 72px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(82, 217, 199, 0.26);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 14px 32px rgba(15, 45, 82, 0.07);
}

.page-wrapper {
  padding: clamp(24px, 4vw, 54px) 0;
}

.page-content,
.page-content-outline,
.page-content-photo,
.custom-container1,
.gallery-card,
.person-card,
.fam-card,
.mentor-main-card,
.lab-hours-table,
.google-calendar {
  border: 1px solid var(--watt-border);
  border-radius: 8px;
  background: var(--watt-surface);
  box-shadow: 0 8px 20px rgba(15, 45, 82, 0.06);
}

.custom-container1 {
  overflow: hidden;
}

.custom-container1 img,
.projects-page .responsive-image-container img {
  border-radius: 8px;
}

.custom-container1,
.projects-page .project-section {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.custom-container1:hover,
.projects-page .project-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(15, 45, 82, 0.1);
}

.day-header-teal {
  color: #ffffff;
  background: var(--watt-blue);
}

.day-header-green {
  color: var(--watt-navy);
  background: #dff8f2;
}

.time-slot {
  background: #f7fbff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-heading,
.handwritten-h2,
.card-title,
.green-card-title,
.dark-green-card-title,
.house-card-title,
.project-title,
.project-name,
.sponsor-yellow-title,
.sponsor-green-title,
.lab-hours-heading,
.donation-heading,
.team-subheading,
section.section > .section-container > .team-container .head .title {
  color: var(--watt-heading) !important;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.page-cover-photo .page-heading {
  color: #ffffff !important;
  font-size: clamp(3.35rem, 7.5vw, 5.75rem);
  line-height: 1.05;
  text-shadow: 0 3px 0 rgba(15, 45, 82, 0.18), 0 12px 28px rgba(15, 45, 82, 0.34);
}

.handwritten-h2,
.lab-hours-heading,
.donation-heading {
  font-size: clamp(2.55rem, 5vw, 3.85rem);
  line-height: 1.12;
}

.handwritten-h2:after,
.sponsor-page .card-title:after,
.sponsor-page .sponsor-yellow-title:after,
.sponsor-page .sponsor-green-title:after {
  border-radius: 99px;
  background: linear-gradient(90deg, var(--watt-pink), var(--watt-gold), var(--watt-mint));
}

.handwritten-h3,
.fam-card-heads,
.sponsor-green-subtitle,
h5 {
  color: var(--watt-muted);
  font-family: var(--font-body);
}

.handwritten-h3 {
  font-size: clamp(1.2rem, 2.3vw, 1.42rem);
  font-weight: 500;
}

p,
li,
td,
th,
.fam-card-description,
.home-event-name,
.footer-text,
.form-contact,
.contact-list,
.project-date,
.gallery-album-title {
  color: var(--watt-ink);
  font-family: var(--font-body);
  font-size: 1.16rem;
  line-height: 1.72;
}

.card-title,
.green-card-title,
.dark-green-card-title,
.house-card-title,
.project-title,
.project-name,
.sponsor-yellow-title,
.sponsor-green-title {
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  line-height: 1.2;
}

.sponsor-green-subtitle,
.fam-card-house-name,
.fam-card-heads,
h5 {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
}

#light-button,
#home-light-button,
#home-button,
.button,
.btn,
.btn-contact,
.btn-primary,
.donation-link {
  border: 1px solid var(--watt-blue);
  border-radius: 8px;
  color: #ffffff;
  background: var(--watt-blue);
  box-shadow: 0 8px 16px rgba(39, 116, 174, 0.16);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
}

#light-button:hover,
#home-light-button:hover,
#home-button:hover,
.button:hover,
.btn:hover,
.btn-contact:hover,
.btn-primary:hover {
  color: var(--watt-navy);
  border-color: var(--watt-gold);
  background: var(--watt-gold);
}

.footer-container {
  background:
    linear-gradient(90deg, rgba(15, 45, 82, 0.98), rgba(39, 116, 174, 0.94));
  border-top: 0;
}

.footer-text,
.social {
  color: #ffffff;
}

.social:hover {
  color: var(--watt-gold);
}

.projects-page .responsive-image-container {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.projects-page .responsive-image-container img {
  width: 100%;
  box-shadow: 0 12px 26px rgba(15, 45, 82, 0.1);
}

.projects-page .project-section {
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
}

.projects-page .project-section + .project-section {
  margin-top: clamp(28px, 4vw, 48px);
}

.projects-page .fam-card-description,
.sponsor-page .fam-card-description,
.lab-content-container p {
  font-size: 1.16rem;
}

.sponsor-page .home-div {
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}

.sponsor-page .page-content.fam-card,
.sponsor-contact-panel {
  padding: clamp(24px, 3vw, 38px);
  border-color: rgba(39, 116, 174, 0.18);
}

.sponsor-page .sponsor-overview-img {
  min-height: 390px;
  background-position: center;
}

.sponsor-page .card-title,
.sponsor-page .sponsor-yellow-title,
.sponsor-page .sponsor-green-title {
  margin-bottom: 16px;
  font-family: var(--font-display);
}

.sponsor-page .home-join-card > .home-div {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(39, 116, 174, 0.11);
  border-radius: 8px;
  background: #fbfefe;
}

.sponsor-page .home-join-card > .home-div > .col:first-child {
  width: auto;
  min-width: 54px;
  padding: 0;
}

.sponsor-page .home-join-card > .home-div > .col:last-child {
  width: auto;
  float: none;
  padding: 0;
}

.sponsor-page .sponsor-icon {
  width: 52px;
  height: 52px;
  padding-top: 11px;
  border-radius: 8px;
  color: var(--watt-blue);
  background: #e9fbf7;
  font-size: 2.4rem;
  text-align: center;
}

.sponsor-contact-panel {
  margin-top: 8px;
  border-left: 4px solid var(--watt-blue);
  background: #fbfefe;
}

.sponsor-contact-panel a,
.handwritten-h3 a {
  color: var(--watt-blue);
  font-weight: 700;
}

.sponsor-page .tiers-wrap {
  height: auto;
  margin: clamp(28px, 5vw, 58px) 0;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 45, 82, 0.08);
}

.sponsor-page .tiers-wrap img {
  display: block;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
}

.lab-hours-table,
.lab-hours-table th,
.lab-hours-table td {
  color: var(--watt-navy);
  font-size: 1.1rem;
}

/* HogWATTs keeps its house personality. */
.mentorship-page .house-card-title.house-gryffinductor,
.mentorship-page .house-gryffinductor {
  color: #af4133 !important;
}

.mentorship-page .house-card-title.house-ravencapacitor,
.mentorship-page .house-ravencapacitor {
  color: #12598e !important;
}

.mentorship-page .house-card-title.house-hufflepower,
.mentorship-page .house-hufflepower {
  color: #d29a00 !important;
}

.mentorship-page .house-card-title.house-slytherohm,
.mentorship-page .house-slytherohm {
  color: #276e23 !important;
}

/* Donation-page layout language, shared across the site. */
.page-cover-photo {
  height: clamp(360px, 52vh, 560px);
  padding-top: 70px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(15, 45, 82, 0.22), rgba(39, 116, 174, 0.08)),
    linear-gradient(rgba(209, 250, 244, 0.08), rgba(248, 252, 255, 0.12)),
    var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-body > .page-wrapper {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.page-body .page-content-outline {
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-body .page-content,
.page-body .page-content-photo,
.page-body .custom-container1 {
  border-color: rgba(39, 116, 174, 0.15);
  background: linear-gradient(145deg, #ffffff, #fbfefe);
  background-position: center;
}

.page-body .page-content {
  padding: clamp(24px, 3vw, 38px);
}

.page-body .page-content-photo {
  padding: clamp(12px, 2vw, 22px);
}

.page-body .page-content-photo img,
.page-body .custom-container1 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.page-body .home-div {
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.page-body .home-div + .home-div {
  margin-top: clamp(28px, 4vw, 48px);
}

.page-body .home-whatwedo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.page-body .home-whatwedo .custom-container1 {
  min-width: 0;
  padding: clamp(20px, 2.5vw, 30px);
}

.page-body .home-whatwedo .custom-container1:has(img) {
  padding: 0;
}

.page-body .home-whatwedo .custom-container1 > img {
  height: 100%;
  min-height: 240px;
}

.donate-page .page-content.fam-card,
.lab-page .page-content.fam-card,
.team-page > .page-wrapper > .page-content,
.page-body > .page-wrapper > .page-content {
  border-top: 4px solid var(--watt-mint);
}

.projects-page .project-section,
.mentorship-page .mentorship-house-card .page-content,
.sponsor-page .home-join-card {
  border-top: 3px solid rgba(82, 217, 199, 0.72);
}

.gallery-container > iframe,
.flickrwrap,
.google-calendar {
  border: 1px solid var(--watt-border);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 45, 82, 0.06);
}

.gallery-container > iframe {
  width: 100%;
  max-width: 100%;
}

.page-cover-photo .page-heading {
  margin: 0;
}

@media (max-width: 900px) {
  .home-page-cover {
    min-height: 500px;
    height: 66vh;
  }

  .page-body {
    width: calc(100% - 24px);
    margin-top: -30px;
    padding: 34px 20px 52px;
  }

  .sponsor-page .home-div {
    display: block;
  }

  .sponsor-page .sponsor-overview-img {
    min-height: 280px;
    margin-bottom: 22px;
  }

  .sponsor-page .home-join-card > .home-div {
    display: flex;
  }

  .page-body .home-div {
    display: block;
  }

  .page-body .home-div > * + * {
    margin-top: 22px;
  }
}

@media (max-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
  }

  #navbar-brand {
    font-size: 1.45rem;
  }

  .navbar-default .navbar-nav > li > a,
  .dropdown-menu > li > a {
    font-size: 1.08rem;
  }

  .navbar-default .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-page-cover {
    min-height: 430px;
    height: 62vh;
  }

  .page-body {
    width: calc(100% - 14px);
    padding: 28px 14px 44px;
    border-radius: 8px 8px 0 0;
  }

  .sponsor-page .home-join-card > .home-div {
    padding: 18px;
  }

  .projects-page .project-section + .project-section {
    margin-top: 22px;
  }

  .page-cover-photo {
    height: 40vh;
    min-height: 300px;
  }

  .page-body .home-whatwedo .custom-container1 > img {
    min-height: 200px;
  }
}

/* Responsive layout safeguards */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

.page-body iframe {
  max-width: 100%;
}

.video-wrapper,
.gallery-container > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.calendar-page iframe,
.page-body iframe[src*="calendar.google.com"] {
  width: 100%;
  min-height: 640px;
  aspect-ratio: auto;
}

.lab-hours-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lab-hours-table {
  min-width: 720px;
}

.lab-page video {
  width: min(360px, 100%);
  height: auto;
}

.sponsor-img,
.sponsor-img-wide {
  max-width: calc(100% - 32px);
  height: auto;
}

.img-err {
  width: min(400px, 100%);
}

@media (min-width: 768px) and (max-width: 900px) {
  .page-body .home-div {
    display: flex;
  }

  .page-body .home-div > * + * {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    min-height: 64px;
  }

  .navbar-header {
    min-height: 64px;
  }

  #navbar-brand {
    height: 64px;
    padding-top: 15px;
    font-size: 1.32rem;
    line-height: 34px;
  }

  #nav-logo {
    width: 28px;
    margin-right: 4px;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: var(--watt-border);
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--watt-blue);
  }

  .navbar-default .navbar-collapse {
    max-height: calc(100vh - 64px);
    border-color: rgba(39, 116, 174, 0.14);
    background: rgba(255, 255, 255, 0.99);
  }

  .navbar-default .navbar-nav {
    margin: 0 -15px 8px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 13px 22px;
    font-size: 1.05rem;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0 0 6px;
    background: #f5fffc;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 34px;
    color: var(--watt-navy);
    font-size: 1rem;
  }

  .home-page-cover {
    min-height: 410px;
    height: 66vh;
    background-position: center 64px;
  }

  .page-cover-photo {
    min-height: 280px;
    height: 42vh;
    padding-top: 64px;
    background-position: center;
  }

  .page-cover-photo .page-heading {
    max-width: calc(100% - 32px);
    font-size: clamp(2.5rem, 13vw, 3.75rem);
  }

  .page-body {
    width: calc(100% - 16px);
    margin-top: -18px;
    padding: 22px 12px 38px;
  }

  .page-body .page-wrapper {
    padding: 16px 0;
  }

  .page-body .page-content,
  .page-body .page-content-photo {
    padding: 20px;
  }

  .page-body .home-div {
    display: block;
  }

  .page-body .home-div > * {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-body .home-div > * + * {
    margin-top: 18px;
  }

  .page-body .home-div + .home-div {
    margin-top: 28px;
  }

  .page-body .home-whatwedo {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-body .home-whatwedo .custom-container1 {
    padding: 20px;
  }

  .page-body .home-whatwedo .custom-container1:has(img) {
    padding: 0;
  }

  .projects-page .responsive-image-container {
    margin-bottom: 24px;
  }

  .projects-page .project-section,
  .sponsor-page .page-content.fam-card,
  .sponsor-contact-panel {
    padding: 22px;
  }

  .sponsor-page .home-join-card > .home-div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    margin: 20px 0;
    padding: 16px;
  }

  .sponsor-page .home-join-card > .home-div > * + * {
    margin-top: 0;
  }

  .sponsor-page .sponsor-overview-img {
    min-height: 220px;
  }

  .mentorship-page .box {
    width: 100%;
    max-width: 600px;
    height: min(83vw, 500px);
    margin: 0 auto;
    transform-origin: top center;
  }

  .mentorship-page .mentor-main-pic,
  .mentorship-page .mentor-pic {
    float: none;
    max-height: 180px;
    margin: 0 auto;
  }

  .lab-hours-table {
    font-size: 0.95rem;
  }

  .lab-hours-table th,
  .lab-hours-table td {
    padding: 12px 10px;
  }

  .contact-list {
    display: block;
    width: 100%;
    margin: 0;
  }

  .form-horizontal .control-label {
    padding-top: 0;
    text-align: left;
  }

  .footer-container {
    width: 100%;
  }
}

@media (max-width: 390px) {
  #navbar-brand {
    font-size: 1.15rem;
  }

  .page-body .page-content,
  .page-body .page-content-photo,
  .projects-page .project-section,
  .sponsor-page .page-content.fam-card,
  .sponsor-contact-panel {
    padding: 16px;
  }

  .card-title,
  .green-card-title,
  .dark-green-card-title,
  .house-card-title,
  .project-title,
  .project-name,
  .sponsor-yellow-title,
  .sponsor-green-title {
    font-size: 1.58rem;
  }
}

/* Phone image and footer refinement */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .navbar-header {
    position: relative;
  }

  .navbar-toggle {
    display: block !important;
    position: absolute;
    top: 9px;
    right: 0;
    margin-right: 15px;
    background: #f1fcfa;
    border: 1px solid var(--watt-blue);
  }

  .home-page-cover {
    min-height: 320px;
    height: min(55svh, 440px);
    background-position: center 50%;
  }

  .page-body {
    box-sizing: border-box;
  }

  .home-page-cover:before {
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .site-wrapper {
    max-width: 92vw;
  }

  .watt-logo {
    width: min(92vw, 520px);
    max-height: 250px;
    object-fit: contain;
  }

  .page-cover-photo {
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    padding-top: 64px;
    background-position: center center;
    background-size: cover;
  }

  .home-mission,
  .page-body .home-whatwedo {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-mission .custom-container1,
  .page-body .home-whatwedo .custom-container1 {
    min-height: 0;
    padding: 0;
    background: #ffffff;
  }

  .home-mission .custom-container1 > img,
  .page-body .home-whatwedo .custom-container1 > img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain;
  }

  .footer-container {
    min-height: 0;
    padding: 24px 18px 26px;
  }

  .footer-block {
    margin: 0;
  }

  .footer-text {
    max-width: 300px;
    margin: 0 auto 16px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .footer-block a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
  }

  .footer-block .social {
    transform: none;
    font-size: 1.7rem;
  }
}

/* Home-page image tiles */
.home-mission > .custom-container1,
.whatwedo-wrapper .home-whatwedo > .custom-container1,
.newsletter-wrapper .home-whatwedo > .custom-container1 {
  overflow: hidden;
  border: 1px solid rgba(39, 116, 174, 0.28);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 45, 82, 0.12);
}

.home-mission > .custom-container1 > img,
.whatwedo-wrapper .home-whatwedo > .custom-container1 > img,
.newsletter-wrapper .home-whatwedo > .custom-container1 > img {
  border-radius: 0;
}

 .watt-logo {
  overflow: hidden;
  border: 2px solid rgba(36, 66, 123, 0.5);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(15, 45, 82, 0.2);
}
