@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


body {
  line-height: 1.7rem;
  font-family: 'Raleway', sans-serif;
}
p{
  text-align: justify;
  padding: 0.5rem;
}
ol li {
  padding: 0.5rem;
  margin-left: 1.2rem;
}

#header {
    height: 60vh;
    min-height: 400px;
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.page-section {
    margin: 4rem 0;
  }
.title-divider {
    width: 50px;
    height: 3px;
    background: #03C4EB;
    margin: 0 auto;
    margin-bottom: 20px;
}
.section-title {
    text-align: center;
    margin: 1rem 0;
    text-transform: uppercase;
    font-weight: 400;
  }
.call-to-action h1 {
    color: white;
  }

  .shaikh-bio {
    padding: 5rem !important;
  }

#main-bio > div:nth-of-type(odd) {
    background-color: #F1F9E1;
  }
#main-bio > div:nth-of-type(even) {
    background: #FAFDF5;
  }
#no-image-section > div:nth-of-type(n) {
  background: #f1f8e9;
  padding: 3rem;
}
#chain-list {
  background: #f1f8e9;
  padding: 3rem;
}
.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url('../img/divider.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
.shaikh-bio{
  padding: 2rem;
}
.section-image {
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.section-image > img {
  border-radius: 10px;
}

.shaik-img {
  margin-right: 0;
  text-align: center;
}

.shaik-img img{
  width: 250px;
  height: 250px;
}

.intro-text{
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 40em) {
  #header {
    height: 40vh;
    min-height: 400px;
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}

