.header-basic-light{
	padding: 20px 40px;
	box-sizing:border-box;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	height: 80px;
	
}

.header-basic-light .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/* Logo */

.header-basic-light .header-limiter h1{
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-basic-light .header-limiter h1 span {
	
}



/* The header Tag Line */
.header-basic-light .header-limiter p{
	float: left;
	font: normal 20px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0 0 0 30px;
}

/* The header links */
.header-basic-light .header-limiter a {
	color: #5c616a;
	text-decoration: none;
}

.header-basic-light .header-limiter nav{
	font:15px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-basic-light .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	opacity: 0.9;
	text-decoration:none;
	color: #5c616a;
	line-height:1;
}

.header-basic-light .header-limiter nav a.selected {
	background-color: #86a3d5;
	color: #ffffff;
	border-radius: 3px;
	padding:6px 10px;
}
.header-basic-light .header-limiter nav{
	margin-top:-17px;}
/* Making the header responsive. */

@media all and (max-width: 600px) {

	.header-basic-light {
		padding: 20px 0;
		height: 105px;
	}

	.header-basic-light .header-limiter h1 {
		 float: left;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 5px 20px;
    text-align: left;
    width: 50%;
	}
.header-basic-light .header-limiter p{ float: left;
    line-height: 1;
    margin: 0 0 0 20px;
    text-align: left;
    width: 50%;
}
	.header-basic-light .header-limiter nav {
		line-height: 1;
		/*float:none;*/
		/*width:60%;*/	 margin-top:-42px;
	}

	.header-basic-light .header-limiter nav a {
		font-size: 13px;
		 display: inherit;
	

	}
.header-basic-light .header-limiter nav a img{
	width:60%;
		font-size: 13px;
	}
}

/* For the headers to look good, be sure to reset the margin and padding of the body */

