/*Site Styles */
body {
  font-family: 'Didact Gothic', sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Didact Gothic', sans-serif !important;
}
p {
  font-family: 'Raleway', sans-serif;
}
a:hover {
  color: #8eafeb;
}
#inner-margin {
  margin: 3em 1em;
  padding: 1em;
}
/* Header Styles */
#logo-container {
  max-height: 100px;
}
#logo {
  max-height: 100px;
  margin: 0 10%;
}
#site-info {
  padding: .7rem 0;
}
#site-name {
  font-size: 2rem;
}
#site-name a {
  color: #191919;
}
#site-tag-line {

}
#site-tag-line a {
  color: #191919;
}
.header-social-link a{
  color: #191919;
}
.fa {
  font-size: 2em;
}
.header-social-link a:hover{
  color: #8eafeb;
}
.bottom-bar {
  background-color: #b00808;
  height: 3em;
  padding: .2em;
}
#bottom-bar-nav {
  margin-right: .5em;
}
.header-bottom-links a {
  color: white;
  font-size: 1.25em;
  margin: 0 1em;
}
.header-bottom-links a:hover {
  color: #8eafeb !important;
}
.header-bottom-sub-links a {
  color: #191919;
  font-size: 1.25em;
  margin: 0 1em;
}
.header-bottom-sub-links a:hover {
  color: #8eafeb !important;
}
.menu-hover-lines a::after {
  visibility: hidden;
}
.title-bar-right {
  display: none;
}
/* Sidebar Styles */
#sidebar1 {
  border-bottom:  #b00808 solid 2em;
  border-top:  #b00808 solid 2em;
  height: fit-content;
  background-color: #e6e6e6;
}
.search-submit {
  background-color: #8eafeb !important;
}
#recent-posts-2 ul li a {
  font-size: 1.25em;
}
#sidebar-call-to-action-button-text button {
  border: 3px solid #e9900e;
  background-color: #b00808;
}
#sidebar-call-to-action-link {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 900 !important;
}
/* Home page style */
.fullscreen-image-slider .orbit-image {
  width: 100%;
  height: 100vh;
  filter: brightness(0.5);
}

.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: 800;
}
.fullscreen-image-mobile {
  display: none;
}
#home-orbit-text-main {
  font-size: 8em;
}
#home-orbit-text-2 {
  font-size: 4em;
}
#home-orbit-text-3 {
  font-size: 4em;
}
.home-content-section {
  margin: 1em auto;
  padding: 2em;
}
.home-title {
  text-align: center;
}
.home-subtitle {
  text-align: center;
}
.home-button {
  text-align: center;
}
#our-mission-blurb-contianer {
  margin: 1em;
  padding: 0 3em;
  font-size: 1.25em;
}
#our-mission-container {
  background-color: #e6e6e6;
}
.work-feature-block {
  padding: 10px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.work-feature-block-header {
  margin-top: .5em;
}
.work-feature-block-image {
  display: block;
  margin: 0 2em;
  padding: 1em 0;
}
#mission-points-containers {
  margin: 1em auto;
  padding: 0 ;
  font-size: 1.25em;
}
#mission-points-containers ul li {
  margin-bottom: 1em;
}
#news-card-container {
  margin: 0 10%;
}
.card-article-hover {
  box-shadow: 0px 0px 7px #888888;
  margin: 1em;
  max-height: 30em;
  min-height: 30em;
}
.card-image {
  max-height: 12em;
  min-height: 12em;
  min-width: 100%;
  overflow: hidden;
}
.card-image a img {
  height: 17em;
  width: 100%;
}
.card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -3rem;
  z-index: 2;
}

.card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.card-article-hover .card-section .article-title {

}

.card-article-hover .card-section .article-desc {

}

.card-article-hover .card-divider {
  background: #fff;
}

.card-article-hover .card-divider .author {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8eafeb;
}

.card-article-hover .hover-border {
  height: 10px;
  width: 450px;
  background: #e9900e;
  width: 0;
  transition: width 1s ease;
}

.card-article-hover:hover .hover-border {
  height: 10px;
  width: 450px;
  transition: width 1s ease;
}

.card-article-hover .author {
  color: #8eafeb;
}

.card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
}

