body.black {
    background: black;
}
.navbar-toggler {
    color: white !important;
    border-color: #6a6a6a !important;
}
.main-container {
    max-width: 1250px;
    margin: auto;
    background: #373737;
    border: 1px solid #373535;
    border-top: 0px;
    box-shadow: 0px 0px 10px black;
}
.main-container-block {
	  float: left;
	  position: relative;
	  border: 1px solid #373535;
	  border-top: 0px;
	  box-shadow: 0px 0px 10px black;
	  background: #373737;
	float: left;
	width: 100%;
}
.site-main {
    display: block;
    float: left;
    padding: 0;
    margin-top: 55px;
	width: 100%;
}
.site-main.home-view .content-section {
    margin-top: 20px;
}
.site-main.home-view .content-section-block {
    box-shadow: unset;
}
.header-section {
    background: linear-gradient(90deg, rgb(29, 27, 58), rgba(29, 27, 58, 0) 82.26%) repeat scroll 0% 0%, linear-gradient(rgb(62, 72, 153), rgba(62, 72, 153, 0)) repeat scroll 0% 0%, rgb(237, 30, 121) none repeat scroll 0% 0%;
}
.navbar-brand .image-link {
    max-width: 200px;
    margin-left: 20px;
}
.home-image{
    background-image: url("../media/pages/home/home-panorama-smaller.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 287px;
    background-position: center;
    background-size: contain;
    width: 100%;
    opacity: 0.95;
    position: relative;
    /*! border-top: 10px solid #0f0f0f; */
    /*! border-bottom: 10px solid #0f0f0f; */
    background-color: #0f0f0f;
}
.navbar-toggler {
    border-color: #6a6a6a !important;
}
.main-container .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%280, 250, 250' stroke-linecap='round' stroke-miterlimit='10' stoke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(74, 74, 74);
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    font-family: Lato, Arial, sans-serif;
    word-spacing: 1px;
    font-size: 18px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
}
.navbar-light .nav-item {
  border-right: 1px solid #420000;
  position: relative;
}

.nav-link:hover {
    background: #444040;
    color: white !important;
}
.nav-link.active {
    background: black;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
    float: left;
    width:100%;
    padding: 0px 20px;
    background: #551d19 !important;
    background-color: rgb(70, 69, 69);
    margin: 0px 0px 0px;
    border-bottom: 3px solid #000;
    border-top: 5px solid #000;
    position: fixed;
    z-index: 100;
    max-width: 1250px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #373737;
  border: 1px solid black;
  box-shadow: 2px 3px 7px black;
  padding: 0;
  min-width: 8rem;
}
.navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  margin: 2px 0px 0px 0px;
  font-size: 0.9rem;
  background: #373737;
  position: relative;
  color: white;
}
.navbar .nav-item {
  border-right: 1px solid #420000;
  position: relative;
}
.dropdown-item::before {

    content: "";
    height: 17px;
    background: #9f0202;
    position: absolute;
    left: 10px;
    width: 2px;
    display: inline;
    top: 6px;

}
.navbar-nav.ml-auto {
    margin-right: 80px;
}
.content-block {
    max-width: 1400px;
    /*! margin: auto; */
}
.footer-section {
    background-color: #551d19;
    color: white;
    min-height: 30px;
    padding: 10px 30px;
    border-top: 1px solid black;
    float: left;
    width: 100%;
}
.content-section {
    float: left;
    max-width: 100%;
    position: relative;
    display: block;
    width: 100%;
}

