body, html, #pageContainer {
	height: 100%;
	width: 100%;
	background-color: #FFF;
}

body, html,main,footer,header, #pageContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Header Section */

header > h1 {
		margin:0;
		padding:20px 0 5px 0;
		position:absolute;
		display: inline-block;
		width:130px;
		left:2em;
		border-bottom: 1px solid;
		font-family: 'Alegreya Sans', sans-serif;
		font-weight: 300;
		font-size:35px;
		}

header {
	height:130px;
	margin-bottom: 10px;
	background-color: rgba(241, 242, 243, 0.4);
	width:100%
}

#name {
text-align: center;
margin: 0;
padding: 0.5em 0;
font-family: 'Josefin Sans', sans-serif;
font-size:40px;
color:#4A4848;
}

.underline {
border-bottom:  1px  solid;
padding-bottom: 30px;
border-bottom-color:#4A4848;
width:55%;;
margin:auto;
}
/* Navigation Section */

header nav {
	display: block;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
    color: #181818;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	}

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

nav a {
		text-decoration: none;
		color: #181818;
	}

nav a:hover {
	color:rgba(192, 37, 197, 0.4);
}

h1 > a:hover {
	color:rgba(192, 37, 197, 0.4);
}

#menu {
	padding-bottom: 30px;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#menu ul {
	 position: absolute;
}

#menu > li {
	padding-top: 15px;
}

li {
	 display:inline-block;
	 text-align: center;
	 margin-right: 10px;
	 margin-left: 10px;
 }

	/*Hide dropdown links until they are needed*/
	li ul {
		display: none;
		left: 0;
		right: 0;
	}

	/*Make dropdown links vertical*/
	li ul li {
		display: block;
		float: none;
		padding-right: 20px;
	}

.hidden > a {
	padding: 0;
	margin: 0;
}
	/*Prevent text wrapping*/
	li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;

	}

	/*Display the dropdown on hover*/
	ul li a:hover + .hidden, .hidden:hover {
		display: block;
	}

	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		text-decoration: none;
		text-align: center;
		display: none;
	}

	/*Hide checkbox*/
	input[type=checkbox]{
	    display: none;
	}

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
	    display: block;
	}




a.mail {
	color:#5C5959;
}

.mail {
	font-size: 1.08em;
}
/* Main Section */

main h1 {
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:30px;

}

.clear {
    clear: both;
}

p {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
  	color:#5C5959;
	line-height: 1.4em;
}

.photos {
	width:100%;
	max-width: 960px;
	text-align: center;
	margin:0 auto;
}

.photos img {
	padding:2em;
	display:inline-block;
}

.homeContainer h1 {
	font-weight: 400;
}

.homeContainer {
	width:100%;
}

footer p{
	font-size: 0.7em;
	padding:1em;
}

footer {
	position: absolute;
	text-align: right;
	right:1em;
}



	/*Responsive Styles*/

@media screen and (max-width:740px) {

ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
font-size: 0.9em;
background-color: rgba(241, 242, 243, 0.9);
}

.show-menu > ul {
	line-height: 2em;
}

/*Display 'show menu' link*/
.show-menu {
display:block;
position: fixed;
z-index: 1;
text-align: right;
right: 0;
padding: 7px;
padding-right: 0.7em;
}

#menu {
position: fixed;
margin: 0;
padding-top: 10px;
padding-bottom: 5px;
}

header h1 {
left:1.2em;
top:2em;
font-size: 1.3em;
width:4em;
}

.hidden li {
	padding-bottom: 5px;
	padding-top: 0;
}
body {
	min-width: 320px;
	width: 100%;
	position: relative;
}

footer {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

}
