html{
	background-color: #303030;
}
body {
	background-color: #A0A0A0;
	max-width: 960px;
	min-width: 500px;
	margin: 0px auto;
	margin-color: #303030;
}

.imageBorder{
	border-bottom: 2px solid #303030;
	border-top: 2px solid #303030;
	margin: 0px;
}

.nav{
	letter-spacing: 8px;
	font-size: 1.2em;
	color: #FDFFE3; /* #8DB9E6; */
	width: 100%;
	margin: 0px auto;
	font-weight: lighter;
	font-family: helvetica;
}

.nav ul {
    display: flex;
    justify-content: space-between;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	color: #FDFFE3;
	text-align: justify;
	padding: 10px;
	padding-left:40px;
	padding-right:40px;
}

.nav a{
	color: #FDFFE3;
	text-decoration: none;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
}

a.nav:hover{
	color: #303030;
	
	: pointer;
}

a {
	color: #303030;
	text-decoration: underline;
}

a:hover{
	color: #FDFFE3;
	cursor: pointer;
	text-decoration: none;
}

h1{
	letter-spacing: 8px;
	font-size: 2.4em;
	color: #FDFFE3; /* #8DB9E6; */
	padding-left: 20px;
	font-weight: 200;
	font-family: courier new;
	padding-top: 10px;
}

.container{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	margin-right: 40px;
	margin-left: 40px;
}

.tidbitImg{
	max-width:80px;
	max-height:80px;
    height:auto;
	margin-left: 40px;
	margin-right: 40px;
	align-self: center;
	vertical-align: middle;
}

.tidbit{
	letter-spacing: 2px;
	font: 1em helvetica;
	font-weight:lighter;
	line-height: 24px;
	color: #303030;
	overflow: hidden;
	text-align: justify;
}

.title{
	color: #FDFFE3;
	letter-spacing: 4px;
	font-weight: lighter;
	font-family: helvetica;
}

.slideshow {
    width: 100%;
    height:auto;
    margin: auto;
    text-align:left;
    position:relative;
}

.button-next, .button-prev {
	height: 40px;
    width: 40px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
	fill-opacity: 0.2;
    border-radius: 50%;
	position: absolute;
	top:calc(50% - 25px);
	outline: none;
}

.button-next:hover, .button-prev:hover {
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.button-next {
	right:10px;
}

.button-prev {
	left:10px;
}

.triangle-prev, .triangle-next {
	width:0px;
	height:0px;
	margin-top: 2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	display: inline-block;
	border-radius: 5px;
}

.triangle-prev {
	border-right: 16px solid rgba(0, 0, 0, 0.4);
	margin-right: 3px;
}

.triangle-next {
	border-left: 16px solid rgba(0, 0, 0, 0.4);
	margin-left: 3px;
}

.imgText{
	padding: 10px;
	letter-spacing: 2px;
	font: 0.8em helvetica;
	font-weight:lighter;
	line-height: 20px;
	position: absolute;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
}

.footer{
	letter-spacing: 2px;
	font: 1em helvetica;
	font-weight:lighter;
	line-height: 24px;
	color: #A0A0A0;
	text-align: center;
	padding-bottom:10px;
	background-color: #303030;
}

a.footer{
	letter-spacing: 8px;
	font-size: 1.6em;
	color: #FDFFE3;
	width: 100%;
	margin: 0px auto;
	font-weight: lighter;
	font-family: helvetica;
	display: inline-block;
	text-decoration: none;
}

a.footer:hover{
	color: #A0A0A0;
	cursor: pointer;
}

.wrap {
	width: 100%;
    height:auto;
    margin: auto;
    text-align:left;
    position:relative;
    padding-bottom: 10px;
}

.quoteWrap{
    width: 100%;
    height:auto;
    margin: auto;
    text-align:center;
    position:relative;
}

.quote{
	padding: 10px;
	letter-spacing: 2px;
	font: 1em helvetica;
	font-weight:lighter;
    position: absolute;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    color:#303030;
    height:100px;
    max-width: 800px;
}
