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

  .navbarBottomText::after {
    display: inline;
    content: "\\commercial\\BMW Sytner Solihull - MDG Architects - architectural technician - working drawings";
    background: none;
    animation-name: comText;
    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_commercial_background01.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    animation-name: com;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  @keyframes com {
     0%
       {
       background-image: url("../images/mdp_commercial_background01.jpg");
      }
     10%
      {
        background-position: center center; background-image: url("../images/mdp_commercial_background01.jpg"); 
      }
    20%
      {
        animation-delay: 10s; background-image: url("../images/mdp_commercial_gwest_background01.jpg"); 
      } 
    30%
      {
        background-image: url("../images/mdp_commercial_gwest_background01.jpg");
      }
    40%
      {
        background-image: url("../images/mdp_commercial_gwest_background02.jpg");
      }
     50%
      {
        background-image: url("../images/mdp_commercial_gwest_background02.jpg");
      }
    60%
      {
        background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_001.jpg");
      }
    70%
      {
        background-position: center center;background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_001.jpg");
      }
    80%
      {
        background-position: center center; background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_Photomatch Image.jpg");
      }
     90%
      {
        background-position: center center; background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_Photomatch Image.jpg");
      }
    95%
      {
        background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_008.jpg");
      }
    100%
      {
        background-image: url("../images/Proposed New House Project - 2D CAD to 3D Model & Visuals_008.jpg");
      }
    }

    @keyframes comText {
     0%
       {
       content: "\\commercial\\BMW Sytner Solihull - MDG Architects - architectural technician - working drawings";
      }
     10%
      {
       content: "\\commercial\\BMW Sytner Solihull - MDG Architects - architectural technician - working drawings";
      }
    20%
      {
       content: "\\commercial\\G-West Golf Clubhouse - Gleneagles West Scotland - GAJ Architects - working drawings";
      } 
    30%
      {
        content: "\\commercial\\G-West Golf Clubhouse - Gleneagles West Scotland - GAJ Architects - working drawings";
      }
    40%
      {
       content: "\\commercial\\G-West Golf Clubhouse - Gleneagles West Scotland - GAJ Architects - working drawings";
      }
     50%
      {
        content: "\\commercial\\G-West Golf Clubhouse - Gleneagles West Scotland - GAJ Architects - working drawings";
      }
    60%
      {
        content: "\\3d visuals\\contemporary house\\front elevation - model: revit - 3d render: lumion";
      }
    70%
      {
        content: "\\3d visuals\\contemporary house\\front elevation - model: revit - 3d render: lumion";
      }
    80%
      {
        content: "\\3d visuals\\contemporary house\\photomatched onto existing site - model: revit - 3d render: lumion";
      }
     90%
      {
        content: "\\3d visuals\\contemporary house\\photomatched onto existing site - model: revit - 3d render: lumion";
      }
    95%
      {
        content: "\\3d visuals\\contemporary house\\rear window close up finish - model: revit - 3d render: lumion";
      }
    100%
      {
        content: "\\3d visuals\\contemporary house\\rear window close up finish - model: revit - 3d render: lumion";
      }
    }
}

/*----------------------------------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_commercial_background01.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    animation-name: com;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  .navbarBottomText::after {
    display: inline;
    content: "\\commercial\\BMW Sytner Solihull - MDG Architects - working drawings";
    background: none;
    animation-name: comText;
    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_commercial_background01.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    animation-name: com;
    animation-duration: 120s;
    animation-iteration-count: infinite;
  }

  .navbarBottom {
    position: fixed;
    display: flex;
    text-align: center;
    bottom: 45px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
  }
}
