.quote
{
  padding: 2%;
  align-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;

}
.heading
{
  font-size: 30px;
  font-weight: 600;
}
.index a
{
  color: #409494;
}
.index_h
{
  font-weight: 400;
  color: orange;
}
.video-container img
{
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.unsdg_img img
{
  width: 250px;
  height:auto;
}
.header_title
{
  color: white;
  z-index: 10;
  padding: 1%;
  font-size: 40px;
  font-weight: 800;
}
.header_new
{
  font-size: 25px;
  font-weight: 400;
  background-image: linear-gradient(to right, #e9f2f2, #e9f2f2);
  color: #409494;
  border-radius: 50px;
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-left: -2%;
  align-content: center;
  text-align: center;
}
.overlay {
  position: absolute;
  z-index: 1;
  /*background: rgb(33, 33, 33, 0.5);*/
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  text-align: center;
}

.banner_overlay {
  position: absolute;
  z-index: 1;
  /*background: rgb(33, 33, 33, 0.3);*/
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  text-align: center;
  height: 500px;
}
.text_container
{
  bottom: 0;
  z-index: 3;
  position:absolute;                  
  bottom:0;                          
  left:0;
  right: 0; 
  background-color: rgb(33,33,33,0.5);
  opacity: 0.9;

}
.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.towards
{
  font-size: 50px;
  font-weight: 600;
  padding-top: 30%;
  z-index: 2;
  color: white;
}
.education-and-women-empowerment_header_text
{
  font-size: 40px;
  font-weight: 600;
  padding-top: 30%;
  color:white;

}
.towards_sustainabel_header
{
  font-size: 40px;
  font-weight: 600;
  padding-top: 40%;
  color:white;

}

.how_renew
{
  font-size: 30px;
  font-weight: 600;
  align-content: center;
  text-align: center;
}
.card_sdg:hover
{
  background-color: white;
  -webkit-box-shadow: 10px 10px 10px 10px lightgrey;
  -moz-box-shadow: 10px 10px 10px 10px lightgrey;
  box-shadow: 10px 10px 10px 10px lightgrey;
}
.links a
{
  color:#409494;
  text-decoration: none;

}
.links_active a
{
  color:white;
  text-decoration: none;


}

.links
{
  background-color:#e9f2f2;
  text-align: center;
  align-content: center;
  padding: 1%;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  margin:auto;
  z-index: 3;


}

.links_active
{
  background-color:#409494;
  text-align: center;
  align-content: center;
  padding: 1%;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  margin:auto;
  z-index: 3;

}

.links_container
{
  margin-top: 1%;
}
@media screen and (max-width: 320px) and (min-width: 240px)
{
  .video-container img
  {
    height: 300px;
  }

  .video-container
  {
    height: 300px;
  }

  .banner_overlay 
  {
    height: 300px;
  }
  .heading
  {
    font-size: 20px;
    font-weight: 600;
  }


  .overlay {
    position: absolute;
    z-index: 1;
    background: rgb(33, 33, 33, 0.3);
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5%;
    align-content: center;
    text-align: center;
  }
  .education-and-women-empowerment_header_text
  {
    font-size: 20px;
    font-weight: 600;
    padding-top: 70%;
    color: white;

  }
  .links
  {
    background-color:#e9f2f2;
    text-align: center;
    align-content: center;
    padding: 1%;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    margin:auto;

  }
  .links_active
  {
    background-color:#409494;
    text-align: center;
    align-content: center;
    padding: 1%;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    margin:auto;

  }
  .quote
  {
    padding: 1%;
    align-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;

  }
  .header_title
  {
    color: white;
    z-index: 10;
    padding: 1%;
    font-size: 20px;
    font-weight: 800;
  }
  .index a
  {
    color: #409494;
    font-size: 12px;
  }


}
@media screen and (max-width: 480px) and (min-width: 321px) 
{
  .navbar-brand img
  {
    width: 70px;
    height: 70px;
  }
  .video-container img
  {
    height: 300px;
  }

  .video-container
  {
    height: 300px;
  }
  .heading
  {
    font-size: 20px;
    font-weight: 600;
  }

  .banner_overlay 
  {
    height: 300px;
  }
  .index a
  {
    color: #409494;
    font-size: 12px;
  }
  .video-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

  }

  .overlay {
    position: absolute;
    z-index: 1;
    background: rgb(33, 33, 33, 0.3);
    opacity: 0.9;

    align-content: center;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
  }
  .education-and-women-empowerment_header_text
  {
    font-size: 25px;
    font-weight: 600;
    padding-top: 60%;
    color: white;



  }
  .quote
  {
    padding: 1%;
    align-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;

  }
  .header_title
  {
    color: white;
    z-index: 10;
    padding: 1%;
    font-size: 20px;
    font-weight: 800;
  }


}
@media screen and (max-width: 800px) and (min-width: 481px) 
{
 .ml-auto
 {
  width: auto;
}
.header_title
{
  color: white;
  z-index: 10;
  padding: 1%;
  font-size: 20px;
  font-weight: 800;
}

.overlay {
  position: absolute;
  z-index: 1;
  background: rgb(33, 33, 33, 0.3);
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 5%;
  align-content: center;
  text-align: center;
}
.education-and-women-empowerment_header_text
{
  font-size: 30px;
  font-weight: 600;
  padding-top: 45%;
  color: white;

}
.quote
{
  padding: 1%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;

}

}
@media screen and (max-width: 1280px) and (min-width: 801px)
{
 .ml-auto
 {
  width: 850px;
}
.education-and-women-empowerment_header_text
{
  font-size: 30px;
  font-weight: 600;
  padding-top: 26%;
  color: white;

}
.links_container
{
  padding-top: 0%;
  margin-top: -2%;

}
.links
{
  background-color:#e9f2f2;
  text-align: center;
  align-content: center;
  padding: 1%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50px;
  margin:auto;

}
.links_active
{
  background-color:#409494;
  text-align: center;
  align-content: center;
  padding: 1%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50px;
  margin:auto;

}

}
@media screen and (min-width: 1280px)
{
  .video-container img
  {
    width: 100%;
  }

}
