/*default body/html styling for site*/
body,html {
	padding:0px;
	margin:0px;
	background-color: #455DFF;
	font-size: 18px;
	color: black;
	font-family: Garamond, serif;
	height:100%;
}

/*end default body/html styling for site*/


/*box sizing. fixing div sizing https://css-tricks.com/box-sizing/ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
/*end box sizing*/

/*other default styling*/
	/*link styling*/
a {
	color:#455DFF;
}

a:hover {
	color:#FB919F;
}
	/*end link styling*/
u {
	text-decoration: underline solid #FB919F 2px;
}

mark {
	font-family: Courier New, Sans-Serif; 
	font-size:16px;
}

h1 {
	font-family: Courier New, Sans-Serif;
}

h3 {
	padding-top: 5px;
	font-family: Courier New, Sans-Serif;
}


h4 {
	margin: 2px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-family: Courier New, Sans-Serif;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	color: #aaa;
}

h5 {
	padding-right: 20px;
	letter-spacing: 2px;
	font-family: Courier New, Sans-Serif;
	font-style: italic;
	text-align: right;
	color: #ccc;
}

h6 {
	padding-right: 20px;
	letter-spacing: 1px;
	font-family: Courier New, Sans-Serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #FB919F;
}

ul {
	margin: 0px;
	padding: 5px;
	list-style-type: circle;
	list-style-position: inside;
}
/*end other default styling*/

	/*element shaving*/
		/*div containers don't stay flush with the top of the page bc of child element default margins. so i shave a little off the top here*/

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin-top:0
}
	/*end element shaving*/
mark {
	background-color:#FB919F;
}

b, strong {
	color: #FB919F;
}

/*end other default styling*/

/*site container: _layouts/site.html*/
.site-container {
	margin:0px auto;
	padding:0px;
	min-width:75%;
	max-width: 75%;
	min-height: 100%;
	max-height: 100%;
}
/*end site container styling*/


/*header container: _includes/myheader.html*/
.site-header {
	display: flex;
	flex-direction: row;
	flex: auto;
	min-width: 100%;
	height: 25%;
	margin: 0px;
	background-image: url('/assets/images/bestiewave_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	align-items: center;
	justify-content: space-around;
}

.site-header a {
	text-decoration: none;
}

.site-header h1 {
	padding: 2px 5px;
	font-family: Courier New, Sans-Serif;
	font-size: 30px;
	letter-spacing: 2px;
	background-color: white;
	border-radius: 5px;
}

.site-header img {
	max-height: 55%;
	width: auto;
	object-fit: contain;
	border: 10px inset white;
}
/*end header container styling*/

/*div to hold sidebars and content so they're next to each other.*/
.holder {
	display: flex;
	flex: auto;
	background-color:white;
}
/*end holder styling*/

/*left side vertical nav bar: _includes/navbar.html*/
.navbar	{
	min-height: 100%;
	max-height: 100%;
	min-width: 16%;
	max-width: 16%;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family:Courier New, Sans-Serif;
	word-wrap: break-word;
	overflow-y:auto;
	color: white;
	background-color: #E54EED;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.navbar p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	background-color: #FB919F;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.navbar details{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid white;
	text-indent:10px;
	cursor: pointer;
}

.navbar details summary{
	padding: 0px 0px 10px;
	font-size: 20px;
}

.navbar details[open]{
	padding: 10px 0px 0px;
}

.navbar details + details{
	border-top: none;
}

.navbar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: white;
	border-right: 1px dashed #455DFF;
}

.navbar li{
	margin:0px;
	padding: 11px;
	width: 90%;
	background-color: white;
	
}

.navbar li + li {
	border-top: 1px dashed #455DFF;
}
/*end nav bar styling*/

/*content holder div, goes inside holder div to hold the stuff that goes in-between the sidebars*/
.content {
	margin: 0px;
	padding: 0px;
	max-height: 100%;
}
/*end content holder styling*/

/*content holder for inside the content holder div*/
.meta {
	position: relative;
	margin-bottom: 50px;
	padding: 20px 40px 0px;
	max-height:100%;
	min-height:100%;
	overflow-y: auto;
}

.meta img {
	max-width: 25%;
}
/*end meta content holder styling*/

/*right side bar: _includes/rightbar.html*/
.rightbar {
	margin: 0px;
	padding: 10px;
	min-height: 100%;
	max-height: 100%;
	min-width: 16%;
	max-width: 16%;
	background-color: #FB919F;
	border: 1px solid white;
}

.rightbar img {
	margin: 0px;
	padding: 0px;
}

.rightbar__slice-top {
	display: flex;
	flex: auto;
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px;
	min-height: 33.333333333%;
	max-height: 33.333333333%;
	width:100%;
	overflow-y: auto;
	border-bottom: 1px solid white;
}

.rightbar__slice-mid {
	display: flex;
	flex: auto;
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px;
	min-height: 33.333333333%;
	max-height: 33.333333333%;
	width:100%;
	overflow-y: auto;
	border-bottom: 1px solid white;
}

