body,h1,h2,h3,h4,h5 {
  font-family: "Poppins", sans-serif
  }
body {
  font-size:16px;
  color: #000068;
  }
h1 { 
    color: #F0C420;
  font-size:28px;
  }
h2 {
  color: #000068;
    font-size:25px;
  }
h3 {
    color: #000068;
  font-size:18px;
}
h4{
    font-size:30px;
    color:#1c1c84;
}
#ProjectConcept h2{
    color: #F0C420;
}
img {
  width: 100%;
  height: 100%;
}
.grid {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto;
}
.w3-half img{
  margin-bottom:-6px;
  margin-top:16px;
  opacity:0.8;
  cursor:pointer
  } */
.w3-half img:hover{
  opacity:1
  }
.w3-sidebar{
    background-color:#1c1c84;
    color: #fff;
}
.w3-sidebar h3{
    color: #fff;
}
.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
