@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Mono&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');

html {
  max-width: 90ch;
  padding: 3em 1em;
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
}

BODY {
	font-family : Merriweather, serif;
	color: #563440;
	background-color: #F5FAFF;
  padding-left: 50px;
}
h1 {font-family : Roboto, sans-serif;}
h2 {font-family : Roboto, sans-serif;}
h3 {font-family : Roboto, sans-serif;}
h4 {font-family : Roboto, sans-serif;}
h5 {font-family : Roboto, sans-serif;}
h6 {font-family : Roboto, sans-serif;}
a:link {
	color: #7a3b69;
}	
a:visited {
	color: #9a879d;
}
a:hover {
	color: #CFCFCD;
}
a:active {
	color: #7A3B69;
}
li {font-family : Merriweather, serif;}
P {font-family : Merriweather, serif;}
ul {font-family : Merriweather, serif;}
ol {font-family : Merriweather, serif;}
td {font-family : Merriweather, serif;}
dl {font-family : Merriweather, serif;}
dt {font-family : Merriweather, serif;}
dd {font-family : Merriweather, serif;}

blockquote {
  color: red;
  background-color: #fffaf5;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote > p {
  color: red;
  display: inline;
}
hr {
	color: #7A3B69;
}

pre {
  font-family: "Roboto Mono", monospace;
}

.callout {
  font-family : Merriweather, serif;
  color: #7A3B69;
  background-color: #F5FAFF;
  text-align: left;
  vertical-align: middle;
}

.timelinecol1 {
  font-family : Merriweather, serif;
  color: #F5FAFF;
  background-color: #9A879D;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
.timelinebody {
  font-family : Merriweather, serif;
  color: #9A879D;
  background-color: #F5FAFF;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}


/* The navigation bar */
.navbar {
  overflow: hidden;
  position: relative; /* Set the navbar to relative position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  float: left;
  display: block;
  float: left;
  padding: 14px 16px;
  z-index: 10;
  left: 50px;
  right: 0;
  height: 50px;
  text-align: center;
  font-family: Roboto, sans-serif;
}

/* Links inside the navbar */
.navbar a {
  text-decoration: none;
}

.navbar a:hover {
  color: #CFCFCD;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

/* Page content */
.content {
  padding: 16px;
}



nav.breadcrumb {
  text-align: left;
  display: inline;
}

nav.breadcrumb a {
  float: left;
  color: #CFCFCD;
  background: #563440;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  padding: 0 5px;
}
nav.breadcrumb .attribute a {
  background-color: inherit;
}
nav.breadcrumb .location a::before,
nav.breadcrumb .location a::after {
  content: "";
  position: absolute;
  border-color: #7A3B69;
  border-style: solid;
  border-width: 15px 5px;
}

nav.breadcrumb .location a::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #9A879D;
}

nav.breadcrumb .location a::before {
  left: -10px;
  border-left-color: transparent;
}

.attribute a{
  color: #7A3B69;
}

nav.breadcrumb .location a:hover {
  background-color: #CFCFCD;
}
nav.breadcrumb .location a:hover::before {
  border-color: #7A3B69;
  border-left-color: transparent;
}

nav.breadcrumb .location a:hover::after {
  border-left-color: #9A879D;
}

nav.breadcrumb [aria-current="page"] {
    color: #CFCFCD;
    font-weight: 700;
    text-decoration: none;
  }


.logo {
	margin: 0;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	border: none;
}


.gcse-search {
	color: #563440;
	background-color: #F5FAFF;
	border: 1px solid #563440;
}

.main {
    padding: 18px;
    margin-top: 35px;
    height: 2000px;
}

.footer {
  position: fixed;
	font-size: 10px;
	font-family: Roboto, sans-serif;
  display: inline-block;
}


.whoalogo {
	 width: 470px;
	 height: 62px;
	 border: none;
	 margin: auto;
}