header.masthead {
  padding-top: 2rem;;
}

.bg-custom {
  background-color: rgba(43,136,5,0.7);
}

.bg-custom2 {
  background-color: rgba(43,136,5,1);
}

.bg-custom3 {
  background-color: rgba(0,0,0,.7);
}

.text-black{
  color: #212529 !important;
}
/*
.masthead-heading {
  text-transform: uppercase;
  background: linear-gradient(to right, #2b7bf4 0%, #74fffc 50%, #2b7bf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.btn.disabled, .btn:disabled {
  opacity: 0.9;
}

.pulse-red {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(220,53,69, 0.4);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(220,53,69, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220,53,69, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
    box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(220,53,69, 0);
    box-shadow: 0 0 0 10px rgba(220,53,69, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(220,53,69, 0);
    box-shadow: 0 0 0 0 rgba(220,53,69, 0);
  }
}

@media (min-width: 992px) {
  header.masthead {
     padding-top: 7rem;;
  }
}

@media (min-width: 768px){
  header.masthead .masthead-heading {
    line-height: 5rem;
  }
}

/* Override */
.btn-primary {
  background-color: #004275 !important;
  border-color: #004275 !important;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 66, 117, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 66, 1174, 0.5);
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
}
#mainNav .navbar-toggler {
  background-color: #004275 !important;
}

.masthead {
  padding-bottom: 3rem !important;
}
.masthead-heading {
  font-size: 2.2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1.2rem !important;
/*  text-shadow: 0 2px 15px rgba(0,0,0,.75); */
}
.masthead-subheading {
  margin-top: 4.5rem;
/*  text-shadow: 0 2px 15px rgba(0,0,0,.75); */
}

#mainNav.navbar-shrink {
  background-color: rgba(0,0,0,.7) !important;
}

.timeline > li .timeline-image {
  background-color: #004275;
  font-size: 1.2rem;
  line-height: 65px;
}
.timeline > li .timeline-image {
  width: 80px !important;
  height: 80px !important;
}

.moderator {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .masthead-heading {
    font-size: 3.2rem !important;
    line-height: 3.5rem !important;
  }
  .timeline:before {
    margin-bottom: 100px;
  }
  .timeline > li .timeline-image {
    margin-left: -40px !important;
  }
}

@media (min-width: 992px) {
  .masthead-subheading {
    margin-top: 0;
  }
  .moderator {
    margin-top: 0;
  }
}

.error-message {
  color: #e22;
}

@font-face{
  font-family: "Gothic";
  src: url("/assets/fonts/GOTHIC.TTF") format("truetype");
}
body, h1, h2, h3, h4, h5, h6, p, header.masthead .masthead-heading, .btn-xl {
  font-family: "Gothic", Arial, Sans-serif !important;
}

#mainNav .navbar-brand img {
  height: 40px !important;
}
#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
  height: 40px !important;
}

#mainNav .navbar-brand-r img {
  height: 48px !important;
}
#mainNav.navbar-shrink .navbar-brand-r svg, #mainNav.navbar-shrink .navbar-brand-r img {
  height: 48px !important;
}

@media (max-width: 768px) {
#mainNav .navbar-brand img {
  height: 1.6rem !important;
}
#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
  height: 1.6rem !important;
}

#mainNav .navbar-brand-r img {
  height: 2.0rem !important;
}
#mainNav.navbar-shrink .navbar-brand-r svg, #mainNav.navbar-shrink .navbar-brand-r img {
  height: 2.0rem !important;
}
}

/*
*/
