/*
 * Globals
 */



/*
 * Header
 */



/*
 * Nav overrides and customisation
 */
 


/*
 * Content
 */

.home-highlight {
	position: absolute;
	margin-top: 10%;
	left: 0;
	right: 0;
	text-align: center;
}

.home-highlight-copy {
	background-color: rgba(0,0,0,0.25);
	padding: 0.2em 0.6em;
	text-transform: uppercase;
	color: #fff;
}

.home-highlight-copy a {
	color: #fff;
	font-weight: lighter;
	font-size: 125%;
}

.home-highlight-copy a:link, .home-highlight-copy a:visited, .home-highlight-copy a:active {
	text-decoration: none;
	color: #fff;
	font-weight: lighter;
}

.home-highlight-copy a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: lighter;
	font-size: 125%;
}


@media (min-width: 480px) {
.home-highlight {
	left: 15px;
	text-align: left;
}
.home-highlight-copy a {
	font-size: 150%;
}

.home-highlight-copy a:hover {
	font-size: 150%;
}
}

@media (min-width: 768px) {
.home-highlight {
	left: 0;
	text-align: center;
}
.home-highlight-copy a {
	font-size: 95%;
}

.home-highlight-copy a:hover {
	font-size: 95%;
}
}

@media (min-width: 992px) {
.home-highlight-copy a {
	font-size: 115%;
}

.home-highlight-copy a:hover {
	font-size: 115%;
}
}

@media (min-width: 1200px) {
.home-highlight-copy a {
	font-size: 105%;
}

.home-highlight-copy a:hover {
	font-size: 105%;
}
}

/*
 * Footer
 */


