#elasticSpacer, #elasticSpacer2 {
    height: 120px;
    width: 100%;
    position: relative;
}

#elasticSpacer3 {
    height: 122px;
    width: 100%;
    position: relative;
}

#skillsText {
  position: absolute;
  font-size: 54px;
  width: 210px;
  height: 58px;
  left: 50%;
  top: 88px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: grey;
  /*border-radius: 25px;
  background-color: rgba(255,255,255,0.3);
  border-style: solid;
  border-width: 2px;
  border-color: #f8db49;*/
  z-index: 19;
}

#portfolioText {
  position: absolute;
  font-size: 54px;
  width: 280px;
  height: 58px;
  left: 50%;
  top: 88px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: grey;
  /*border-radius: 25px;
  background-color: rgba(255,255,255,0.3);
  border-style: solid;
  border-width: 2px;
  border-color: #f8db49;*/
  z-index: 1111;
}

body {
    overflow-x: hidden;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 639px or less */
@media screen and (max-width: 639px) {
  #portfolioText {    
    font-size: 34px;
    top: 95px;
  }

  #skillsText {  
    font-size: 34px;
    top: 95px;
  }
}

/* for 479px or less */
@media screen and (max-width: 479px) {
  #portfolioText {    
    font-size: 24px;
    top: 110px;
  }

  #skillsText {  
    font-size: 24px;
    top: 110px;
  }
}