/* Start : Styling Main Section */
/* Start : Settings for legal notices disclaimer.html, privacypolicy.html and termsconditions.html */

.legal_notice {
  text-align: justify;
}

.legal_notice h1 {
  color: var(--color-vibrant);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.legal_notice h2 {
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.legal_notice p {
  text-indent: 0.5in;
}

.orgName
{
    color: #000000;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.orgEmail
{
    color: #0000ff;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

.orgAddress
{
    color: #000000;
    line-height: 1.25rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.spacedList li
{
    list-style: disc url("disc.png") outside;
    line-height: 1.5em;
    margin-bottom: 2em;
}

/* End : Settings for legal notices */
/* End : Styling Main Section */