﻿.oswald {
  font-family: 'Oswald', sans-serif;
}
body {
  padding-top: 0;
  margin-top: 0;
}
.tight {
  line-height: 1em;
}
.popover {
  display: none;
}
@media (min-width: 768px) {
  .popover {
    display: block;
    max-width: 400px;
  }
}
#header {
  height: 0;
  display: none;
}
#header.reveal-header {
  height: auto;
  display: block;
}
#dde-menu {
  top: 0;
  right: -100%;
  z-index: 2000;
}
#dde-menu.open {
  right: 0;
}
.site-section-over {
  position: relative;
  z-index: 1000;
}
.bg-purple-gradient {
  background-image: linear-gradient(#320337, #904199 45%, #FFFFFF 45%, #FFFFFF 100%);
}
.bg-what-you-can-do {
  background-image: url('/als-drug-discovery-engine/images/what-you-can-do-background.jpg');
}
.bg-donate {
  background-image: url('/als-drug-discovery-engine/images/donate-background.jpg');
}
.btn {
  border-radius: 5px !important;
}
.dark-underline-2 {
  border-bottom: solid 2px #212529;
  text-decoration: none !important;
}
.pipelineClick {
  cursor: pointer;
}
.dropdown:hover {
  background-color: #000000;
}
.slide-in {
  transform: translateY(50px);
  animation: slide-in 1s ease forwards;
  opacity: 0;
}
.slide-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}
@keyframes slide-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* #################### Fixed Nav Styles #################### */
/* ##################### Positioning ##################### */
#fixed-nav {
  position: relative;
  z-index: 5;
}
.fix-the-nav {
  position: fixed !important;
  top: 68px;
  z-index: 999;
}
/* ##################### List Styling ##################### */
#fixed-nav {
  border-left: 1px solid #CDCDCD;
}
#fixed-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
#fixed-nav li {
  font-family: 'Roboto', sans-serif;
  padding: 5px 0 5px 10px;
  color: #BBB;
  /*color: #CDCDCD;*/
  /*color: #FFFFFF;*/
  cursor: pointer;
  font-weight: bold;
  /*text-shadow: 0 0 5px #000000;*/
  /*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/
}
#fixed-nav .activenav {
  color: #E8ABEE !important;
  font-weight: bold;
  /*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/
}
#fixed-nav .activenav .sub-menu {
  display: block;
}
#fixed-nav .activenav .sub-menu li a {
  color: #BBB !important;
  /*color: #CDCDCD !important;*/
  /*color: #FFFFFF !important;*/
}
#fixed-nav .activenavSm {
  color: #000000 !important;
  font-weight: bold;
}
#fixed-nav .activenav:before {
  position: absolute;
  left: -6px;
  height: 11px;
  width: 11px;
  background-color: #E8ABEE;
  content: "";
  border-radius: 5px;
  margin-top: 4px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#fixed-nav .sub-menu {
  display: none;
}
footer {
  position: relative;
  z-index: 1000;
  background-color: #FFFFFF;
}