/*CSS Designed by Joseph Bender*/

/*Header*/
header {
	clear:both;
    background-color:white;
    color:black;
    text-align:center;
	height:auto;
	border-bottom:1px solid black;
	padding-bottom: 20px;
}

#social img{
	height: 30px;
	width: 30px;
	margin: 5px;
}

#social {
	float: right;
}


/* Header Text*/
#josephdavidbender{
	/* font-family: 'Libre Baskerville', serif; */
	font-family: 'Wire One', sans-serif;
	font-size: 80px;
	
	font-weight: normal;
	margin: 0px;
}

#tagline{
	font-family: 'Oswald', sans-serif;
	/* font-family: 'Josefin Slab', serif; */
	font-size: 20px;
	padding-bottom:3px;
}


/* Body Area */
body{
	
	background-color: white;
	margin: 0 !important;
    padding: 0 !important;
}


/* Photo Display Area */
#contentframe{
	border : none;
}
iframe{
	border : none;
	width: 100%;
	height: 100%;
}

iframe{
    overflow:hidden;
}


/* Category Menu */
#navigationbar{

	display:inline;
	
}

ul{
   
	color: black;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Slabo 27px', serif; */
	font-size:30px;
	font-weight:bold;

}

li{
	display:inline;
	margin: 20px;
}


/* unvisited link */
a:link {
    color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
#navigationbar a:hover {
    color: grey;
}

/* Active Link */
a.class_on {
    color:grey;
	font-size: 120%;
}
a.class_off {
    color:black;
}


/*Footer*/
footer {
	
	font-family: 'Old Standard TT';
	border-top:1px solid black;
    background-color:white;
    color:black;
    clear:both;
    text-align:center;
    padding-top:15px;	
	margin-bottom:15px;
	height:10%;	
}