.header-imagehome{
	/*display: block;
	max-width: 100%;
	height: auto;
  background-image: url('img/allpermits-leelanau-county-michigan.jpg');
  background-size: cover;
  padding-top: 50%;*/
    background-image: url(img/allpermits-leelanau-county-michigan.jpg);
    background-position: 50% 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 25%;
    position: relative;
}

.topcontent{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
	top: 25%;
	right: 20%;
	left: 20%;
	position: absolute;
}

.allpermitsinquiry{
	color: #ffffff;
	font-family: 'Oswald' sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	border-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	right: 35%;
	left: 35%;
	position: absolute;
	padding: 8px;
	line-height: 1em;
}

.black{
	background-color: #000000;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	padding: 50px;
	min-height: 432px;
}

.green{
	background-color: #1e3404;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight: 400;
	text-align: left;
	padding: 50px;
	min-height: 432px;
}

.infotitle {
	font-size: 40px;
	margin-top: -5px;
}

.alltitle {
	font-size: 40px;
	font-weight: 400;
	margin-top: -5px;
	padding-bottom: 15px;
}

.allpermitstitle {
	font-size: 55px;
	margin-top: -5px;
}

a{
	color: #ffffff;
}
a:hover{
	color: #bed0d0;
	text-decoration:none;
}

@media (min-width:768px) and (max-width:1024px) {
.topcontent{
	top: 20%;
	right: 10%;
	left: 10%;
	font-size: 30px;
	line-height: 1em;

}
h1.allpermitstitle {
	font-size: 30px;
	line-height: 1em;
}
h3.alltitle {
	font-size: 26px;
	font-weight: 400;
	margin-top: -5px;
	line-height: 1em;
}
.allpermitsinquiry{
	font-size: 22px;
	line-height: 1em;
}	
}

@media (max-width:767px) {
.topcontent{
	top: 30%;
	right: 5%;
	left: 5%;
	font-size: 18px;
	line-height: 1.2em;

}
h1.allpermitstitle {
	font-size: 18px;
	line-height: .8em;
}
h3.alltitle {
	font-size: 14px;
	font-weight: 400;
	margin-top: -5px;
	line-height: .8em;
}
.allpermitsinquiry{
	font-size: 14px;
	line-height: 1em;
}	
}

@media (max-width:460px) {
.topcontent{
	top: 20%;
	right: 5%;
	left: 5%;
	font-size: 18px;
	line-height: 1.2em;

}
h1.allpermitstitle {
	font-size: 18px;
	line-height: .8em;
}
.header-imagehome {
	min-height: 300px;
}
h3.alltitle {
	font-size: 14px;
	font-weight: 400;
	margin-top: -5px;
	line-height: .8em;
}
.allpermitsinquiry{
	font-size: 14px;
	line-height: 1em;
}	
}