
/* Load */

@import url('../fonts/fontpackMerriweather.css');
@import url('../fonts/fontpackNotoSerif.css');
@import url('styleUGen.css');

/* Setup */

body {
	background-color: #f9cbd2;
}

/* Text Formatting */

p, .subtitle, li, h4, h5, h6 {
	font-family: "NotoSerif";
}

.title, h1, h2, h3 {
	font-family: "Merriweather";
}

.title {
	color: #000000;
	font-weight: 400;
}
.subtitle {
	color: #434343;
}

h1 {
	color: #32282b;
	font-weight: 400;
}
h2 {
	color: #b80726;
	font-weight: 400;
}
h3 {
	color: #434343;
}

/* Link Options */

a {
  color: #b80726;
}
a:hover {
  color: #ed0520;
}

/* Menus */

.docMenuToggle {
	background-color: #69091a;
}

.docMenuList a {
	background-color: #69091a;
	text-decoration: none;
	color: #ffffff;
}

.docMenuToggle:hover, .docMenuList a:hover {
	background-color: #34060E;
}