@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0;}

body { 
	background-color: brown;
}

/* /// take care of animated color on home page /// */
a {
	text-decoration: none;
	color: #141414;
	border-bottom: thin;
	border-bottom-color: antiquewhite;
	border-bottom-style: dotted;

}

h1 {
    font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 46px;
    font-size: 52px;
    margin: 0 0 23px 0;
    }

p {
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 23px 0;
}

.center-container {
    height: 10em;
   	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.center-container h1 { 
	font-size: 6em;
	font-family: 'Medula One', cursive;
    font-weight: normal;
}

.center-container h1 a {
	transition: color 4s ease;
 	color: #141414;
}
.center-container h1 a:hover {
  color: #DAD2D2;
	cursor: pointer;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
}

.slider {
width: 100%;
overflow: hidden;
height: 550px;
position: relative;
}


.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 800%; /* SET the width to 100*number of slides % so 400% for four slides, then set percentage width in slider li to reduce */
	height: 100%;
	top: 0;
}

.slider li {
	padding: 0;
	margin: 0;
	width: 12.5%; /* the width here is 100/number of images% so in this case 100/4 or 25% this reduces what was set longer in slider ul */
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	}

.slider li img {
	border: none;
	width: 100%;
	min-height: 100%;
}

.slider button {
position: absolute;
display: block;
box-sizing: border-box;
border: none;
outline: none;
top: 0;
bottom: 0;
width: 20%;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
margin: 0;
padding: 0;
text-align:center;
opacity: 0;
z-index: 2;
}

.slider button.prev {
left: 0;
}

.slider button.next {
right: 0;
}

.slider button:hover, #sliderlabor button:active {
opacity: 1.0;
}

.slider .content {
z-index: 3;
position: absolute;
bottom: 0;
left: 0;
right: 0;
/* height: 3em; */
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
/* line-height: 3em; */
padding: .8em;
/* font-size: 1.5em; */
overflow: hidden;
}

.content {
	font-family: 'Abel', sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

.slider .content a {
color: inherit;
}
/* /////   end of slider css   //// */

.project-names {
	font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 1em;
    font-size: 3em;
	position: absolute;
	top: 550px;
	margin: 0 auto;
	left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
	color: aliceblue;
}
.project-names-labor {
	font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 1em;
    font-size: 3em;
	position: absolute;
	top: 622px;
	margin: 0 auto;
	left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
	color: #ACAA79; /*cardboard brownish */
	z-index: 3;
}
.project-names-unnamed-women {
	font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 1em;
    font-size: 3em;
	position: absolute;
	top: 64px;
	margin: 0 auto;
	left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
	color: #ACAA79; /*cardboard brownish */
	z-index: 3;
}

h3 {
	font-family: 'Abel', sans-serif;
    font-weight: normal;
    line-height: 1.25em;
    font-size: .8em;
    margin: 0;
	text-align: center;
	color: antiquewhite;
	padding: 0 1em;
}


nav {
	text-align: center;
	padding: .25em;
	font-family: 'Abel', sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
	background-color: #323030; /* dark brown color */
}
nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0 .45em 0 0;
}
nav ul li a {
	text-decoration: none;
	color: #ccc;
}
nav ul li a:hover {
	color: brown;
}

/*/////  sections   /////*/
.left {
	position: relative;
	top: 4em;
	left: 0;
    width: 70%;
	padding: 3em 15%;
	font-family: 'Abel', sans-serif;
	background-color: cadetblue;
	z-index: 2;
}
.left a {
	color: #fff;
	text-decoration: none;
}
.left a:hover {
	color: #414141; /*dark gray */
	text-decoration: underline;
}
/*////////  LABORING SELF TYPE ///////*/

.labor {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 28px;
	font-variant-caps: all-small-caps;
	font-style: oblique;
	font-weight: 400;
	color: brown;
}
.left p {
	font-size: 1.2em;
}
.footnote {
	font-size: .75em;
	color: #fff;
}
.notes {	
  	font-family: 'Abel', sans-serif;
    font-size: 1em;
	background-color: rgba(228,162,2,1.00); /*gold */
	color: #000;
	line-height: 1em;
	width: 100%;
	padding: 2em 4em;
}

td {
	text-align: left;
	padding: 16px;
	vertical-align: top;
}
tr {
	padding: 8px;
	margin: 16px;
}
.orange {
		background-color: darkgoldenrod;
}
.notes h2 {
	padding-bottom: .25em;
}
.notes p {
	font-size: .85em;
}
.notes a {
	color: #fff;
	text-decoration: none;
}
.notes a:hover {
	text-decoration: underline;
}
/*///// Figure Caption for Hired Hands /////*/
figure {
	border: none;
}
figcaption {
	background-color: antiquewhite;
	width: 760px;
	padding: 20px;
	text-align: left;
	margin-top: -10px;
	min-height: 100px;
}
footer {
	text-align: center;
	padding: 2em;
	margin: 45px 0 0 0;
	background-color: #ACAA79; /*cardboard brownish */
}
footer p {
	padding: 1em 9em;
}