@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,900italic,400,700,900&subset=latin,latin-ext);

* {
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
}
/* Reset: sets padding and margin so not up to 
different browsers interpretation */

/* put CSS properties in alphabetical order-DONE*/

body {
	background-color: white;
	font-size: 17.5px;
}

header {
	background-color: #FFFFFF;
	font-family: 'Lato', Helvetica, sans-serif;
	margin-bottom: 3em; 

} /* put the background color for the navigation menu 
	and logo, under header tag */

header img {
 	margin-left: 2em; /* ok ???? */
 	width: 250px; 
 }

nav {
	color: #A0A0A0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 400; 
	float: right; /* float nav right */
	letter-spacing: .03em;
	text-transform: uppercase;
}

nav ul {
	float: left; /* float ul left */
	list-style-type: none;
	margin: ;
	padding: ; /* ??? */
}

/* nav color links here*/

nav ul li a{
	color: ;

}

footer {
	clear: both;
	color: #B2B2B2;
	font-family: 'Lato', Helvetica, sans-serif;
 	float: right;
 	padding: 1em 0em;
	text-align: right;
	text-transform: uppercase;
}

footer a {
	color: #B2B2B2; 
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 15px; /* enter pixel size here rather than percentage
	-change to em? */
}

footer p {
	color: #B2B2B2; 
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	margin-right: 2em; 
}

li{
	color: #505050;
	list-style: disc;
}


figure {
	float: left;
	padding: 2em;
	width: 33%;
}

figure img {
	width:100%;	
}
/* it's 100 percent of parent, which is 33% of Div*/

figcaption {
	color: #505050;
	font-family:'Alegreya','Times New Roman' serif;
}


a {
    color: #505050;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #080808;
    text-decoration: none;
}


h1 {
	color: #6bb0b7;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 3em;
	font-weight: 700; 
	letter-spacing:;
	margin-bottom: .1em;
	margin-left: .25em;
	margin-top:; /* ??? */
}

h2 {
	color: #A0A0A0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 400; 
	font-size: 1.5em;
	margin-left: .6em;
	margin-top: 1em;
	text-transform: uppercase;
} /* ??? */

h3 {
	color: #505050;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-left: 1em;
} /* ??? */

p {
	color: #505050;
	font-family:'Alegreya','Times New Roman' serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
} /* ??? */

hr {
	margin-top: 1em;
	
}
/* Put classes and IDs below here */
#homePage {
	background-image: url(../images/homebackground_halcyon.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	/* ../ for escaping CSS folder */
}

.wrapper{ 
	margin: 0 auto;
	max-width: 1200px; /* or 960px; 1200px standard */
} /* make wrapper a class */


.homepageintro {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	color: #505050;
	font-size: 1.2em;
	letter-spacing: .007em;
	padding: 3em 2em 2em 2em; /* why isn't the text centered 
	vertically? */
	text-align: center;
	width: 32em; /* 26em-based half of width 
	(910px) divided by body font size (17px) */

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
       	 	transform: translate(-50%, -50%);	
	/* there are a lof of different things 
	that you can do with "transform" */
}


.navli{
	color: white;
	display: inline; /* worked */
	letter-spacing: .02em;
}

.navbar{
	font-size: 1em;
	padding: 3em 2em;
	letter-spacing: 1em;
}

.statementwrapper {
	width: 800px;
}

.statementbiopic {
	float: left;
	padding: 1em;
	width: 35%;
}

.bio {
	letter-spacing: .007em;
	padding: 0em;
}

.clearfix:after {  
	content: " "; 
	clear: both;
	display: block; 
	height: 0; 
	visibility: hidden; 
}
/* class="clear fix" in html; class="clearfix:after" in CSS*/
/* attach a clearfix to any parent element whose children are floated*/


/* .archivecolumns{
	width: 50%;
	padding: 4em;
	float: left;
}   TOOK OUT */

.indentbullets {
	font-family:'Alegreya','Times New Roman' serif;
	margin-left: 2em;
}

.shortenlinelength {
	margin-right: 1em; /* right margin space not working properly-??? */
	width: 56%;
}


.footerindex {
	background-color: white;
	padding: 1.25em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.resumepageimage{
	align: center;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 75%;
}

/* copied code from 
https://www.internetkultur.at/simple-hamburger-drop-down-menu-with-css-and-jquery/
for hamburger menu */

.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}
 
.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}
 
.responsive-menu{
	display: none;
}
 
.expand {
	display: block !important;
}

/* -this code is for turning off nav menu and adds 
hamburder menu and vice versa */

.mobile-nav{
	display: none;
}













