/* ==========================================================================
  Registry Page
   ========================================================================== */
#house {
  margin-top: 4em;
}

.house p {
    color: #9a3b16;
    font-size: 20px;
    padding: 0px 16px;
}

#registry h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #252525;
}

#registry h3:hover {
    color: #ddb5a6;
}

#registry img {
    width: 135px;
}

.purchased img, 
.purchased h3, 
.purchased p {
    opacity: 0.4;
}

.purchased::after {
    content:"PURCHASED";
    font-weight: bold;
    color: #084078;
    font-size: 17px;
}
