/* real estate page custom elements */
/* real estate glossary */
.glossary-index{
    margin-top: 25px;
    text-align: center;
}
.glossary-index a{
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 10px;
    margin: 2px;
    background: #30529c;
}
.glossary-section{
    margin-top: 50px;
}
.glossary-section h2{
    font-size: 60px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.glossary-section p{
    margin-top: 25px;
    line-height: 40px;
}
/* buyers and sellers */
#buyers p i{
    font-size: 35px;
    color: red !important;
    padding-right: 35px;
}
#sellers p i{
    font-size: 35px;
    color: green !important;
    padding-right: 35px;
}