#terms {
    width:100%;
    height:auto;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10%;
    padding-top: 5%;
    color: black;
}
#terms h1 {
    width: 100%;
    height:auto;
    text-align: center;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    margin-bottom: 40px;
   
}
#terms h2 {
    width: 100%;
    height:auto;
    text-align: left;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#terms p {
    width: 100%;
    height:auto;
    text-align: left;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
#breadcrumb a {
    color:black !important;
}