.item > img {
    width: 100%;

}
.carousel-inner{
    height: 100%;
}
  .carousel-indicators.recommended-list {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 0;
    margin-left: 0 !important;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators.recommended-list li {
    display: block;
    float: left;
    width: 33.33%;
    height: auto;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: #e1e1e1;
    color: #286090;
    border: none;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
    transition: all .2s linear;
  }
  .carousel-indicators.recommended-list .active {
    width: 33.33%;
    height: auto;
    margin: 0;
    background-color: #286090;
    color: #fff;
  }

  #carousel-example-generic {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background-image: url(img/backgroundIndex.png);
    background-repeat: no-repeat;
  }
  .logoDiv{
    z-index: -1;
    width: 100%;
    height: 333px;
    background-color: #1c2a44;
    position: absolute;
    text-align: center;
    }
    .logoDivPar h1{
      position: relative;
      align-items: right;
      color: whitesmoke;
      font-size: 22px;
    }
    .logoDivPar img{
      margin-top: 25px; 
      margin-left: 70px;
      margin-right: 70px;
    }
    .groupImg{
        position:absolute;
        width:20%;
    }
    .copyright{
      color: white;
    }
    footer {
      padding-top: 10px;
      padding-bottom: 10px;

    }
    .mainImage{
        color: #1c2a44;
        height: 100%; 
    }
    .logoDivPar{
      width: 100%;
    height: 333px;
    position: absolute;
    text-align: center;
    top: 380px;
    }
    @media (max-width: 1047px) and (min-width:601px) {
      #national h1{
        margin-top: 50px;
      }
        .carousel-inner{
             height: 100%; 
        }
         body{
            background-size: contain;
        } 
        .mainImage{
            margin-right: 0px;
            width: auto;
            height: 100%;
        }
        .logoDiv{
            width: 100%;
            position: absolute;
            text-align: center;
            height: 200px;
            left: 0%;  
            top: auto;        
            bottom: 0px;
            }
            
            .logoDivPar img{
                width: 80px;
              }
              .logoDivPar{
                z-index: 1;
                height: 200px;
              }
      }
      @media (max-width: 600px){
        #national  h1{
          margin-top: 35px !important;          }
        .logoDivPar img{
          width: 45px;
        }
        .logoDivPar h1{
          font-size: 15px;
        }
        .logoDiv{
          width: 100%;
          position: absolute;
          text-align: center;
          height: 200px;
          left: 0%;  
          top: auto;        
          bottom: 0px;
          }
          .logoDivPar{
            bottom: 0px;
          } 
          .logoDivPar{
            z-index: 1;
            height: 200px;
          }
          .nationalPicture{
                  width: 109px !important;
                    margin: 25px !important;
                    margin-bottom: -19px !important;
          }
      }