/* --- Entire HR site --- */

/* NOT NEEDED WITH CONVERTED HEADER
h1 {text-align: center; font-weight: 700;}

a {font-weight: 700;}
*/

/* --- Revised pages--- */
/* --- Remove .revised class when these styles can apply site-wide - it is attached to the container class at the top of each page. */

.revised h2 {color: rgb(178, 34, 34); font-weight: 700;}

/* --- Employment Verification --- */

.verification-type {
    margin-top: 10px;
    margin-bottom: 20px;
    background: rgb(238, 238, 255); 
}
.verification-type h2 {font-size: 1.5em; text-align: center;}
.verification-contact {font-size: 18px; font-weight: 700; text-align: center;}

.box {
  transition: box-shadow .3s;
  border: 0 solid #ccc;
  background: #fff;
  float: left;
  
}
.box:hover {
   box-shadow: 1px 1px 4px 4px rgb(135,206,235) inset;
}
