.footer {
  bottom: 0;
  height: 15vh !important;
  width: 100%;
  background-color: #5a273e;
  padding-bottom: 0.5%;
  position: relative;
}

.white-bg {
  background: white !important;
}

.no-border {
  border: 0 !important;
}

a {
  color: inherit !important;
  font-weight: bold !important;
}

.padding-top {
  margin-top: 4vh !important;
}

.padding-test {
  margin-top: 3vh !important;
  padding-bottom: 3vh !important;
}

.label-left {
  float: left !important;
}

.bold {
  font-weight: bold !important;
}

.footer-div {
  width: fit-content;
  max-width: 100%;
  height: 4vh;
  background-color: #81b39f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  overflow: auto;
  padding-left: 2vh;
  padding-right: 2vh;
}

.commitment-padding {
  padding-bottom: 10vh;
}

.slogan-footer {
  height: 2vh;
  line-height: 4vh;
  white-space: nowrap;
}

.registration-footer {
  bottom: 0;
  width: 100%;
  background-color: #81b39f;
  padding-bottom: 0.5%;
}

.masthead-position {
  position: initial !important;
}

.masthead-div {
  margin-top: -7vh !important;
}

.relative {
  position: relative;
}

.plum {
  color: #5a273e !important;
}

.height-zero {
  height: 0% !important;
}

.section-heading {
  margin-top: 1em !important;
}

.above-nav {
  height: 15vh;
  background-color: #5a273e;
}

section {
  padding: 3vh !important;
}

.navbar-trans {
  background: transparent !important;
  z-index: 50;
}

.navbar-nav {
  width: 100%;
  text-align: center;
  > li {
    float: none;
    display: inline-block;
  }
}

.img-height {
  max-height: 15vh !important;
}

.container-height {
  height: 15vh;
}

hr {
  max-width: 80px !important;
  border-width: 4px !important;
  border-color: #abca5d !important;
}

.contact-form-size {
  width: 80%;
  margin-top: 1em;
}

.bio-name {
  color: black;
  font-size: 1.4em;
  font-family: gothamBold;
}

.bio-title {
  font-size: 1.1em;
  font-family: gothamMedium;
}

.img-margin {
  margin-bottom: 2em;
}

.about-us-bg {
  background-color: white !important;
}

.white {
  color: white !important;
}

.custom-hr {
  max-width: 100% !important;
}

.fill-header {
  min-height: 650px !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/* @media (min-width: 992px) {
  #mainNav .navbar-brand {
    color: #2e3536 !important;
  }
  #mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #2e3536 !important;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 16px;
    color: #f05f40 !important;
  }
} */

.italics {
  font-style: italic;
}

.black {
  color: black !important;
}

.homeintro {
  margin-bottom: 1.5em;
}

.margin-zero {
  margin: 0 !important;
}

.add-article {
  margin-bottom: 1em;
}

.view-articles {
  margin-top: 1em;
}

.full-width {
  width: 100% !important;
}

.link {
  color: #f05f40 !important;
}

.pointer {
  cursor: pointer;
}

.green {
  color: #abca5d !important;
}

.green-bg {
  background-color: #abca5d !important;
}

.no-radius {
  border-radius: 0px !important;
}

.contact-text {
  font-size: 18px !important;
}

@media only screen and (max-width: 989px) {
  .nav-white-bg {
    background-color: white !important;
  }

  header.masthead {
    background-image: url("../img/mobile-header.jpg") !important;
    background-position: right !important;
  }
}

@media only screen and (min-width: 990px) {
  .nav-center {
    display: inline-flex;
  }
}

@font-face {
  font-family: arialBold;
  src: url("/fonts/ArialBold.ttf");
}

@font-face {
  font-family: arialFont;
  src: url("/fonts/Arial.ttf");
}

/* @font-face {
  font-family: gothamLight;
  src: url('/fonts/Gotham-Light.otf');
}

@font-face {
  font-family: gothamMedium;
  src: url('/fonts/Gotham-Medium.otf');
} */

@font-face {
  font-family: gothamBold;
  src: url("/fonts/GothamBold.ttf");
}

@font-face {
  font-family: gothamBook;
  src: url("/fonts/GothamBook.ttf");
}

@font-face {
  font-family: gothamLight;
  src: url("/fonts/GothamLight.ttf");
}

@font-face {
  font-family: gothamMedium;
  src: url("/fonts/GothamMedium.ttf");
}

@font-face {
  font-family: minionPro;
  src: url("/fonts/MinionPro-Regular.otf");
}

@font-face {
  font-family: neoSans;
  src: url("/fonts/NeoSansStd-Light.otf");
}

.arial-bold {
  font-family: arialBold;
}

.arial {
  font-family: arialFont;
}

.gotham-light {
  font-family: gothamLight;
}

.gotham-medium {
  font-family: gothamMedium;
}

.gotham-bold {
  font-family: gothamBold;
}

.gotham-book {
  font-family: gothamBook;
}

.minion-pro {
  font-family: minionPro;
}

.neo-sans {
  font-family: neoSans;
}

.header-fontweight {
  font-weight: normal !important;
}

.navbar-fontsize {
  font-size: inherit !important;
}

.services-padding {
  padding-top: 1.5vh;
}

.under-navbar-padding {
  margin-top: 2vh;
}

.contact-padding {
  margin-top: 6vh;
}

.under-biographies {
  margin-top: 6vh;
}

.under-contact-info {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.standard-logo {
  position: absolute;
  right: 0;
  margin-right: 3vw;
  max-height: 72%;
}