.content-section-block{
    color: white;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 2px;
    /*! box-shadow: 2px 4px 5px #9b9a9a; */
    width: 100%;
    float: left;
    /*! max-width: 1080px; */
	border-top: 6px solid #333;
}
.content-section-block.about-map {
  background: #444;
}
.content-section-block.about-intro {
  border-top: none;
}
.content-section-block.about-roadmap{
    overflow: visible;
    padding-top: 0px;
    /*! transform: translateX(-50%); */
    /*! margin-left: 50%; */
}
.content-section-block:hover {
    /*! box-shadow: 1px 2px 3px #333; */
}
.about-intro-image{
    /*! flex: 1 1 0%; */
    /*! overflow: hidden; */
    position: relative;
    width: 50%;
    float: left;
    padding: 50px 25px 50px 25px;
}
.about-intro-image .image-link {
    display: block;
    height: auto;
    float: left;
    opacity: 0.9;
    border: 1px solid black;
    box-shadow: 0px 0px 3px black;
}
.about-intro-image .image-link.first {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.about-intro-image .image-link.second,.about-intro-image .image-link.third {
    width: 50%;
}
.about-intro-image .image-link.second,{
  border-bottom-left-radius: 5px;
}
.about-intro-image .image-link.third {

  border-bottom-right-radius: 5px;
}
.content-section-block.about-drop-by {
  background: #444;
}
.about-intro-text-header{
    text-rendering: optimizelegibility;
    word-spacing: 1px;
    font-family: LeagueGothic, serif;
    font-size: 30px;
    font-style: italic;
    font-variant-ligatures: none;
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #9f0a00;
    text-shadow: 3px 3px 3px black;
    max-width: 100%;
    font-weight: 700;
    text-align: left;
}

.about-intro-text-block{
    /*! flex: 1 1 0%; */
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
    position: relative;
    padding: 0px 50px;
}
.about-intro-text-block.image-is-right{
    /*! margin-left: 4rem; */
    /*! margin-inline-start: 4rem; */
    padding-top: 50px;
}
.about-intro-text-block.image-is-right{
	float:right;	
}	
.about-intro-text-block.image-is-left{
    /* margin-right: 4.8rem; */
    /* margin-inline-start: 4.8rem; */
}

.about-intro-text-block.image-is-both {
    width: 100%;
}
.image-is-both .about-drop-by-text.text-lines{
    max-width: 100%;
}

.text-lines{
    word-spacing: 1px;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 1.4;
    text-rendering: optimizelegibility;
    font-family: Klima, sans-serif;
    /*! display: flex; */
    max-width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 31px;
}
.text-lines-middle-image {
    width: 100%;
    text-align: center;
    padding: 5% 0;
}
.image-link.noses {
    border: 1px solid black;
    box-shadow: 0px 0px 3px black;
    max-width: 100%;
}

.about-intro-text-simple-link a {
    color: #84C8FF;
}
.about-intro-text-simple-link {
    font-size: 15px;
    margin: 0px 0px 25px;
    color: white;
    font-weight: 600;
    float:left;
}
.about-intro-text-email {
  float: right;
  font-size: 15px;
  margin: 0px 0px 25px;
  color: white;
  font-weight: 600;
}
.about-drop-by-image{
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about-drop-by-image .image-link {
    display: block;
    height: auto;
    width: 100%;
}
.about-drop-by-text {
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#show_image_popup_container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: #8080807a;
}
#show_image_popup_container.pop_image {
  display: block;
}
#show_image_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #595959;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #595959;
}
#show_image_popup img{
  max-width: 100%;
  height: auto;
}
.close-btn-area {
  position: absolute;
  right: 0;
  line-height: 20px;
  padding: 10px;
}
.close-btn-area #close-btn {
  padding: 2px 10px;
  border-radius: 5px;
  background: none;
  color: white;
  font-weight: 700;
}
.blink {
    animation: blinker 2s linear infinite;
margin-top: 7px;
}

@keyframes blinker {
    0% {
        opacity: 0;
        font-size:10px;
        line-height: 22px;

    }
    50% {
        opacity: 1;
        font-size:17px;
        line-height: 22px;
    }
    100% {
        opacity: 0;
        font-size:10px;
        line-height: 22px;
    }
}
.about-donation-image{
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
}
.about-donation-image .image-link {
    display: block;
    height: auto;
    float: left;
}
.about-donation-image .image-link.first {
    width: 100%;
}
.about-donation-image .image-link.second,.about-donation-image .image-link.third {
    width: 50%;
}

