/* Navbar Style */
.nav-container{
  margin: 0px 20px;
}

#logo-container{
  height: 100px;
  width: 200px;
}
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}
#index-banner{
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.55);
}
.teal-text.text-lighten-2{
  color: #edf5d1 !important;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

/* Homepage */
#hero{
  width: 100%;
}

.slides{
  height: 580px !important;
}
.slider{
  height: 580px !important;

}
.indicators{
  z-index: 10;
}

.caption{
  color: orange !important;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

#courses .col{
  margin: 0px;
  padding: 0px;
}

.courses-space{
  margin: 0px;
}

.courses-list {
  margin: 0px !important;
}
.collapsible-body span {
  color: orange !important;
}

.header{
  color: orange;
  padding:40px 0%;
  margin: 0px;
}
div .header .row  {
  margin: 0px !important;
}

.video-container{
  margin: 30px 10%;
  border-radius: 10px;
  box-shadow: 1px 8px 29px rgba(0,0,0,0.3)
}


#testimony{
  padding: 50px 5%;
}

#mission{
  background-image: url(../img/pp.svg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission-row{
  margin: 0px 10%;
}

.mission-bottom{
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.mission-statement{
  background-color: rgb(255, 255, 255);
  padding: 20px 30px;
  margin: 30px 30px;
  border-radius: 20px;
  box-shadow: 1px 8px 29px rgba(0,0,0,0.3)
}

.mission-box{
  padding: 0px !important;
}

#volunteer{
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 30px;
}


/* Donation Page*/

#donate-bar{
  margin: -100px 5%;
  background-color: white;
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.container-grid{
  padding: 20px;
  margin: 80px 0px 0px 0px;
}
.grids ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 100px;
  grid-auto-flow: dense;
  grid-gap: 0.7em;
}

.grids ul li{
  list-style-type: none;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  background-color: orange;
}

li img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  border-style: none;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.highlight-box {
  grid-row: span 2;
  grid-column: span 2;
}
li.highlight-wide {
  grid-column: span 2;
}
li.highlight-tall {
    grid-row: span 2;
}
span {
  font-size: 15px;
  display:flex;
  justify-content: center;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

/* footer*/
footer{
  background-image: url(../img/icon-seamless.png);
}

.page-footer {
  margin: 0px;
  padding: 0px;
  background-image: url(../img/icon-seamless.png);
}

.footer-container{
  margin: 0px 10%;
  padding: 30px 0px;
}

.footer-container .row {
  margin-bottom: 0px;
}
.footer-copyright{
  background-color: red;
}

#social{
  display: inline-flex;
}

.sm-images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
}