.rightbar__slice-last {
	display: flex;
	flex: auto;
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px;
	min-height: 33.333333333%;
	max-height: 33.333333333%;
	width:100%;
	overflow-y: auto;
}
	/*infobox in rightbar*/
.rightbar__infobox {
	position: absolute;
	top:30px;
	bottom: 0px;
	margin: 20px 0px;
	padding: 10px 20px;
	background-color: white;
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: auto;
}
.rightbar__infobox ul {
	padding:0px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.rightbar__infobox ul ul {
	padding-left: 20px;
	padding-bottom: 0px;
}

.rightbar__infobox li{
	padding-left:10px;
	max-height: 100%;
	overflow-y:auto;
}
	/*end infobox styling*/
/*end right sidebar styling*/


/*page title: /_includes/title.html*/
.title {
	display: flex;
	flex: auto;
	margin:0px;
	padding: 0px 0px 10px;
	background-color: #455DFF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.title p{
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 25px;
	color: white;
	font-family:Courier New, Sans-Serif;
	font-variant: small-caps;
	text-indent: 15px;
}
/*end page title styling*/


/*bio: /includes/bio-home.html and /includes/bio-else.html*/
.bio {
	display: flex;
	flex-direction: row;
	flex: auto;
	min-width: 100%;
	max-width: 100%;
	min-height: 20%;
	justify-content: center;
	background-color: #E54EED;
}

.bio img {
	padding: 10px;
	max-width: 25%;
	min-width: 25%;
	height: auto;
	max-height: 90%;
	object-fit: contain;
}
	/*holds the bio content divs*/
.bio__content {
	margin: 20px;
	padding: 10px;
	min-width: 70%;
	max-width: 70%;
	min-height: 90%;
	max-height: 90%;
	overflow-y: auto;
	background-color: white;
	border-top: 1px solid #FB919F;
	border-bottom: 1px solid #FB919F;
}

.bio__text {
	margin: 0px;
	padding: 0px 10px;
}

.bio__text p {
	text-indent: 30px;
}
	/*h4 bio-else*/

.bio__text h4 {
	margin-top: 2px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: lighter;
	text-indent: 20px;
	letter-spacing: 2px;
	color: #aaa;
}
	/*h5 + h6 bio-home*/
.bio__text h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Courier New, Sans-Serif;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #aaa;
}

.bio__text h6 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Courier New, Sans-Serif;
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #aaa;
}

.bio__text ul {
	color: #aaa;
	font-family:Courier New, Sans-Serif;
	font-size: 12px;
	list-style: circle;
	list-style-position: inside;
}

	/*alt bio: /includes/bio-else.html*/
.bio__else {
	display: flex;
	flex-direction: row;
	flex: auto; 
	min-width: 100%;
	max-width: 100%;
	min-height: 32%;
	max-height: 32%;
	justify-content: center;
	background-color: #E54EED;
	border-bottom: 1px solid white;
}

.bio__else img {
	padding: 10px;
	max-width: 25%;
	min-width: 25%;
	height: auto;
	max-height: 90%;
	object-fit: contain;
}

	/*end alt bio styling*/
/*end bio styling*/

/*horizontal feature navbar: /includes/feature-nav.html*/
.feature {
	margin: 0px;
	padding: 0px 0px 10px;
	min-width: 100%;
	max-width: 100%;
	background-color: #455DFF;
}

.feature ul {
	display: flex;
	flex-wrap:wrap;
	flex: auto;
	margin: 0px;
	padding:0px;
	list-style-type: none;
	font-family:Courier New, Sans-Serif;
	justify-content: space-around;
	align-items: center;
}

.feature li {
	margin: 10px 5px 0px;
	padding: 5px;
	border: 1px solid #FB919F;
	background-color: white;
}
/*end feature styling*/

/*blog styling*/
	/*blog category page list : /pages/blog.html */
.blog-nav {
	min-width: 100%;
	max-width: 100%;
	background-color: #E9A1ED;
}
.blog-nav ul {
	padding: 5px;
	display: flex;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	list-style-type: none;
}
.blog-nav li {
	padding: 4px;
}
.blog-nav li + li {
	border-top: 1px dashed #455DFF;
}
	/*end blog posts list styling*/
/*end blog styling*/

/*resource page*/
.resources {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.resources p {
	padding: 8px 5px;
	color: #E54EED;
	border: 3px solid #455DFF;
	border-radius: 5px;
	background-color: white;
}

.resources ul {
	margin: 10px;
	padding: 10px;
	font-family: Courier New, Sans-Serif;
	font-size: 18px;
	text-align: center;
	color: white;
	list-style-type: none;
	list-style-position: inside;
	border: 4px solid #455DFF;
	border-radius: 10px;
	background-color: #FB919F;
}

.resources li {
	margin: 5px;
	padding: 4px;
	background-color: #455DFF;
	border: 1px solid white;
}

.resources a {
	color: white;
	text-decoration: none;
}

.resources a:hover li {
	color: #E54EED;
	background-color: white;
}

/*end resource page styling*/