﻿/* Modify these to make site-wide changes */
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #333;
  background-color: #000;
}

img {
  width: 100%;
  margin-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

ol,
ul,
dl {
  word-break: break-word;
}

ol li,
ul li,
dl li {
  text-align: left;
}

a {
  color: #035a84;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  word-break: break-all;
}

a:hover,
a:active,
a:focus {
  color: #035a84;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

:focus {
  outline: #ff00ae auto 1px !important;
}

.fa,
.fab,
.fal,
.far,
.fas,
.fad {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #750092;
}

/* Navigation */
.navbar {
  background-color: rgba(117, 0, 146, 0.7);
}

.navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #750092;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
}

.navbar .navbar-brand {
  margin: 0 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  /* Hides navbar brand text on very small viewports (keeps icon) */
}

.navbar .navbar-brand img {
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.25rem;
  height: 60px;
}

.navbar .navbar-brand span {
  display: none;
  margin-bottom: 0.1rem;
}

@media (min-width: 350px) {
  .navbar .navbar-brand span {
    display: inline-block;
  }
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  text-decoration: underline;
}

.navbar .nav-link {
  background-color: #380046;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.8rem;
}

.navbar .nav-item,
.navbar .nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0px 0px 2px black;
}

.navbar .nav-item:hover, .navbar .nav-item:focus,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  font-weight: bold;
  color: #fff !important;
  text-decoration: underline !important;
}

.bg {
  background-image: url("../img/bg.jpg");
  height: 100%;
  -webkit-filter: blur(10px) brightness(60%);
          filter: blur(10px) brightness(60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: fixed;
  left: 0;
  right: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  position: absolute;
  z-index: 1;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
}

.page-title {
  display: block;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#00fdff), to(#f2ff29));
  background: linear-gradient(to right, #00fdff, #f2ff29);
  -webkit-box-shadow: 4px 4px 4px #000000bd;
          box-shadow: 4px 4px 4px #000000bd;
}

.page-content {
  background-color: #fef7ff;
  padding: 1rem;
  border-radius: 0;
  margin: -1rem;
}

.page-content article {
  margin-bottom: 2rem;
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  word-break: break-word;
  color: #fff;
  text-shadow: 0px 0px 60px black;
}

.call-to-action p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 0px 0px 60px black;
}

.call-to-action .btn {
  -webkit-box-shadow: 0px 0px 60px black;
          box-shadow: 0px 0px 60px black;
}

/* Footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  background-color: #750092;
  padding: 20px;
}

footer span {
  padding: 0.5rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
}

footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}

footer .svg-inline--fa {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

/* Cards */
.card-title {
  font-size: 2.5rem;
}

/* Card Post */
.card-post {
  background-color: #bc6be2;
  background: -webkit-gradient(linear, left top, right top, from(#15b6b7), to(#c43ad6));
  background: linear-gradient(to right, #15b6b7, #c43ad6);
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 4px 4px 4px #00000047;
          box-shadow: 4px 4px 4px #00000047;
}

.card-post .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.card-post .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  margin: 0;
}

.card-post .card-desc {
  padding: 2rem;
  color: #fff;
  background-color: #750092;
  height: 100%;
}

.card-post .card-desc a h1, .card-post .card-desc a h2, .card-post .card-desc a h3, .card-post .card-desc a h4, .card-post .card-desc a h5, .card-post .card-desc a h6 {
  color: white;
  text-decoration: none;
}

.card-post .card-desc svg {
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

.card-post:nth-child(odd) .card-img {
  border-radius: 0.25rem 0 0 0.25rem;
}

.card-post:nth-child(odd) .card-desc {
  border-radius: 0 0.25rem 0.25rem 0;
}

.card-post:nth-child(even) .card-img {
  border-radius: 0 0.25rem 0.25rem 0;
}

.card-post:nth-child(even) .card-desc {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* Meta */
.meta-banner svg {
  margin-right: 0.5rem;
  color: #a241a9;
}

/* GlideJS */
.glide {
  max-width: 800px;
}

.glide .glide__slide > img {
  -webkit-box-shadow: 5px 5px 5px #0000004d;
          box-shadow: 5px 5px 5px #0000004d;
}

.glide .glide__arrow {
  background-color: #ff8c1e;
  font-weight: 600;
  font-size: 1.2rem;
}

/* Buttons */
.btn-donate {
  background-color: #750092;
}

.btn-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8c1e), to(#750092));
  background-image: linear-gradient(to right, #ff8c1e, #750092);
  border-radius: 2rem;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 4px 8px #0000004f;
          box-shadow: 0 4px 8px #0000004f;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  color: #fff;
}

/* Helpers */
.hide {
  display: none;
}

.shadow-sharp {
  -webkit-box-shadow: 0px 3px 2px 0px #00000063;
          box-shadow: 0px 3px 2px 0px #00000063;
}

.text-glow {
  text-shadow: 0px 0px 20px #ffffff2e;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#00fdff), to(#f2ff29));
  background: linear-gradient(to right, #00fdff, #f2ff29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-padded {
  background-color: #750092;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .call-to-action h1,
  .call-to-action h2,
  .call-to-action h3,
  .call-to-action h4,
  .call-to-action h5,
  .call-to-action h6 {
    font-size: 4rem;
  }
  .call-to-action p {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .page-title {
    font-size: 2.2rem;
  }
  .page-content {
    border-radius: 0.25rem;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0.5rem;
  }
}