.card-article-hover .meta-data {
  text-transform: uppercase;
}
#home-call-to-action-containter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('https://downhomenc.org/wp-content/uploads/2020/08/20609616983_104b69ffc6_b.jpg');
  background-color: #8eafeb;
  background-blend-mode: soft-light;
  border-bottom: solid 2em #8eafeb;
}
#home-call-to-action-text {
  color: #F5F5F5;
  margin: 0.5em 2em;
  font-size: 2.5em;
  font-weight: 900;
}
#home-call-to-action-button-text button {
  border: 3px solid #e9900e;
  background-color: #b00808;
}
#home-call-to-action-link {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 900 !important;
}
/* Chapters Page Style*/
.chapter-title {
  text-align: center;
}
#chapter-blurb-contianer {
  margin: 1em;
  padding: 0 3em;
  font-size: 1.25em;
}
/* Footer Styles */
.footer {
  border-top: #b00808 solid 2em;
}
.footer-link a {
  color: #191919 !important;
  font-size: 1.25em;
}

.menu-footer-hover-lines {
  text-align: center;
  transition: all 0.35s ease;
}

.menu-footer-hover-lines li a {
  position: relative;
}

.menu-footer-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-footer-hover-lines li.active > a {
  background-color: transparent;
}

.menu-footer-hover-lines a:before,
.menu-footer-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #8eafeb;
  width: 0;
}

.menu-footer-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-footer-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-footer-hover-lines a:hover,
.menu-footer-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-footer-hover-lines a:hover::before,
.menu-footer-hover-lines.active a::before,
.menu-footer-hover-lines a:hover::after,
.menu-footer-hover-lines .active a::after {
  width: 100%;
}
.menu .active>a, .menu .is-active>a {
  background-color: none !important;
}
/* Form Styles */
.btn-at-primary {
  background-color: #8eafeb;
}
/* Mobile Styles */
@media only screen and (max-width: 1200px) {
  #home-orbit-text-main {
    font-size: 6em;
  }
}
@media only screen and (max-width: 1000px) {
  #site-info {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 900px) {
  .fullscreen-image-slider .orbit-image {
    height: 80vh;
  }
  #home-orbit-text-main {
    font-size: 5em;
  }
  #home-orbit-text-2 {
    font-size: 3em;
  }
  #home-orbit-text-3 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 790px) {
  #site-name {
    font-size: 1.7em;
  }
  #site-tag-line {
    display: none;
  }
  #main-nav {
    display: none;
  }
  .title-bar-right {
    display: block;
    margin-top: 5px;
  }
  #bottom-bar-icon {
    color: white;
  }
}
@media only screen and (max-width: 700px) {
  #our-mission-blurb-contianer {
   padding: 0;
   margin: 0.5em auto;
  }
  #home-call-to-action-text {
    font-size: 2em;
    margin: 0.5em auto;
  }
  .fullscreen-image-slider {
    display: none;
  }
  .fullscreen-image-mobile {
    display: contents;
  }
  .orbit-caption {
    height: 100%;
  }
  .fullscreen-image-mobile .orbit-mobile-image {
    width: 100%;
    height: 50vh;
  }
  #home-orbit-text-mobile {
    font-size: 3em;
    margin: .5em 10%;
  }
}
@media only screen and (max-width: 675px) {
  #site-name {
    font-size: 1.5em;
  }
  .fullscreen-image-slider .orbit-image {
    height: 60vh;
  }
}
@media only screen and (max-width: 640px) {
  #site-info {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  #site-name {
    font-size: 1.25em;
  }
  #bottom-bar-nav {
    margin-right: .5em;
  }
  .header-bottom-links {
    font-size: .75em;
  }
  #our-mission-blurb-contianer {
    font-size: 1em;
  }
  #mission-points-containers {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #site-name {
    font-size: 2em;
    margin-left: 5px;
  }
  #home-call-to-action-text {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 350px) {
  #site-name {
    font-size: 1em;
  }
  #bottom-bar-nav {
    margin-right: 0;
  }
  .header-bottom-links {
    font-size: .65em;
  }
  #home-orbit-text-mobile {
    font-size: 2em;
  }
  #footer-links {
    font-size: .65em;
  }
}
