@import url('reset.css');

a {
	color: gray;
	text-decoration: none;
}

abbr {
	text-decoration: none;
}

article {
	padding-bottom: 15px;
	padding-top: 15px;
}

body {
	background-color: black;
	color: white;
	font-family: Arial, Verdana, sans-serif;
}

h1 {
	padding-top: 100px;
	text-align: center;
}

hr {
	color: white;
	width: 80%;
}

figure {
	display: inline-block;
}

footer {
	text-align: center;
}

img {
	padding-left: 25px;
	padding-right: 25px;
}

nav > a {
	color: white;
}

p {
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: justify;
}

.button {
	background-color: white;
	color: black;
	padding: 5px;
}

.dropdown {
	position: relative;
}

.icon {
	height: 50px;
	width: 50px;
}

.main {
	padding-bottom: 50px;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 50px;
}

.nav {
	box-sizing: border-box;
	color: white;
	float: right;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.navlink {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.nav_dropdown {
	text-align: left;
}

.nav:hover {
	background-color: #111111;
}

.slide {
	display: none;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 60%;
}

.thumbnail {
	display: inline-block;
	padding: 5px;
	width: 35px;
}

#current-page {
	background-color: gray;
}

#menu {
	background-color: #000816;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#monogram {
	float: left;
}

#back-button {
	position: absolute;
	left: calc(20% - 70px);
	top: 250px;
}

#forward-button {
	position: absolute;
	left: 80%;
	top: 250px;
}

#content {
	bottom: 0;
	overflow: auto;
	/* needed for parallax to work
	http://stackoverflow.com/questions/24901474/background-attachment-fixed-not-working-in-chrome */
	position: static;
	top: 50px;
	width: 100%;
}

#home {
	background: url('../img/JoshuaTree.jpg') no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	height: 0px;
	padding-bottom: 45%;
}

#sierran {
	background: url('../img/sierras.jpg') no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	height: 0px;
	padding-bottom: 45%;
}

#name {
	font-size: 56px;
	position: relative;
	text-align: center;
	top: 200px;
	color: white;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#photos {
	position: relative;
}

#profile {
	width: 150px;
}

#photos_dropdown {
	background-color: #111111;
	left: 0px;
	display: none;
	position: absolute;
	width: 100%;
}

.dropdown:hover #photos_dropdown {
	display: block;
}

/*@media only screen and (max-width: 1000px) {
  body {
    background-color: red;
  }
}*/
