.d0hoverbox {background-color: transparent; margin-top: 1em; margin-bottom: 1em; padding:20px; border-radius: 10px; min-height:0px; display:block; -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
      -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;}
.d0hoverbox:hover {background-color: #164957; margin-top: 1em; margin-bottom: 1em; padding:20px; border-radius: 10px; min-height:0px; display:block;}

.d0hoverbox:hover p{color: #fff; -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
      -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;}
