/*! Place your custom styles here */


@media screen and (max-width: 736px) {
    .fpad {
        margin-top: 40px;
    }
  }
 
 /* .bar {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 10;
 } */

 section {

    padding-top: 2em !important;
    padding-bottom: 2em !important;
 }
 .short-color {
    width: 5em !important;
    /* border-color:red !important; */
 }
 
 .myanim {
    transition: transform 250ms;
  }
  
  .myanim:hover {
    transform: translateY(5px);
  }