/*
licensed under the GPL.
*/
/* 
    Created on : Jan 2, 2023, 8:50:15 PM
    Author     : Ralph Harris at www.rahaprogramming.com
*/

@media (max-width: 991.98px) {
  .adjacent-item img {
    display: none;
  }
  .adjacent-item{
      margin-bottom: 3rem;
  }
  #development{
      padding: 40px 0!important;
  }
}
.typed-cursor{
    visibility:hidden;
}
a.h4:hover{
    color: var(--secondary-hover);
}
a.h4{
    color: var(--secondary);
}