body {
  background-color: #7fcae5;
  background-image: url(https://static.aclj.org/BB_Background.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom;
  height: 1428px;
  color: black;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.js {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.je {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.as {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ae {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ab {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.container-no-gutters {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#header {
  position: relative;
  height: 172px;
}
#header .headerBackground {
  position: absolute;
  top: 0;
  left: 0;
}
#header .mobileContainer {
  padding-top: 25px;
  height: 140px;
  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;
}
#header .mobileContainer .menuButton {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 40px;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}
#header .mobileContainer .menuButton:hover {
  padding: 8px 0;
}
#header .mobileContainer .menuButton .menuBar {
  width: 65%;
  height: 2px;
  background-color: black;
}
#header .mobileContianer .headerMobile {
  position: absolute;
  width: 65%;
  left: 15%;
}
#header .leftItems {
  position: absolute;
  top: 47%;
  left: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  font-family: 'Architects Daughter', cursive;
  font-size: 30px;
}
#header a {
  text-decoration: none;
  color: black;
}
#header .leftItems a {
  padding: 12px;
}
#header .rightSupport {
  position: absolute;
  top: 43%;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-family: 'Permanent Marker', cursive;
  font-size: 45px;
}
#footer {
  background-color: #294752;
  padding-bottom: 25px;
}
#footer .footerContent {
  background-image: url(https://static.aclj.org/BaldBeagleLogoOutline.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 70%;
  padding: 130px 0 50px;
}
#footer .footerContent .footerText {
  text-align: center;
  color: #9cc5d4;
  line-height: 1.5em;
  max-width: 1050px;
  font-weight: 300;
  padding: 0 15px;
}
#footer .footerContent a {
  text-decoration: none;
  color: #9cc5d4;
}
@media (max-width: 1199.98px) {
  #header {
    height: 140px;
  }
  #footer .footerContent {
    background-position: center center;
  }
}
@media (max-width: 767.98px) {
  #header {
    height: 185px;
  }
}
@media (max-width: 575.98px) {
  #header {
    height: 125px;
  }
}
@media (min-width: 768px) {
  #header .leftItems {
    top: 29%;
    font-size: 16px;
  }
  #header .rightSupport {
    top: 28%;
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #header .leftItems {
    top: 40%;
    font-size: 24px;
  }
  #header .rightSupport {
    top: 38%;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #header .leftItems {
    top: 48%;
    font-size: 30px;
  }
  #header .rightSupport {
    top: 43%;
    font-size: 45px;
  }
}
