.fa-arrow-left {
  color: #000000;
  font-size: 25px;
  position: absolute;
  margin-left: 70px;
  margin-top: 20px;
}

/* .section-title{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #FFAE37;
} */

#projectsNav {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly; /*so that the spacing is equal*/
    height: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    background-color: #fff3e2;
  }

#projectsNav div {
    float: left;
    font-size: 1.00em;
    line-height: 1em;
    text-decoration: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  
  #projectsNav div:hover, .click {
    border-bottom: 3px #FFAE37 solid;
  }

  #projectsNav .click{
    border-bottom: 3px #FFAE37 solid;
  }

 .projects {
    margin-top: 50px;
  }

  h2{
    padding-top: 30px;
  }

  /* .proj{
    padding-top: 0px;
    text-align: left;
    font-size: 37px;
    padding-bottom: 10px;
  } */

  .image{
    width: 100%;
  }

/* p{
  padding-top: 10px;
} */

.video{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

iframe{
  padding-bottom: 20px;
  width:70%;
  height:385px;
}
p{
  padding-bottom: 20px;
}

b{
  text-transform: none;
}

ul{
  padding-left: 30px;
}

.prototype{
  width: 100%;
}

  h4{
    padding-bottom: 20px;
    text-decoration: underline;
  }

  .code{
    width: 100%;
    padding-top: 10px;
  }

  .projects .container{
    height: 30px;
  }

  .proj_details{
    margin:0;
    padding: 0px 50px 30px;
  }

  .proj_details .research{
    width: 80%;
  }

  .srm-header{
    width:90%;
  }
  ul li, ol li{
    text-transform: none;
  }

  .banner{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  u{
    text-transform: none;
    text-decoration: underline;
  }

  
.display{
    display: block !important;
}

/* .top{
  padding-top: 0px !important;
} */

.remove{
    display:none !important;
}

/* powerbi section */

.powerbi{
  margin: 0;
}


* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
/* background: #EEE; */
width: 100%;
}

.carousel-cell {
width: 90%;
height: 500px;
margin-right: 70px;
/* background-color: #8C8; */
}

.carousel-cell img{
  width: 100%;
}

.report aside{
  display:flex;
  justify-content: center;
}

@media screen and (min-width: 1400px){
  .carousel-cell{
    height: 600px;
  }
}

@media screen and (max-width: 1200px){
  .carousel-cell{
    height: 450px;
  }
}

@media screen and (max-width: 1100px){
  .carousel-cell{
    height: 400px;
  }
}

@media screen and (max-width: 950px){
  .proj_details{
    margin:0;
    padding: 0px 30px 30px;
  }
  section{
    margin: 100px 50px
  }

  .proj .section-title{
    padding-top: 40px;
  }
}

@media screen and (max-width: 850px){
  iframe{
    width:600px;
    height:325px;
  }
  .srm-header{
    width:100%;
  }
  .images{
    width:100%;
  }
  .carousel-cell{
    height: 350px;
  }
  .proj .section-title{
    padding-top: 50px;
  }
}

@media screen and (max-width: 800px){
  #projectsNav{
    flex-direction: column;
    height: 170px;
  }
}

@media screen and (max-width: 750px){
  .carousel-cell{
    height: 300px;
  }
  .proj .section-title{
    font-size: 35px;
  }
}

@media screen and (max-width: 710px){
  iframe{
    width: 90%;
    height: 285px;
  }

  .proj .section-title{
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 600px){
  iframe{
    width: 100%;
    height: 255px;
  }
  .carousel-cell{
    height: 220px;
  }

  .proj .section-title{
    font-size: 30px;
  }
}

@media screen and (max-width: 550px){
  .carousel-cell{
    height: 200px;
  }

  .projects{
    margin-top: 20px;
  }
}


@media screen and (max-width: 500px){
  iframe{
    width: 100%;
    height:230px;
  }

  .fa-arrow-left {
    margin-left: 20px;
    margin-top: 15px;
  }

  .proj_details{
    margin:0;
    padding: 0px 5px 20px;
  }
  .projects{
    margin: 30px 20px;
  }
  h2{
    font-size: 40px;
  }
  .carousel-cell{
    height: 210px;
  }
}

@media screen and (max-width: 450px){
  .carousel-cell{
    height: 170px;
  }
}


@media screen and (max-width: 400px){
  iframe{
    width: 100%;
    height: 205px;
  }
  .proj_details{
    margin:0;
    padding: 00px 5px 20px;
  }
  /* .proj{
    font-size: 30px;
  } */
  .carousel-cell{
    height: 150px;
  }
}

@media screen and (max-width: 350px){
  .carousel-cell{
    height: 120px;
  }
}

@media screen and (max-width: 500px) {
  .flickity-page-dots .dot{
    width: 7px;
    height: 7px;
  }
  .flickity-prev-next-button {
    width: 25px !important;
    height: 25px !important;
  }
}