/* custom.css */

/* from navbar.css - and original "body" colors:
http://getbootstrap.com/examples/navbar/navbar.css */

body {
    /* NEW --- NO LONGER NEEDED FOR THE NEW THEME: 
    padding-top: 20px;
  padding-bottom: 20px; */
    background-color: #f1f0fd;
    overflow: scroll;
}

.navbar {
    margin-bottom: 20px;
}

.centering-text {
    text-align: center;
}


hr {
    border-color: #063;
    border-width: 1px 0 0;
}

blockquote {
    background-color: #f1f0fd;
    border-left: 5px solid #F1F0FD;
}

.page-header {
    background-color: #f1f0fd;
}


.mainContent {
    font-family: Arial, Helvetica, sans-serif;
    /* font-size:14px; */
    color: #063;
    /* margin: 14px; */
}

.mainContent2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333399;
    font-size: 14px;
    margin: 10px;
}

.mainContent3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333399;
    margin: 10px;
    font-size: 14px;
}

.mainContent4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 10px;
    font-size: 14px;
}

/* 9/6/2022 Change links to purple-gray; underline when hovering. Some browsers hide visited links for privacy. */

/* 9/6/2022 Previous: color: #063; Current: color: #669. */

a:link {
    color: #669;
    text-decoration: none;
    /* font-weight: bold; */
}

a:visited {
    color: #669;
    text-decoration: none;
    /* font-weight: bold; */
}

a:hover {
    color: #063;
    text-decoration: underline;
    /* font-weight: bold; */
}

a:active {
    color: #063;
    text-decoration: none;
    /* font-weight: bold; */
}

.CSdeptAddress {
    font-style: italic;
    color: #063;
}

.italicsColor1 {
    font-style: italic;
    color: #063;
}

.italicsColor2 {
    font-style: italic;
    color: #63F;
}

ul {
    list-style-type: square;
}

li {
    margin-bottom: .5rem;
}

#page-footer a {
    color: #fff;
    text-decoration: underline;
}
