body {
  /* background-color: white; */
  /* background-color: #E1E2D8; */
  background-color: black;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

body.light {
  background-color: white;
  /* background-color: #E1E2D8; */
  /* background-color: black; */
  color: black;
}

h1, h2, h3 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

body.light h1, body.light h2, body.light h3 {
  color: black;
}

a {
  color: #6EBAED;
}

a:hover {
  color: #2E9CE5;
  text-decoration: underline;
}

button, .button {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  /* font-family: "IBM Plex Serif", serif;
  font-weight: 600; */
  font-style: normal;
  /* box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; */
}

button.primary, .button.primary {
  background-color: white;
  color: black;
}

body.light button.primary, body.light .button.primary {
  background-color: black;
  color: white;
}

button.primary:hover, .button.primary:hover {
  background-color: white;
  color: black;
  outline: 3px solid black;
  outline-offset: -6px;
}

body.light button.primary:hover, body.light .button.primary:hover {
  background-color: black;
  color: white;
  outline: 3px solid white;
}

button.secondary, .button.secondary {
  background-color: transparent;
  color: white;
  /* outline: 3px solid white;
  outline-offset: -3px; */
}

body.light button.secondary, body.light .button.secondary {
  /* background-color: transparent; */
  color: black;
  /* outline: 3px solid white;
  outline-offset: -3px; */
}

button.secondary:hover, .button.secondary:hover {
  background-color: transparent;
  color: white;
  outline: 3px solid white;
  outline-offset: -3px;
}

body.light button.secondary:hover, body.light .button.secondary:hover {
  color: black;
  outline: 3px solid black;
}

button.icon-button, .button.icon-button {
  padding: .4rem .8rem;
  font-size: 2rem;
  & .fa-stack {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}

button.button-link, .button.button-link {
  background-color: transparent !important;
  padding: 0 !important;
}

a.has-tip, button.has-tip, .button.has-tip {
  border-bottom: none;
}

a.has-tip:hover, button.has-tip:hover, .button.has-tip:hover {
  cursor: pointer;
}

a.has-tip {
  font-weight: 400;
}

a.dropdown-link {
  padding: 0 1.5rem 0 0 !important;
}

.is-dropdown-submenu {
  border: 0 !important;
  font-weight: 500;
  color: black;
}

.fa-linkedin {
  color: #0a66c2;
}

i.success {
  color: #2E8540;
}

label {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 1rem;
}

body.light label {
  color: black;
}

.tooltip {
  background-color: white;
  color: black;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  /* font-weight: 300; */
  padding: .3rem .5rem;
  /* & .arrow {
    border-color: white;
  } */
  &.top:before {
    border-color: white transparent transparent;
  }
  &.bottom:before {
    border-color: transparent transparent white;
  }
  &.right:before {
    border-color: transparent white transparent;
  }
  &.left:before {
    border-color: transparent transparent transparent white;
  }
}

/* .tooltip::before {
  border-color: transparent;
} */

.padding-top-1 {
  padding-top: 1rem;
}

.padding-top-2 {
  padding-top: 2rem;
}

.padding-top-3 {
  padding-top: 3rem;
}

.padding-top-half {
  padding-top: .5rem;
}

.padding-bottom-1 {
  padding-bottom: 1rem;
}

.padding-bottom-2 {
  padding-bottom: 2rem;
}

.padding-bottom-half {
  padding-bottom: .5rem;
}

.padding-right-1 {
  padding-right: 1rem;
}

.padding-right-half {
  padding-right: .5rem;
}

.padding-left-1 {
  padding-left: 1rem;
}

.padding-left-half {
  padding-left: .5rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-half {
  margin-top: .5rem;
}

.margin-top-qtr {
  margin-top: .25rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-bottom-6 {
  margin-bottom: 6rem;
}

.margin-bottom-half {
  margin-bottom: .5rem;
}

.margin-right-1 {
  margin-right: 1rem;
}

.margin-right-half {
  margin-right: .5rem;
}

.margin-right-qtr {
  margin-right: .25rem;
}

.margin-left-1 {
  margin-left: 1rem;
}

.margin-left-half {
  margin-left: .5rem;
}

.header-container {
  /* border-bottom: 3px solid black; */
  border-bottom: 3px solid white;
  & a {
    color: white;
    font-family: "IBM Plex Sans", sans-serif;
    /* font-family: "IBM Plex Serif", serif; */
    font-weight: 400;
    font-style: normal;
    margin: 0 .5rem;
  }
  & a.active {
    color: white;
    font-weight: 700;
    /* border-bottom: 3px solid white;
    margin-bottom: -3px; */
  }
  & a:hover {
    color: white;
    /* outline: 3px solid white;
    outline-offset: -3px; */
    text-decoration: underline;
  }
  /* & li:hover {
    outline: 3px solid white;
    outline-offset: -3px;
  } */
  & .dropdown.menu > li.is-active > a {
    color: white;
  }
  & .menu.submenu {
    margin: 0 .5rem;
  }
  & .menu.submenu a {
    color: black !important;
    padding: .5rem;
  }
  & .menu.submenu li:hover {
    background-color: #E1E1E1;
  }
  & .menu.submenu li:hover > a {
    outline: none;
    text-decoration: underline;
  }
  & .menu.submenu li > a.active {
    text-decoration: underline;
  }
  & .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: white transparent transparent;
  }
  & .button {
    margin-bottom: 0;
  }
}

body.light .header-container {
  border-bottom: 3px solid black;
  & a {
    color: white;
  }
  & a.active {
    color: black;
    border-bottom: 3px solid black;
  }
  & a:hover {
    color: black;
    outline: 3px solid black;
  }
  & .dropdown.menu > li.is-active > a {
    color: black;
  }
  & .menu.submenu a {
    color: white !important;
  }
  & .menu.submenu li:hover {
    background-color: #E1E1E1;
  }
  & .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: black transparent transparent;
  }
}

.page-section {
  border-bottom: 3px solid white;
  padding-bottom: 5rem;
  & h2 {
    margin-bottom: 1rem;
  }
}

.card {
  /* border: 1px solid black; */
  background-color: #ffecdc;
  border-radius: 10px;
  color: black;
  & h2 {
    color: black;
  }
  & label {
    color: black;
  }
  & button.primary, .button.primary {
    background-color: black;
    color: white;
  }
  & button.primary:hover, .button.primary:hover {
    background-color: black;
    color: white;
    outline: 3px solid white;
    outline-offset: -6px;
  }
  & a {
    color: #1779ba;
  }
}

label span.required {
  color: #CD2027;
  font-weight: 500;
}

.callout {
  color: black;
}

/* .main-image {

} */

.intro {
  & h1 {
    font-size: 5rem;
  }
  & p {
    font-size: 2rem;
  }
}

.project-card {
  overflow: hidden;
  height: 20rem;
  background: white;
  /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
  display: flex;
  align-items: center;
  position: relative;
}

.project-card img {
  height: 50%;
  width: 100%;
  object-fit: cover;
  align-self: baseline;
  @media print, screen and (min-width: 64em) {
    height: auto;
    width: 55%;
  }
}

.project-card h2 {
  color: black !important;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.project-card p {
  color: black;
  /* font-size: 12px; */
  /* line-height: 1.4; */
  opacity: .7;
  margin-bottom: 0;
  margin-top: 8px;
}

.project-card .project-card-content {
  padding: 16px;
}

.hidden-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.testimonial {
  font-size: 1.2rem;
  @media print, screen and (min-width: 64em) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  /* .attribution::before {
    content: "\2014";
  } */
  & strong {
    font-size: 1.4rem;
  }
}