
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "roboto";
  }

  p{
    font-size:20px;
    font-family: "roboto";
  }

  body{
    background:#F7F8FA;
  }
  .box {
    border: 1px solid #ddd;
    background: #fff;
    margin: 20px;
    width: 200px;
    height: 200px;
}
.box img {
  max-height: 200px;
  max-width: 200px;
}
.icon{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}

.page-header {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-top: 50px;
    margin-bottom:50px;
  }

  ul{
    list-style-type: none;
  }

  ul.dashed li:before {
    content: "\2014"; 
    margin-right: 10px; 
  }

  .deliverables{
    max-width:800px;
    margin:0 auto;
  }


  


  .header-title {
    font-weight: bold;
    color: #fff;
    padding-top: 45px;
    z-index: 5;
    position: absolute;
    width: 100%;
    text-shadow: 0 0 1px #000;
    font-size: 40px;
  }
  span.tfirst {
    margin-left: 50px;
    font-size: 4rem;
}

span.tsecond {
    font-size: 4rem;
    display: block;
    margin-left: 100px;
}

span.tthird {
    display: block;
    margin-left: 150px;
    font-size: 4rem;
}

img.img-fluid.flex-image{
  height: 250px;
}

  .card-header {
    height: 100px;
    overflow: hidden;
  }
  .card-body {
    height: 100px;
    overflow: hidden;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .modal-content {
    height: 85vh;
    overflow: hidden;
  }
  .modal-body {
    overflow: scroll;
    margin-right: -20px;
  }
  .header {    
    
    background-size: 100%;
    background-position: center;
    height: 280px;
    position: relative;
    background-repeat: no-repeat;    
  }
  .header.agriculture{
    background-image: url(/static/assets/images/agriculture-head.png);
    background-color: #FFBD00;
  }
  .header.disaster{
    background-image: url(/static/assets/images/disaster-head.png);
    background-color: #70AD47;
  }
  .header.watter{
    background-image: url(/static/assets/images/watter-head.png);
    background-color: #215968;
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .mapiframe{
    height: 300px;
    width:100%;
    padding-left:100px;
  }


  @media (max-width: 768px) {
    .table_title {
      display: none;
    }
    .modal-body {
      margin-right: 0;
    }

    p {
      white-space: break-spaces;
      word-wrap: break-word;
    }

    i.fa.fa-download {
      font-size: 50px;
      margin-bottom: 12px;
    }

    
    span.tfirst {
      font-size: 2.5rem;
  }
  
  span.tsecond {
      font-size: 2.5rem;
  }
  
    span.tthird {
        font-size: 2.5rem;
    }

    h2.page-header{
      font-size: 1.5rem;
      margin-top: 0;
      margin-bottom: 0;
  }

  .mapiframe{
      padding-left:0px;
      height: 400px;
    }

    .box {
      width: 48%;
      margin: 1%;
      margin-bottom: 50px;
  }
  .box img{
    max-width:100%;
  }
  .gallery {
    display: flex;
}
  
  }
