.navbar-transparent {
    padding-top: 0px;
}

#about-logo {
    height: 200px;
    margin: 90px 0 40px 0;
}

#about-navbar > .navbar-transparent{
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color:
}

#about-navbar a {
    color: #777777;
    opacity: 1;
}

p {
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
}

h1 {
    font-size: 48px;
    padding-top: 10px;
}

.indent {
    text-indent: 5%;
}

.how-will {
    font-size: 12px;
    text-align: center;
    white-space: normal;
}

.charity-logo {
    height: 100px;
}

.charity-row {
    padding: 20px;
}

.orglogo {
    padding:20px 0;
}

.faq {
    font-size: 24px;
    color: #333333;
    white-space: normal;
}

.faq-section p {
    margin: 0px 30px;
}

.faq-section {
    margin-bottom:50px
}

#banner-logo {
    margin: 5px;
}

#banner-logo img{
    height: 40px;
}

.orgexpl {
    font-size: 14px;
    color: black;
}

button{
    text-decoration:none !important;
}

button:hover{
    text-decoration:none !important;
}

.faq-section .text-left .btn{
  text-align:left;
}

#supported-orgs-title {
  padding: 50px 0px 25px 0px;
}

#menubutton {
  position: fixed;
  top:10px;
  right:10px;
  padding: 10px;
  z-index:10;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px;
  border-color: rgba(100, 100, 100, 0.8);
  color: rgb(22, 6, 17);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  -webkit-transition: background-color 0.2s; /* Safari prior 6.1 */
  transition: background-color 0.2s;
}

#menubutton:hover {
  background-color: rgba(235, 235, 235, 0.8);
}

#menubutton:focus,
#menubutton:active {
  outline: none;
}

.navbar.active {
  display:block;
  background-color:white;
}

.navbar.active .container div ul li a {
  color: black;
}

.navbar.active .container div ul li #banner-logo img {
  display:block;
}

.navbar {
  display: none;
}

.navbar-transparent .container div ul li a img {
  opacity:1;
}

.navbar-transparent .container div ul li a {
  opacity:1;
}

.blurred-container {
  height: 450px;
}

.img-src {
  background-image: url('../img/dirty-industry-stack-factory-2.jpg');
  height: 450px;
}
.img-src.blur {
  background-image: url('../img/dirty-industry-stack-factory-2-blur.jpg');
}

.main {
  background-image: url("../img/aus_flag_faint.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 80%;
  background-position: none;
  background-color: rgb(244,244,248)
}

@media (min-width: 768px) {
  #menubutton {
    display: none;
  }

  .navbar-nav.visible-mini-nav {
    display:none;
  }

  .navbar {
    display: block;
  }

  .navbar-transparent .container div ul li a {
    opacity:0.7;
  }

  .blurred-container {
    height: 800px;
  }

  .img-src {
    height: 800px;
  }

  #about-logo {
    height: 300px;
    margin: 120px 0 40px 0;
  }

  .main {
    background-repeat: no-repeat;
    background-position: 60% 80% ;
  }

}

/* navbar-transparent appears when scroll is at top of page
