
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	margin: 0;
	background-color: #533d32;
  }

  main {
    flex: 1 0 auto;
  }
      

.dark-brown {
    background-color: #291c1c;
}

.logo {
	text-align: left;
}

.logo-splash {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 847px;
}

h1 {
	color: #ebb453;
	font-family: 'dominicanregular';
	font-size: 20px;
}

p {
	color: #cbb4ae;
}


.page-footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 405px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.page-footer p {
	margin-bottom: 20px;
}

.active {
	background-color: #1d4744;
	border-top: 5px solid #1d4744;
	border-bottom: 5px solid #1d4744;
	border-left: 10px solid #1d4744;
	border-right: 10px solid #1d4744;
}

.footer-text {
	font-family: Sans-Serif;
	font-size: 12px;
	text-align: center;
	color: #7c4e47;
}

.medium-brown {
	background-color: #533d32;
}

.blue-green {
	background-color: #245451;
}

.nav-wrapper {
	background-color: #291c1c;
	margin: 0;
	text-align: center;
	height: 75px;
}

.comic-nav {
	font-family: 'dominicanregular';
	color: #ebb453;
	font-size: 16px;
	font-weight: 100;
}

.chapter-select {
	background-color: #533d32;
	color: #ebb453;
	border: 0px;
	font-family: 'dominicanregular';
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 100;
}

.nav-content {
	font-family: 'dominican_small_capsregular';
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	flex-direction: row;
	list-style-image: none;
	list-style-position: outside;
	justify-content: center;
}



.nav-container {
	width: 1042px;
	margin: 0px;
	padding: 0px;
}


.splashbanner {
	width: 1366px;
}
	

.container-splash {
	margin: 0px;
	text-align: center;
}

.container-splash-header {
	margin: 0px;
	text-align: center;
	justify-content: center;
}

.transparent-strip {
	background-color: #245451;
	opacity: 0.5;
	z-index: 0;
	top: 112px;
	position: absolute;
	height: 21px;
	width: 100%;
}



.img-splash {
	z-index: 10;
}

.splash {
	width: 1366px;
}

.page {
	margin: 10px;
}

.left-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.container {
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 1024px;
}

.comic-container {
	text-align: center;
	width: 1366px;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.nav-item {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	color: white;
	text-decoration: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	flex-direction: row;
	display: block;
	float: left;
}

.about {
	color: #7ddbd5 !important;
}

.nav-item:hover {
	background-color: #1d4744;
	border-left: 15px solid #1d4744;
	border-right: 15px solid #1d4744;
	border-top: 5px solid #1d4744;
	border-bottom: 5px solid #1d4744;
}

.social {
	float: right;
}


.nav-item-header {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #7ddbd5;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	text-decoration: none;
	float: left;
}

.nav-body-separator {
	height: 21px;
	background-color: #3b4942;
}

a {
	text-decoration: none;
	color: white;
}

@font-face {
    font-family: 'dominican_small_capsregular';
    src: url('domisc__.woff2') format('woff2'),
         url('domisc__.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dominicanregular';
    src: url('dominica.woff2') format('woff2'),
         url('dominica.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}