/* ==== Respiratory Care Technology Page ==== */ 
#rt-pic:hover{
     opacity: 0.6;
     transform: scale(1.2);
     transition: .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
     }
img:focus{
   outline: 2px solid #003366;
}