@media screen and (min-width: 1441px){
  body{
    width:1440px;

  } 
}
@media screen and (max-width: 1440px){
  body{
    width:1440px;
  } 
   
}
@media screen and (min-width: 920px){
    
}
@media screen and (min-width: 770px){
  #bottomPart2{
    height: auto;
    margin-top: -10px;
    justify-content: flex-end;
    align-items: center;
    background-position: top;
  }
  #footerS {
    flex-flow: wrap row;
  }
  .divsThree{
    flex-flow: wrap row;
  }
  .threeWords div{
    width: 300px;
  }
  .threeWords{
    flex-direction: row;
  }
}
@media screen and (max-width: 769px){
  body{
    width: 750px;
  }  
  
  
#bodyFour {
  flex-wrap: wrap;
}

}
@media screen and (min-width: 498px){
  .fourLeft, .fourRight{
    width: 50%;
  }
  #topPart, #bottomPart{
    flex-flow: row-reverse;
  }
  #bodyFour p{
    font-size: 20px;
  }
  .stateMent h2, .stateMent h3{
    font-size: 24px;
}

}
@media screen and (max-width: 498px){
  body{
    width: 450px;
  }
  .fourLeft, .fourRight{
    flex-direction: row;
  }
   
}



/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }