.slideshow {
display: block;
clear: both;
max-width: 1350px;
height: auto;
margin: 0 auto;
z-index: -100;
}
.contentArea {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
}
.content {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1350px;
height: auto;
margin: 0 auto;
}
.content h1 {
font-family: 'Kalam', cursive;
font-size: 30px;
color: #014e78;
text-decoration: none;
font-weight: 700;
margin: 25px 0;
text-align: left;
}
.content h2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 26px;
color: #014e78;
text-decoration: none;
font-weight: 700;
margin: 25px 0 15px 0;
text-align: left;
}
.content p {
font-family: 'Roboto Condensed', sans-serif;
font-size: 24px;
color: #282828;
text-decoration: none;
font-weight: 400;
margin: 10px 0 15px 0;
line-height: 1.2;
}
.content a:link, .content a:visited {
font-family: 'Roboto Condensed', sans-serif;
font-size: 24px;
color: black;
text-decoration: underline;
font-weight: 700;
}
.content a:active, .content a:hover {
font-family: 'Roboto Condensed', sans-serif;
font-size: 24px;
color: #6A0499;
text-decoration: underline;
font-weight: 700;
}
.content a[href^="tel:"] {
color: #282828;
font-weight: 700;
text-decoration: none;
}

.eBikes {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #024c74;
border: white 3px solid;
padding: 10px;
}
.eBikes p {
color: white;
padding-top: 8px;
font-size: 28px;
margin: 20px 0 0 0;
}
.eBikes a:link, .eBikes a:visited {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: white;
text-decoration: underline;
font-weight: 700;
}
.eBikes a:active, .eBikes a:hover {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: #fced8b;
text-decoration: underline;
font-weight: 700;
}
	.new1 {
	display: inline-block;
	width: auto;
	height: 80px;
	float: left;
	padding-right: 22px;
	}
	
.newInfo {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #4c4c4b;
border: white 3px solid;
padding: 10px;
}
.newInfo p {
color: white;
padding-top: 8px;
font-size: 28px;
margin: 20px 0 0 0;
}
.newInfo a:link, .newInfo a:visited {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: white;
text-decoration: underline;
font-weight: 700;
}
.newInfo a:active, .newInfo a:hover {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: #ef6249;
text-decoration: underline;
font-weight: 700;
}
	.new {
	display: inline-block;
	width: auto;
	height: 110px;
	float: left;
	padding-right: 18px;
	}


.job {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #023c5c;
border: white 3px solid;
padding: 5px;
}
.job p {
color: white;
padding: 2px;
font-size: 24px;
}
span.helpdate {
color: white;
font-size: 24px;
}
span.helpwanted {
color: #f0e310;
font-size: 26px;
}
.job a:link, .job a:visited {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: white;
text-decoration: underline;
font-weight: 700;
}
.job a:active, .job a:hover {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
color: #ef6249;
text-decoration: underline;
font-weight: 700;
}
	.brief {
	display: inline-block;
	margin: 0;
	width: auto;
	height: 70px;
	float: left;
	padding-right: 18px;
	}
	
@media only screen and (max-width: 1450px) {
	.content {
	max-width: initial;
	width: 100%;
	padding: 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	.new1 {
	height: 80px;
	}
	.new {
	height: 80px;
	}
}	
@media only screen and (max-width: 650px) {
	.content h1 {
	line-height: 1;
	font-size: 25px;
	margin: 15px 0 5px 0;
	}
	.content h2 {
	line-height: 1;
	font-size: 22px;
	margin: 15px 0 5px 0;
	}
	.content p {
	font-size: 20px;
	line-height: 1.1;
	margin: 10px 0 5px 0;
	}
	.content a:link, .content a:visited, .content a:active, .content a:hover {
	font-size: 20px;
	}
}