
body{
color:black;
width:100%;
height:100%;
min-width:1024px;
font-size:24px;
line-height:1.5;
font-family:sans-serif;
overflow-x:hidden;
}

a{
	text-decoration:none;
	color:#71AD2B;
}

#bio a:hover{
	color:black;
}
h1 {
	font-size:10rem;
	color:#71AD2B;
}

h2{
	font-size:5rem;
	padding-bottom:5px;
}

h3{
	font-size:2rem;
}

h4{
	font-size:1.5rem;
}

h5{
	font-weight:bold;
}

h6{
	text-decoration:italic;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.container{
	margin-left:auto;
	margin-right:auto;
	padding-left:1px;
	padding-right:1px;
  	width:100%;
  	height:100%;
}
.header{
margin-left:10px;
display:inline-block;
position:fixed;
width:15%;
float:left;

}
.title{
	font-weight:bold;
	opacity:0.5;
	font-size:7rem;
	letter-spacing:.7rem;
	width:30%;
	color:#71AD2B;
	text-align:center;
}

.title p{
	font-size:12px;
	letter-spacing:0;
}

.nav{
	width:15%;

}

.nav ul{
	list-style:none;
}
.nav li{
	padding:0.3rem;
	list-style:none;
	text-decoration:none;
}

.nav li a{
	text-decoration:none;
}

.nav a:hover{
	color:#000000;
}

.nav a{
	color:gray;
	list-style:none;
}

.content{
	width:70%;
	display:inline-block;
	height:auto;
	margin-left:25%;
	overflow-x:auto;
	min-width:800px;
}

.section{
min-width:800px;
}

.spacer{
	min-height:15rem;
}
/************* PAGES*******************/
#bio{
	margin-top:18%;
}

#contact{
	text-align:center;
	margin-top:18%;
}


#gallery{
	min-height:600px;
	overflow-x:auto;
}

/************PHOTO PAGE *******************/


#portfolio{
	display:none;
} 

#other{
	display:none;
}

#portfolio #gallery{
	width:3500px;
}

#other #gallery{
	width:4450px;
}

.gallery_image{
	display:inline-block;
}

#photo #gallery img{
	max-height:600px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.photo_nav{
	width:10%;
	float:left;
	position:fixed;
	top:50%;
	margin-left:5rem;
}

.photo_nav .gallery_button:hover{
	color:#71AD2B;
}


.pre_content{
	text-align:center;
	margin-top:25%;
	color:gray;
}

/*****************WORDS PAGE**********************/

#words #gallery{
	width:3000px;
}

.gallery_words{
	width:400px;
	height:400px;
	border:1px solid #71AD2B;
	display:inline-block;
	border-radius:25px;
	margin-top:100px;
}


