body{
	/*background-color:#231815;*/
}

a[href]{
	color: #555;
	text-decoration: none;
}
a[href]:hover{
	opacity: 0.5;
}

/* header */
header{
	/*background-color:#dfefd5;*/
}
header h1{
	height: 170px;
	/*margin-bottom:20px;*/
}
header h1 a{
	margin:0 auto;
	text-align: center;
	display: block;
	height: 170px;
	width:500px;
	background-image: url("images/furlonglogo.jpg");
	background-repeat: no-repeat;
	text-indent:-9999px;
}
header p{
	text-align:center;
	color:#black;
	font-size:1.5rem;
}


/* navigation */
nav{
	background-color:white;
}
nav .inner{
	width:1000px;
	margin: 0 auto;
}
nav ul{
	padding:20px 0 20px 0;
	display: flex;
	justify-content: space-around;
}
nav ul li{
	/*margin-left:10px;*/
}
nav ul li:first-child{
	margin-left:0;
}
nav ul li a[href]{
	display:block;
	width:190px;
	background-color:#01aa95;
	color:#fff;
	text-align:center;
	padding:5px 0;
	font-size: 1.7rem;
	font-weight:bold;
}
nav ul li a[href]:hover{
	opacity: 0.5;
}
/* article */
article{
	background-color: white;
}
article .inner{
	width:1000px;
	margin: 0 auto;
}
footer{
	background-color:#333;
}
footer .copy{
	height:60px;
	line-height: 60px;
}
footer .copy p{
	text-align:center;
	color:white;
	font-size: 1.4rem;
}
a.gotop {
    background: rgba(1,61,28,.7);
    text-align: center;
    font-size: 2rem;
    border-radius: 10px;
    line-height: 45px;
    color: white;
    display: block;
	position:fixed;
	bottom: 10px;
	right: 10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	width: 45px;
	height: 45px;
}
@media screen and (min-width: 769px) {
	.slicknav_menu{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	header p{
		display: none;
	}
	header h1{
		height:85px;
	}
	header h1 a{
		margin:0 auto;
		text-align: center;
		display: block;
		height: 85px;
		width:250px;
		background-image: url("images/furlonglogo.jpg");
		background-repeat: no-repeat;
		background-size:100% 100%;
	}
	/*
	header h1{
		width: auto;
		text-align: center;
		height:auto;
		line-height: normal;
		padding:20px 0;
	}
	*/
	nav{
		display: none;
	}
	#index nav{
		display: block;
	}
	nav .inner{
		width:auto;
		margin: 0 auto;
	}
	nav ul{
		padding:10px 0;
	}
	nav ul li{
		width: auto;
		margin:0;
		border-bottom:1px solid #dfdfdf;
	}
	nav ul li a[href]{
		padding:10px 0;
		font-size: 1.3rem;
    	border-radius: 0;
    	box-shadow:0 0 0;
    	width:auto;
	}
	nav ul li a[href]:hover{
		border-radius: 0;
		opacity: 0.8;
    	color:white;
		background-color:#01aa95;
	}
	article .inner{
		width:auto;
		padding:0 10px;
	}

	footer .inner{
		width:auto;
		margin: 0 auto;
	}
	footer .copy{
		width:auto;
		height:auto;
		line-height:1.8rem;
	}
	footer .copy p{
		font-size: 1.2rem;
		padding:10px 0;
	}
	a.gotop{
		display: none;
	}
	
}