
/*----------------------------------screen size min 600px - desktop version ---------------------------*/
@media screen and (min-width: 600px){

  .navbarBottomText::after {
    display: inline;
    content: "\\housing\\fryers gate apartments\\Hereford - architectural technician - working drawings";
    background: none;
    animation-name: houseText;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  .mainContent {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    bottom: 65px;
    overflow: hidden;
    background-image: url("../images/mdp_housing_background02.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    animation-name: house;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  @keyframes house {
     0%
       {
       background-position: center center;background-image: url("../images/mdp_housing_background02.jpg");
      }
     10%
      {
        background-position: center center; background-image: url("../images/mdp_housing_background02.jpg"); 
      }
    20%
      {
        background-image: url("../images/mdp_housing_al sahel_villa01.jpg"); 
      } 
    30%
      {
        background-position: center center;background-image: url("../images/mdp_housing_al sahel_villa01.jpg");
      }
    40%
      {
       background-position: center top; background-image: url("../images/tower aerial_contemporary.jpg");
      }
     50%
      {
        background-position: center bottom; background-image: url("../images/tower aerial_contemporary.jpg");
      }
    60%
      {
        background-position: bottom center;background-image: url("../images/mdp_housing_al sahel_site01.jpg");
      }
    70%
      {
        background-position: bottom center;background-image: url("../images/mdp_housing_al sahel_site01.jpg");
      }
    80%
      {
        background-position: center center; background-image: url("../images/mdp_housing_background01.jpg");
      }
     90%
      {
        background-position: center center; background-image: url("../images/mdp_housing_background01.jpg");
      }
    95%
      {
        background-image: url("../images/mdp_housing_al sahel_villa02.jpg");
      }
    100%
      {
        background-image: url("../images/mdp_housing_al sahel_villa02.jpg");
      }
    }

    @keyframes houseText {
     0%
       {
       content: "\\housing\\fryers gate apartments\\Hereford - architectural technician - working drawings";
      }
     10%
      {
       content: "\\housing\\fryers gate apartments\\Hereford - architectural technician - working drawings";
      }
    20%
      {
       content: "\\housing\\Citystars Al Sahel, Eygpt\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      } 
    30%
      {
        content: "\\housing\\Citystars Al Sahel, Eygpt\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    40%
      {
       content: "\\housing\\Palace Hotel & Apartments, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
     50%
      {
        content: "\\housing\\Palace Hotel & Apartments, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    60%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    70%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    80%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
     90%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    95%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    100%
      {
        content: "\\hotels\\Palace Hotel, Dubai\\GAJ UK architects - Revit - senior architectural technician - working drawings";
      }
    }
}
}

/*----------------------------------screen size MAX 600px - Phone version ---------------------------*/
@media screen and (max-width: 600px){

  .mainContent {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 55px;
    overflow: hidden;
    background-image: url("../images/mdp_housing_background02.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    animation-name: house;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  .navbarBottomText::after {
    display: inline;
    content: "\\housing\\fryers gate apartments\\Hereford - architectural technician - working drawings";
    background: none;
    animation-name: houseText;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }
}

/*----------------------------------screen size max 400px - old phone version ---------------------------*/
@media screen and (max-width: 400px){

  .mainContent {
    position: fixed;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 45px;
    overflow: hidden;
    background-image: url("../images/mdp_housing_background02.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    animation-name: house;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }
}