.about-donation-text {
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.roadmap-header {
    margin: 0px 0px;
    /*! border-radius: 2px; */
    /*! box-shadow: 2px 2px 3px #9b9a9a; */
    /*! background: #fff; */
    color: white;
    padding: 0px 40px;
}
.roadmap-header-title {
    font-size: 20px;
    font-weight: 600;
}
.roadmap-header-small {
    font-size: 14px;
    padding-left: 2px;
}
.roadmap-issue-title-header {
    float: left;
    width: 70%;
}
.roadmap-issue-block {
    width: 100%;
    margin-bottom: 5px;
    position:relative;
}
.roadmap-issue-block.closed {
    /*background: #267326;*/
}
.roadmap-issue-block.In.Process {
    /*background: #487eb0;*/
}
.roadmap-issue-block.To.do {
    /*background: #cc8e35;*/
}
.roadmap-issue-block.Reviewing {
    /*background: #487eb0;*/
}
.roadmap-issue-title-status {
    float: right;
    width: 30%;
    position: relative;
    width: auto;

}
.roadmap-issue-block.closed .roadmap-issue-title-status {
    background: #267326;
}
.roadmap-issue-block.In.Process .roadmap-issue-title-status {
    background: #487eb0;
}
.roadmap-issue-block.To.do .roadmap-issue-title-status {
    background: #cc8e35;
}
.roadmap-issue-block.Reviewing .roadmap-issue-title-status {
    background: #b747d7;
}
.roadmap-issue-block {
    width: 100%;
    margin-bottom: 2px;
    color: white;
    float: left;
    padding: 10px;
    background: #6c6c6c;
    margin: 2px 0px;
    box-shadow: 0px 0px 3px black;
}
.roadmap-issue-block.closed .issue-text {
    color: white;
    padding: 0px 20px;
}
.roadmap-issue-title-header {
  text-align: left;
}
.closed .roadmap-issue-title-header {
    font-weight: 500;
    color: white;
}
.opened .roadmap-issue-title-header {
    color: #646464;
    font-weight: 600;
}
.roadmap-issue-block.opened .issue-text {
    background: #6f6f6f;
    color: white;
    /*! padding: 0px 20px; */
}
.roadmap-issue-block.Reviewing .issue-text {
    color: white;
    padding: 0px 20px;
}
.Reviewing .roadmap-issue-title-header {
    font-weight: 600;
    text-decoration-style: solid;
    color: white;
}
.roadmap-issue-block.To.do .issue-text {
    color: white;
    padding: 0px 20px;
}
.To.do .roadmap-issue-title-header {
    font-weight: 600;
}
.roadmap-issue-block.In.Process .issue-text {
    background: #487eb0;
    color: white;
    padding: 0px 20px;
}
.In.Process .roadmap-issue-title-header {
    font-weight: 600;
    color: white;
}
.roadmap-issue-block:hover {
}
.issue-text {
    width: auto;
    text-align: center;
    width: 110px;
    float: right;
    border-left: 1px solid #bfbebe;
}

.roadmap-issue-date {
    position: absolute;
    right: -180px;
    display: none;
}
.roadmap-issue-block:hover .roadmap-issue-date {
    display: block;
}

.roadmap-issue-year {
    width: 100%;
    float: left;
    margin: 40px 0px 10px;
    box-shadow: 0px 0px 2px black;
}
.issue-year-text {
    font-size: 20px;
    font-weight: 600;
    font-family: Times New Roman;
    color: white;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid black;
    padding: 10px 0px;
}
.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    /*left: -32px;*/
}
.roadmap-issues-block {
    opacity: 1;
    transition: 1s all linear;
    height: auto;
}
.down .roadmap-issues-block {
    height: 0;
    transition: 1s all linear;
    padding: 0;
    margin: 0;
    box-shadow: none;
    opacity: 0;
    overflow: hidden;
}
.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#ccc;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#ccc;
    left:8px;
    top:12px;
}

.issue-date-text {
    font-size: 16px;
    background: black;
    color: white;
    padding: 0px 10px;
}

.milestones-header {
    margin: 25px 0px 25px;
    padding: 25px 40px;
    float: left;
    color: white;
    width: 100%;
}
.about-laser-image {
  width: 100%;
  text-align: center;
  float: left;
  opacity: 0.2;
}
.about-text-button{
    background-color: rgb(31, 30, 51);
    color: rgb(255, 255, 255);
    max-width: 50ch;
    width: auto;
    inline-size: auto;
    font-size: 3rem;
    display:inline-block;
    font-family:Rubik,sans-serif;
    font-weight:400;
    line-height:1.4;
    text-align:center;
    text-decoration:none;
    padding-block:.7rem;
    padding:.7rem 1rem;
    padding-inline:1rem;
    font-size:1.6rem;
    border-width:0;
    cursor:pointer;
    font-family:LeagueGothic;
    font-style:italic;
    max-width:40%;
    text-transform:uppercase;
    transition-duration:.1s;
    transition-property:background-color,transform;
    transition-timing-function:ease-in-out;
    font-size:1.3rem;
    width:50%;
    inline-size:100%
}

.checkout-more {
    width: 100%;
    display: block;
    float: left;
    margin: 0px 0px 80px;
}

.checkout-more-buttons {
    margin: auto;
    display: block;
    position: relative;
    width: auto;
    margin-top: 25px;
    text-align: center;
}

.donation .checkout-more-buttons {
    text-align: center;
}

.donation .about-text-button {
    max-width: 50%;
    margin-bottom: 15px;
    width: auto;
    padding: 15px 20px;
    font-size: 18px;
    margin: 0px 10px;
}

.checkout-more .about-text-button {
    max-width: 150px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 5px;
    border: 1px solid #0d0d0d;
    background: #551d19;
    border-radius: 1px;
    box-shadow: 0px 0px 3px black;
}

.checkout-more .about-text-button:hover {
    background: black;
    box-shadow: 0px 0px 0px #3e3e3e;
    text-decoration: none;
    color: white;
}

.projects-view .content-section-block {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.projects-text-block{
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.projects-text-block.image-is-right{
    /*! margin-left: 4rem; */
    /*! margin-inline-start: 4rem; */
}
.projects-text-block.image-is-left{
    margin-right: 4.8rem;
    margin-inline-start: 4.8rem;
}

.projects-block-text-header{
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    word-spacing: 1px;
    color: rgb(0, 0, 0);
    font-family: LeagueGothic, serif;
    font-size: 30px;
    font-style: italic;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
}


/* ---- START OF EVENTS ---- */
.content-section-block.calendar {
    color: white;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}
.content-section-block.calendar,.content-section-block.past-events {

}
.content-section-block-past-events-text {
  margin-bottom: 30px;
}
.content-section-block.calendar iframe{
   filter: invert(.9) saturate(0.5) hue-rotate(145deg);
margin-bottom: 25px;
}
.content-section-block-past-events-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #dbdbdb;
    text-shadow: 2px 2px 2px black;
    margin: 25px 0px 25px;
}
.content-section-block.past-events {
  background: #444;
}
.content-section-block .past-events-images {
  text-align: center;
  float:left;
  margin-bottom:25px;
}
.content-section-block-past-events-text {
  text-align: center;
}
.past-events-image-block:nth-child(even) {
    float: right;
    width: 50%;
    text-align: left;
}
.past-events-image-block:nth-child(odd) {
    float: left;
    width: 50%;
    text-align: right;
}
.past-events-image-block:nth-last-child(1),.past-events-image-block:nth-last-child(2) {
    /*background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(179, 179, 179, 0.9) 95%);*/
    /*opacity: 0.8;*/
}
.content-section-block.past-events-images .image-link {
  max-width: 100%;
}
.past-events-image.image-link.first {
    padding: 1px;
}
/* ---- END OF EVENTS ---- */


.text-lines{
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.text-lines.image-is-right{
    margin-left: 4rem;
    margin-inline-start: 4rem;
}
.text-lines.image-is-left{
    margin-right: 4.8rem;
    margin-inline-start: 4.8rem;
}

.projects-block-text.text-lines p {
    margin: 0px;
}
.projects-text-block .text-lines{
    width: auto;
}

.projects-text-block img {
    width: 100px;
    float: right;
    margin-right: 10px;
}

.footer-text-button:hover {
    color: white;
    font-size: 17px;
}
.footer-text-button {
    float: right;
    color: white;
    font-weight: 800;
    font-size: 15px;
}

.about-donate-images {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

.about-donate-images .image-link.solo {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}
.about-donate-spacer {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    color: gray;
}
.about-donate-title {
    font-size: 15px;
    color: #d78888;
    margin-bottom: 25px;
    font-weight: 600;
}
.social-link {
  float: left;
  width: auto;
  padding: 4px 5px;
}


.fadein-text {
    opacity: 0;
    transform: translateX(100px);
}

.map-text-header {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
.map-text:hover {
  background: black;
  color: white;
}
.map-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #1c1b1b;
  padding: 50px;
  cursor: pointer;
  border-radius: 12px;
}
.maps-link {
  width: 50%;
  float: left;
  padding: 100px;
}

body.loaded .fadein-text {
    transform: translateX(0px);
    opacity: 1;
    moz-transition: all linear 1s;
    -webkit-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}

@media (min-width: 480px) {

}

@media (max-width: 1350px) {

}

@media (max-width: 1199px) {

    .about-intro-image {
        padding: 5px
    }
    .about-intro-text-block.image-is-right{
        padding: 5px 0px 0px 20px
    }
}

@media (max-width: 991px) {
    .about-intro-image {
        width: 100%;
        position: relative;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 10% 5%;
    }
    .about-intro-text-block.image-is-right{
        padding: 10px 10px;
        width: 100%;
    }
    .about-intro-text-block.image-is-both{
        padding: 10px 10px;
        width: 100%;
    }
    .content-section-block{
        padding: 10px;
    }
    .text-lines{
        max-width: 100%;
    }
    .past-events-image.image-link.first {
        padding: 1px;
        width: 100%;
    }
    .content-section-block.calendar iframe {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-image{
        max-height: 170px;
    }
    .checkout-more {
        margin: 0px 0px 20px;
    }
    .donate .text-lines p {
        overflow-x: scroll;
    }
	.maps-link {
	  width: 100%;
	}

}

@media (max-width: 479px) {

    .home-image{
        max-height: 130px;
    }
    .content-section-block{
        padding: 5px;
    }
    .home-view .checkout-more .about-text-button{
        margin-bottom: 15px;
    }
}
