/* privacyPolicy.css */
/* TODO: move to a more general file */

/* main content wrapper used by most pages */
#main-content {
    padding: 2rem 2rem; /* vertical breathing room */
    width: 100%; 
    box-sizing: border-box;
    line-height: 1.9;
}

#main-content-text {
    padding: 2rem 2rem;   
    width: 100%; 
    box-sizing: border-box;
    line-height: 1.9;
	max-width: 720px; 
	margin-top: 2rem;    /* clear the fixed header */
	margin-bottom: 8rem; /* some breathing room at the bottom */
	margin-left: auto;
    margin-right: auto;
}

/* Special case for <a> tags (don't interfere with the header-menu) */
#main-content-text a {
    color: #2a6bbf; 
    /*text-decoration: underline; */
    text-decoration: none; /* Remove underline */
    font-weight: 300;
}

/* constrain content on larger viewports */
@media (min-width: 768px) {
    #main-content {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* helper classes often used inside #main-content */
.section { padding:0 0 2rem 0; }
.section--tight { padding: 1.5rem 0; }
.text-center { text-align: center; }

/* Margin utilities */
.mt-20 { margin-top: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }

h4 {
    margin-bottom: 8px !important;
}

p {
    margin-top: 8px;
    margin-bottom: 2px !important;
    letter-spacing: 0.02em;
    font-weight: 200;
    line-height: 1.5;
    strong {
        font-weight: 400 !important;
    }
}

/* specific label spacing */
#main-content-text p.section-label {
  margin-top: 24px !important;
  margin-bottom: 2px !important;
}

#main-content-text p.section-label + p {
  margin-top: 0 !important;
}

/* a {
    color:  #2a6bbf;
    text-decoration: none;
    font-weight: 200;
    /* &:hover {
        text-decoration: underline;
    } 
} */
