:root {
  --bsql-blue-1: #0c4d8d; /* currently unused */
  --bsql-blue-2: #1059a2;
  --bsql-blue-3: #1a79c0;

  --bsql-blue-4: #2d97e7;
  --bsql-blue-5: #68bcfc; /* currently unused */
  --bsql-blue-6: #97d2ff;
}

.homeContainer {
  text-align: left;
}

.projectTitle {
  line-height: 1.2em;
}

.homeContainer .homeWrapper {
  padding: 4em 20px;
}

.homeContainer .homeWrapper .projectLogo {
  padding: 0;
}

.homeContainer .homeWrapper .projectLogo img {
  width: 200px;
  height: 200px;
}

.container .threeByGridBlock {
  text-align: left;
  margin-bottom: 20px;
}

.container .threeByGridBlock h2 {
  margin-top: 0;
  text-align: left;
}

.container .threeByGridBlock h2 p {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
.homeContainer {
  background: var(--bsql-blue-2);
  color: #ffffff;
}

.homeContainer .projectTitle {
  color: #ffffff;
}

.homeContainer .button {
  border-color: var(--bsql-blue-6);
  border-radius: 8px;
  border-width: 2px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 27px;
}

.homeContainer .button:hover {
  color: var(--bsql-blue-2);
  background: var(--bsql-blue-6);
}

.homeContainer a {
  color: var(--bsql-blue-6);
}

/* Features container */
.featuresContainer {
  margin-top: 0.5em;
  padding: 2.5em 0;
  background: var(--bsql-blue-3);
}

.featuresContainer .threeByGridBlock {
  margin-bottom: 0;
}

.featuresContainer code {
  background-color: initial;
  border-radius: initial;
  font-size: initial;
  padding: initial;
}

/* Page sections */
.pageSection h2 {
  margin-bottom: 0.7em;
  margin-top: 0;
}

.pageSectionColumns {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

.row:not(:first-child) {
  margin-bottom: 20px;
}

.column {
  float: left;
  width: 50%;
}

.column:not(:last-child) {
  padding-right: 20px;
}

.StripeCallout {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.StripeCallout-Logo {
  max-height: 175px;
}

.StripeCallout-Description {
  flex-basis: 50%;
}

/* Responsive styles*/
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
  /* Masthead */
  h2.projectTitle {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .pageSectionColumns {
    flex-direction: column;
  }

  .StripeCallout {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }
  .column:not(:last-child) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {
}
