/* indent site description tagline */
.site-description {
      padding-left:100px;
      height: 10px;
}

/* use blue from NASS site 3.x */
.header {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(48, 73, 112, 1)20%,  rgba(63, 95, 146, 1) 100%);
}


/* Headings are html elements, make main heading dark red */
h1,h2,h3,h4 {
    color: rgba(119, 9, 121, 1);
}

/* Background color of light grey */
/* :root{  
--main-background: #E8EEE9;
--primary-background: #E8EEE9;
--body-bg: #e5e5e5;
--body-bg-rgb: 229, 229, 229;  
*/

:root {
--main-background: #F9F9F9;
--primary-background:#F9F9F9;
--body-bg: #f8f8f8;
--body-bg-rgb: 248, 248, 248;  
}

/* --------------------------------------------------------- */
/* -------------- Sundial Registry Format ------------------ */
/* --------------------------------------------------------- */


.no_mark {
	list-style-type: none;
}

