html { overflow-y: scroll; }

body {
  background-color: #e7e7e4;
 font-family: 'Source Sans Pro', sans-serif;
}

h1 {color: #999;
  font-family: 'Source Sans Pro', sans-serif;

}

h2 {color: #999;
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {color: #333;
  font-family: 'Source Sans Pro', sans-serif;
}

h4 {color: #999;
  font-family: 'Source Sans Pro', sans-serif;
}

h5 {color: #333;
  font-family: 'Source Sans Pro', sans-serif;
}

h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
color: #999;
}

b {
color: #333}


.donors {
  text-align: center;
}

ul.donors {
    text-align: left;
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   list-style-type: none;
}


.img-thumbnail {
  margin-bottom: .5rem;
}

.fi-mail {
font-size: 2.5rem;
color: #777;
}
.fi-mail:hover {
  color: #e7e7e4;
}

.fi-download {
font-size: 2rem;
color: #777;
}

.fi-download:hover {
  color: #e7e7e4;
}

.top-bar {
    background-color: #333;
    padding: 0 0 0 0;
}
.top-bar-left {
    background-color: #333;
    padding: .5rem 0 0 1rem;
}

.top-bar-right {
    background-color: #333;
    padding: .5rem 0 0 1rem;
}

.container {
  padding: 2rem 0 2rem 0;
}

.projects-menu-container {
  background-color: #555;
padding:1rem 0 0 0;

}

.title-bar-title {

}

.title-bar {
    background-color: #333;
}

.project-top-bar {
    background-color: #333;
}

.image-container {
position:relative;
 text-align: center;
 margin-bottom: 1rem;
}

.image-container .right {
  position:relative;
  float: right;
  margin: .5rem 0 0 1rem;
}

.image-container .left {
  position:relative;
  float: left;
  margin: .5rem 1rem 0 0;
}

.image-container .overlay {
  position: absolute; /* <-- Remove the overlay from normal flow         */
  bottom: 0;          /* <-- Keep the overlay at the bottom of the box   */
  left: 0;            /* <-- Set left and right properties to 0          */
  right: 0;           /*     In order to expand the overlay horizontally */
 text-align: center;
  padding: 0.4rem;
  margin-bottom: .5rem;
  background-color: #333;
  opacity: 0;
  font-size: .8rem;
  color: #fff;
  display: inline-block;
}

.image-container:hover .overlay{
  opacity:0.9;
}

.header-nav {
  text-align: center;
background-color: #333;
}

.header-nav-link {
  font-weight: 600;
  color: #999;
  text-align: left;
}

.is-active {
  color: #777;
}

.header-nav-link:hover {
  font-weight: 600;
  color: #e7e7e4;
  text-decoration: none;
}


.title-nav-link {
  font-weight: 600;
  color: #999;
  text-align: left;
}

.title-nav-link:hover {
  font-weight: 600;
  color: #e7e7e4;
  text-decoration: none;
}

.accordion-title {
  padding: .75rem;
}

.accordion-title:focus {
  color:#fff;
  text-decoration: none;
  background-color: #444;
}
.accordion-title:hover {
  color:#fff;
  text-decoration: none;
  background-color: #666;
}


.bio-nav {
  text-align: center;
color: #1779ba;
}

.bio-nav-link {

  color: #1779ba;
}

.bio-nav-link:hover {
text-decoration: underline;
  color: #1779ba;
}


#upBtn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    border: none;
    outline: none;
    background-color: #999;
    color: #e7e7e4;
    cursor: pointer;
    padding: 1rem;
    border-radius: .75rem;
    z-index: 1000;
}

#upBtn:hover {
    background-color: #555;
}

#footer {
  text-align:center;
  height: 12rem;
  background-color: #333;
  padding:2rem;
  position: relative;
}

.main-menu{
float: left;
}

.dropdown-pane {
border: none;
}

.mega-menu{
  font-weight: 600;
color: #999;
  text-align: left;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  }

  .mega{
    padding: 1rem 1rem 1rem 1rem;
    width: 800px;
    margin: 0 auto !important;
    left: 0% !important;
    right: 0% !important;
    background-color: #333;

  }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }

  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

  @media only screen and (max-width: 70em) {

       ul.donors {
text-align: left;
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          list-style-type: none;
       }}

@media only screen and (max-width: 40em) {
  #upBtn {
     z-index: 1000;
     bottom: 2rem;
     right: .5rem;

   }
   ul.donors {

      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      list-style-type: none;
   }
/* menu sizing fix*/
.no-js .top-bar {
  display: none;
}

.no-js .title-bar {
  display: none;
}}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
    text-align: center;
  }

  .no-js .title-bar {
    display: none;
  }
}

  .title-nav-link {
    text-align: center;
  }

@media screen and (max-width: 39.9375em) {

  .menu-centered {
    text-align: left;
  }

  .top-bar {
    padding: 0 0 0 0;
  text-align: left;
  }

  .top-bar-right {
      background-color: #333;
      padding: .5rem 0 0 0;
  }


.title-nav-link {
  text-align: center;
}

  .header-nav-link {
    text-align: left;
  }

  .mega{
    background-color: #333;
    padding: 0 .5em .5em 1em;

  }

  .image-container {
    position:relative;
    float: none;
  margin: 0 0 0 0;
    width: 100%;
  }

.image-container .right {
  position:relative;
  float: none;
  margin: 0 0 0 0;
  width: 100%;
}

.image-container .left {
  position:relative;
  float: none;
  margin: 0 0 0 0;
  width: 100%;
}
}
