.footerWrapper {
  background-color: #f8db49;
  /*background-image: url("../img/footerBG.jpg"); */
  position: relative;
  z-index: -2; 

  font-family: 'Titillium Web', sans-serif;
  color: grey; 

  width: 100%;
  height: 156px;
  padding-top: 10px;
}

.footer-inner {
  height: 156px;
  width: 100%;
  left: 0;
  bottom: 0;  
  z-index: -1;
  position: fixed;
  font-size: 15px;
}

#leftCol {
  width: 30%;
  float: left;
  height: 110px;
  border-right:1px solid #540e78;
  text-align: center;
}

#centerCol {
  width: 33%; /* Account for margins + border values */
  float: left;
  padding: 0px 10px;
  margin: -5px 5px 5px 5px;
  height: 110px;
  text-align: center;
}

#rightCol {
  width: 30%;
  float: left;
  height: 110px;
  border-left:1px solid #540e78;
  text-align: center;
}

footer {
  clear: both;
  height: 20px;
  width: 98%;
  text-align: right;
  font-size: 12px;
  margin-left: 1%;
  border-top: 1px solid #540e78;
}

#leftCol span {
  position: relative;
  top: 24%; 
  pointer-events: none; 
}

#emailFooter {
  text-decoration: none;
  color: #540e78;
  pointer-events: all;
}

#centerCol a{
  text-decoration: none;
  color: grey;
  padding-bottom: 1px;
  display: table;
  margin: 0 auto;
}

#centerCol a:hover{
  color: #540e78;
}

#footerCV {
  text-decoration: none;
  color: grey;
  position: relative;
  top: 40%;
}

#footerCV:hover {
  color: #540e78;
}

footer span {
  position: relative;
  top: 3px;  
  pointer-events: none;
}

#footerMyName {
  color: #540e78;
  padding-right: 20px;
}

#leftCol, #centerCol, #rightCol {
  margin-bottom: 12px;
}

#mailLink {
  color: #ffffff;
  font-size: 16px;
  text-align: center;  
  text-decoration: none; 
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 768px or less */
@media screen and (max-width: 768px) {

  

}

/* for 640px or less */
@media screen and (max-width: 800px) {
  .footer-inner {
    font-size: 14px;
  }

  footer span {
    left: 22px;
    top: 0px;
  }
}

/* for 639px or less */
@media screen and (max-width: 639px) {
  
  #pagewrap {
    width: 94%;
  }
  #leftCol {
    width: 41%;
    padding: 1% 4%;
  }
  #centerCol {
    width: 41%;
    padding: 1% 4%;
    margin: 0px 0px 5px 5px;
    float: right;
  }
  
  #rightCol {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
  }

  header, footer {
    padding: 1% 4%;
  }
}

/* for 639px or less */
@media screen and (max-width: 639px) {

  #leftCol {
    width: auto;
    float: none;
  }
  
  #centerCol {
    width: auto;
    float: none;
    margin-left: 0px;
  }
  
  #rightCol {
    width: auto;
    float: none;
  } 

}

/* for 639px or less */
@media screen and (max-width: 639px) {

  header {
    height: auto;
  }
  h1 {
    font-size: 2em;
  }

}

/* for 639px or less */
@media screen and (max-width: 639px) {
  .footerWrapper {
    height: 330px;
  }

  .footer-inner {
    height: 330px;
    width: 460px;
    left: 12px;
  }

  #leftCol {
    height: 70px;
    border-right:none;
    border-bottom:1px solid #540e78;
  }

  #leftCol span {
    top: 8px;
  }

  #centerCol a{    
    margin: -3px auto;
  }

  #rightCol {
    height: 70px;
    border-left:none;    
    border-top:1px solid #540e78;
  }

  footer {
    padding: 0;
  }

  footer span {
    left: 22px;
    top: 0px;
  }
}

/* for 479px or less */
@media screen and (max-width: 479px) {
  .footerWrapper {
    height: 330px;
  }

  .footer-inner {
    height: 330px;
    width: 300px;
    left: 12px;
  }

  #leftCol {
    height: 70px;
    border-right:none;
    border-bottom:1px solid #540e78;
  }

  #leftCol span {
    top: 8px;
  }

  #centerCol a{
    
  margin: -3px auto;
  }

  #rightCol {
    height: 70px;
    border-left:none;    
    border-top:1px solid #540e78;
  }

  footer {
    padding: 0;
  }

  footer span {
    left: 22px;
  }
}