
/*----------------------------------screen size min 600px - desktop version ---------------------------*/
@media screen and (min-width: 600px){
  .navbarBottomText::after {
    display: inline;
    content: "\\recent";
    background: none;
    animation-name: changeText;
    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_education_background02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    //animation-name: education;
    //animation-duration: 120s;
    //animation-iteration-count: infinite;
  }

  .projectsContainer {
     position: fixed;
     display: inline;
     width: 100%;
     top: 102px;
     bottom: 95px;
     text-align: center;
     //margin-top: 28px;
     //margin-bottom: 0px;
     //margin-left: 0;
     //margin-right: 0;
     background: rgba(255,255,255,0.4);
    }
}

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

  .navbarBottomText::after {
    display: inline;
    content: "\\recent";
    background: none;
    animation-name: changeText;
    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_3dvisuals_background01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    //animation-name: change;
    //animation-duration: 120s;
    //animation-iteration-count: infinite;
  }
}
