@charset "UTF-8";
/* CSS Document */
.navbar
{background-color: white}

.navbar-nav
{margin-top: 20px
}

.navbar-nav a:hover {color:black;
	text-decoration: none;}
.navbar-nav a {padding: 10px}

.nav-link
{color:darkgray;}

.navandfoot {color:darkgray}
.navandfoot a:hover {color:black;
	text-decoration: none;}

.head-background
{background-color: rgb(230,231,232)}

.bottom-marg { margin-bottom:20px; }

.top-marg { margin-top:20px; }

.side-marg {margin-left: 20px; margin-right: 20px;}

.navandfoot
{color:darkgray;font-size: 10px}

sitemap li {
	text-align: left;
	list-style: disc;
	padding-left: 20px;
}

.sitemap li a {
	color: darkgray;
}

.sitemap li {
	padding: 0.5em 0;
}

h1 {font-size:30px; color: black; text-align: center;
    margin: 0; 
}

.btn-primary
{background-color:darkgray;
color:white}
.btn
{background-color:darkgray;
color:white;border: 0px}
.btn-lg
{background-color:darkgray;
color:white}

.btn-primary:hover {background-color: rgb(230,188,174)}

/* Sticky footer styles
-------------------------------------------------- */
 html {
  position: relative;
  min-height: 100%;
} 

 body {
  margin-bottom: 60px; 
} 

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
}

h2 {text-align: center; font-family: bromello}
h4 {text-align: center; font-family: bromello}

.cover {width: 700px}