* {
    padding: 0;
    margin: 0;
}
html,
  body {
    width: 100%;
    height: 100%;
    
    color: #172730;
  }
.navbar {
    background-color: #fff;
    margin: 0;

}
.navbar li {
    font-size: 1em;
    font-weight: 700;

}
.navbar a {
    color: rgb(38, 56, 38);
}
.navbar a:hover{
  background-color: rgb(38, 56, 38);
  color: #fff;
  border-radius: 30px;
  transition: 1s;
}
.navbar-brand {
    font-size: 1.5em;
}
 h2{
    width: 100%;
    padding: 0%;
    background-color: rgb(38, 56, 38);
}
.d-block {
    height: 80vh;
}
.top-section {
    background-color: rgb(38, 56, 38);
    padding: 0;
    margin: 0;
}
.top-section li {
    display: inline-block;
    padding: 0.5em;
    color: white;
}


.b-divider {
    height: 3rem;
    background-color: rgba(38, 56, 38);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
.fixed-section img{
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}






.wrapper {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  div {
    display: block;
  }
  .saying_block {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  
  
  .saying_block .saying_content {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

 .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.strategies-section {
  padding: 3em;
}
.strategies-section h3{
  text-align: center;
}
#strategy {
  text-align: center;
}
#submit {
  width: 100%;
  margin: 0 auto;
  margin: 12px 0 12px 0;
}

footer {
  color: #fff;
  background-color: rgb(38, 56, 38);
  padding: 1em;
  width: 100%;
  margin: 0;
  padding: 0;
}
.b-divider h5 {
  color: #fff;
  text-align: center;
  padding: 1em;
}
/*style for the feedback class*/
.contact-form {
  margin-top: 90px;
}
.contact-form input:not(#file,#gender),textarea{
  width: 100%;
  border-top: none;
  margin: 20px;
  border-bottom: 1px solid #000;
  border-right: none;
  border-left: none;
}
#send-message {
  padding: 15px 25px 15px 25px;
  background-color: rgb(38, 56, 38);
  color: white;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  font-family: calibri;
  font-size: 16px;
}
.footer {
  background-color: rgb(38, 56, 38);
  margin-top: 2rem;
  color: #fff;
}
.footer a{
  color: #f2f2f2;
}
.footer h3 {
  margin-top: 4rem;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
}
.fa {
  background-color: grey;
  border-radius: 100px;
  padding: 7px;
  color: white;
  cursor: pointer;
}
.fa:hover {
  background-color: rgb(38, 56, 38);
  transition: 0.2s;
}
h1 {
  font-weight: bolder;
  margin: 20px;
}
p {
  text-align: left;
}
.mission_section h3 {
  border-bottom: 1px solid #fff;
}
.mission_section {
  background-color: rgb(38, 56, 38);
  color: #fff;
  padding: 1em;
  border-radius: 5px;
}
#Copyright {
  text-align: center;
}
.gender {
  width: 0;
}

.student-leaders img {
  height: 25rem;
}

#student_leaders {
  text-align: center;
}
#student_life {
  margin-left: 2em;
}
.news img{
 padding: 10px 0 10px 0;
}
#news_image {
  width: 90%;
  height: 50%;
  margin: 20px;
}
#date_button {
  margin: 20px;
}
#news_body {
  justify-content: center;
  margin: 0 20px 0 20px;
  font-size: 22px;
  font-family: sans-serif;
}
.card {
  margin: 10px 0 10px 0;
}