article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

body, div, section, img, h1, h2, h3, p, span, ul, li {
  margin: 0;
  padding: 0;
}

h2, h3 {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

html {
  font-size: 62.5%;
}

p {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
}

body {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .wrapper {
    width: 90%;
  }
}

.innerWrapper {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .innerWrapper {
    width: 90%;
  }
}

@media (max-width: 820px) {
  .innerWrapper {
    width: 100%;
  }
}

.mobileOnly {
  display: none;
}

@media (max-width: 820px) {
  .mobileOnly {
    display: block;
  }
}

nav {
  width: 100%;
  height: 50px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .logo a {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.2rem;
  display: inline-block;
  color: #d6622c;
}

nav .navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 820px) {
  nav .navLinks {
    display: none;
  }
}

nav .navLinks a {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

nav .navLinks a:hover {
  color: #d6622c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

header h1 {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.5rem;
  letter-spacing: 1.2px;
  color: #62a5a3;
  width: 500px;
  margin: 80px 0;
}

@media (max-width: 820px) {
  header h1 {
    font-size: 5rem;
  }
}

@media (max-width: 680px) {
  header h1 {
    font-size: 4rem;
    width: 100%;
  }
}

header .headerImage {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  header .headerImage {
    overflow: hidden;
  }
}

@media (max-width: 820px) {
  header .headerImage img {
    width: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-left: -15%;
  }
}

@media (max-width: 680px) {
  header .headerImage img {
    width: 160%;
    margin-left: -35%;
  }
}

@media (max-width: 480px) {
  header .headerImage img {
    width: 200%;
    margin-left: -55%;
  }
}

header .headerText {
  margin: 90px auto;
}

header .headerText p {
  margin: 30px 0;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  header .headerText p {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  header .headerText {
    margin: 50px auto;
  }
}

.exitMenuButton {
  padding-left: 20px;
}

.openMenuButton, .exitMenuButton {
  border: 0;
  background-color: transparent;
  height: 50px;
}

.openMenuButton i, .exitMenuButton i {
  font-size: 4rem;
  color: #d6622c;
}

.slideOutMobileNav {
  width: 0px;
  height: 100vh;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

.slideOutMobileNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  height: 150px;
  width: 50%;
}

.slideOutMobileNav ul a {
  position: absolute;
  text-align: center;
  width: 50%;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #d6622c;
}

.activeMenu {
  width: 300px;
  visibility: visible;
  -webkit-box-shadow: 10px 0px 50px #999;
          box-shadow: 10px 0px 50px #999;
}

form {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 680px) {
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

form .startingLocationContainer,
form .endLocationContainer {
  width: calc(50% - 10px);
}

@media (max-width: 680px) {
  form .startingLocationContainer,
  form .endLocationContainer {
    width: 100%;
  }
}

form .startingLocationContainer .startingLocation,
form .startingLocationContainer .endLocation,
form .endLocationContainer .startingLocation,
form .endLocationContainer .endLocation {
  width: 100%;
}

form .startingLocationContainer .startingLocation,
form .startingLocationContainer .numberOfBikes,
form .endLocationContainer .startingLocation,
form .endLocationContainer .numberOfBikes {
  padding-right: 25px;
}

@media (max-width: 820px) {
  form .startingLocationContainer .startingLocation,
  form .startingLocationContainer .numberOfBikes,
  form .endLocationContainer .startingLocation,
  form .endLocationContainer .numberOfBikes {
    padding-right: 10px;
  }
}

@media (max-width: 680px) {
  form .startingLocationContainer .startingLocation,
  form .startingLocationContainer .numberOfBikes,
  form .endLocationContainer .startingLocation,
  form .endLocationContainer .numberOfBikes {
    padding-right: 0;
  }
}

form .startingLocationContainer .endLocation,
form .startingLocationContainer .numberOfDocks,
form .endLocationContainer .endLocation,
form .endLocationContainer .numberOfDocks {
  padding-left: 25px;
}

@media (max-width: 820px) {
  form .startingLocationContainer .endLocation,
  form .startingLocationContainer .numberOfDocks,
  form .endLocationContainer .endLocation,
  form .endLocationContainer .numberOfDocks {
    padding-left: 10px;
  }
}

@media (max-width: 680px) {
  form .startingLocationContainer .endLocation,
  form .startingLocationContainer .numberOfDocks,
  form .endLocationContainer .endLocation,
  form .endLocationContainer .numberOfDocks {
    padding-left: 0;
  }
}

form .startingLocationContainer input,
form .startingLocationContainer select,
form .endLocationContainer input,
form .endLocationContainer select {
  width: 100%;
  padding-left: 10px;
}

form select,
form input {
  border: 2px solid #ebebe7;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 8px 0 8px 5px;
  color: #666;
}

form select {
  background: url(./../assets/arrow2.svg) no-repeat right center;
  background-size: 2.8rem auto, 100%;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form .submitButtonContainer {
  width: 100%;
  margin: 20px auto 25px auto;
  text-align: center;
}

form .submitButtonContainer .submitUserInput {
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2rem;
  padding: 8px 40px;
  background-color: #62a5a3;
  color: #fff;
  border: 2px solid #237568;
  border-radius: 8px;
}

form .submitButtonContainer .submitUserInput:hover,
form .submitButtonContainer .submitUserInput:focus {
  background-color: #237568;
  border: 2px solid #16533c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.userInput h2 {
  font-size: 4rem;
  text-align: center;
  color: #62a5a3;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

@media (max-width: 820px) {
  .userInput h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 680px) {
  .userInput h2 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .userInput h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

.userInput h3 {
  font-size: 2.3rem;
  letter-spacing: 2px;
  color: #62a5a3;
  margin-bottom: 10px;
}

@media (max-width: 1080px) {
  .userInput h3 {
    font-size: 2rem;
  }
}

.userInput .startingLocation,
.userInput .numberOfBikes,
.userInput .numberOfDocks,
.userInput .endLocation {
  margin: 30px 0;
}

.startingStation,
.endStation {
  border: 2px solid #ebebe7;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 30px 0;
  padding: 40px 70px 40px 90px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 680px) {
  .startingStation,
  .endStation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 10px 0 10px;
  }
}

.startingStation .startingStationLocation,
.startingStation .endStationLocation,
.endStation .startingStationLocation,
.endStation .endStationLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  padding-right: 10px;
}

@media (max-width: 680px) {
  .startingStation .startingStationLocation,
  .startingStation .endStationLocation,
  .endStation .startingStationLocation,
  .endStation .endStationLocation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.startingStation .startingStationLocation .stationName,
.startingStation .endStationLocation .stationName,
.endStation .startingStationLocation .stationName,
.endStation .endStationLocation .stationName {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #d6622c;
  font-size: 2.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-bottom: 10px;
}

@media (max-width: 680px) {
  .startingStation .startingStationLocation .stationName,
  .startingStation .endStationLocation .stationName,
  .endStation .startingStationLocation .stationName,
  .endStation .endStationLocation .stationName {
    text-align: center;
    padding-bottom: 15px;
  }
}

.startingStation .startingStationLocation .distance, .startingStation .startingStationLocation .openInMaps,
.startingStation .endStationLocation .distance,
.startingStation .endStationLocation .openInMaps,
.endStation .startingStationLocation .distance,
.endStation .startingStationLocation .openInMaps,
.endStation .endStationLocation .distance,
.endStation .endStationLocation .openInMaps {
  font-size: 2rem;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 680px) {
  .startingStation .startingStationLocation .distance, .startingStation .startingStationLocation .openInMaps,
  .startingStation .endStationLocation .distance,
  .startingStation .endStationLocation .openInMaps,
  .endStation .startingStationLocation .distance,
  .endStation .startingStationLocation .openInMaps,
  .endStation .endStationLocation .distance,
  .endStation .endStationLocation .openInMaps {
    text-align: center;
  }
}

.startingStation .startingStationBikesAvailable,
.startingStation .endStationDocksAvailable,
.endStation .startingStationBikesAvailable,
.endStation .endStationDocksAvailable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding-left: 10px;
}

@media (max-width: 680px) {
  .startingStation .startingStationBikesAvailable,
  .startingStation .endStationDocksAvailable,
  .endStation .startingStationBikesAvailable,
  .endStation .endStationDocksAvailable {
    padding: 0 0 30px 0;
    width: 100%;
  }
}

.startingStation .startingStationBikesAvailable .bikesAvailable,
.startingStation .startingStationBikesAvailable .docksAvailable,
.startingStation .endStationDocksAvailable .bikesAvailable,
.startingStation .endStationDocksAvailable .docksAvailable,
.endStation .startingStationBikesAvailable .bikesAvailable,
.endStation .startingStationBikesAvailable .docksAvailable,
.endStation .endStationDocksAvailable .bikesAvailable,
.endStation .endStationDocksAvailable .docksAvailable {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 4rem;
  color: #62a5a3;
}

.startingStation .startingStationBikesAvailable .bikesAvailableText,
.startingStation .startingStationBikesAvailable .docksAvailableText,
.startingStation .endStationDocksAvailable .bikesAvailableText,
.startingStation .endStationDocksAvailable .docksAvailableText,
.endStation .startingStationBikesAvailable .bikesAvailableText,
.endStation .startingStationBikesAvailable .docksAvailableText,
.endStation .endStationDocksAvailable .bikesAvailableText,
.endStation .endStationDocksAvailable .docksAvailableText {
  font-size: 2rem;
  color: #999;
  letter-spacing: 1px;
  text-align: center;
}

.toggleResults {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 50px 0;
}

@media (max-width: 680px) {
  .toggleResults {
    padding: 0;
    margin: 40px 0 0 0;
  }
}

.toggleResults .toggleResultsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.toggleResults .toggleResultsContainer button {
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2rem;
  color: #999;
  padding: 10px;
  width: 250px;
  background-color: #e9e9e9;
  border: 2px solid #cdcdcd;
}

@media (max-width: 680px) {
  .toggleResults .toggleResultsContainer button {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 20px;
  }
}

.toggleResults .toggleResultsContainer .startingPointButton {
  border-radius: 50px 0 0 50px;
}

.toggleResults .toggleResultsContainer .endPointButton {
  border-radius: 0px 50px 50px 0px;
}

.toggleResults .toggleResultsContainer button.activeButton {
  background-color: #62a5a3;
  border: 2px solid #237568;
  color: #fff;
}

.toggleResults .toggleResultsContainer button:hover,
.toggleResults .toggleResultsContainer button:focus {
  background-color: #cacaca;
  border-color: #969696;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggleResults .toggleResultsContainer button.activeButton:hover,
.toggleResults .toggleResultsContainer button.activeButton:focus {
  background-color: #237568;
  border: 2px solid #16533c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggleResults .toggleResultsContainerHideOnLoad {
  display: none;
}

.endResults {
  display: none;
}

.activeResults {
  display: block;
}

.inactiveResults {
  display: none;
}

.errorHandling, .resultsErrorHandling, .endResultsErrorHandling, .noBikesError, .noDocksError {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}

.errorHandling span, .resultsErrorHandling span, .endResultsErrorHandling span, .noBikesError span, .noDocksError span {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #d6622c;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  background-color: #a3caa9;
}

footer small {
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 680px) {
  footer small {
    font-size: 1.4rem;
  }
}

body {
  overflow-x: hidden;
}

.aboutUs {
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

@media (max-width: 820px) {
  .aboutUs {
    width: 100%;
    padding: 20px;
    max-width: 400px;
  }
}

.aboutUs .aboutSandy,
.aboutUs .aboutSharon {
  padding-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 820px) {
  .aboutUs .aboutSandy,
  .aboutUs .aboutSharon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aboutUs .aboutSandy p,
.aboutUs .aboutSharon p {
  padding: 10px 0 50px 20px;
}

@media (max-width: 820px) {
  .aboutUs .aboutSandy p,
  .aboutUs .aboutSharon p {
    padding: 10px;
  }
}

.aboutUs .imageContainer {
  width: 40%;
  height: 300px;
}

@media (max-width: 820px) {
  .aboutUs .imageContainer {
    width: 100%;
    height: auto;
  }
}

.aboutUs .imageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.aboutUs .textContainer {
  width: 60%;
  height: 300px;
}

@media (max-width: 820px) {
  .aboutUs .textContainer {
    width: 100%;
    height: auto;
  }
}

h3 {
  padding-top: 30px;
  padding-left: 20px;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #d6622c;
  font-size: 3.5rem;
}

@media (max-width: 820px) {
  h3 {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
}

a.socialMediaLink {
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 20px;
  position: relative;
  z-index: 10;
  display: inline-block;
}

@media (max-width: 820px) {
  a.socialMediaLink {
    padding: 0 40px 0 0;
  }
}

a.socialMediaLink::after {
  content: "";
  background-color: #DFEDE1;
  height: 10px;
  position: absolute;
  opacity: 0.3;
  left: 10%;
  bottom: 5px;
  display: none;
  width: 80%;
  z-index: -10;
}

a.socialMediaLink:hover {
  color: #62a5a3;
  z-index: 10;
}

a.socialMediaLink:hover::after {
  content: "";
  display: block;
  z-index: -10;
}

a.socialMediaLink:hover i {
  color: #62a5a3;
}

a.socialMediaLink i {
  color: #DFEDE1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
