.pagePx {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
position: relative;
}
.pagePx img#desk {
display: block;
width: 100%;
height: auto;
}
.pagePx img#mob {
display: none;
width: 100%;
height: auto;
}

.pageTitle {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
position: absolute;
bottom: 0;
background: rgba(58, 153, 188, 0.8);
border-top: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 32px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 10px;
padding-left: 20%;
text-transform: uppercase;
text-align: left;
letter-spacing: 2px;
}
.pageTitle img {
display: inline-block;
vertical-align: middle;
width: auto;
height: 35px;
}
@media screen and (max-width: 1200px) {
	.pagePx {
	position: static;
	}
	.pageTitle {
	position: static;
	bottom: auto;
	}	
}
@media screen and (max-width: 960px) {
	.pagePx {
	position: static;
	}
	.pagePx img#desk {
	display: none;
	}
	.pagePx img#mob {
	display: block;
	}	
	.pageTitle {
	position: static;
	bottom: auto;
	text-align: center;
	padding-left: 0;
	padding: 10px 0;
	}
}

.contentArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
min-height: 760px;
background: #f6f6f6 url(../images/bg-venues.jpg) left bottom no-repeat;
background-attachment: fixed;
border-bottom: #3a99bc 4px solid;
position: relative;
}
@media screen and (max-width: 1085px) {
	.contentArea {
	min-height: 0;
	height: auto;
	padding: 10px 20px;
	}
}
@media screen and (max-width: 750px) {
  .contentArea {
  background-size: 150px 150px;
  background: #f6f6f6 url(../images/bg-venues.jpg) left top no-repeat;
  }
}

.mainLinks {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 330px;
height: auto;
position: absolute;
top: 40px;
left: 25px;
}
.mainLinks img {
display: block;
box-sizing: border-box;
width: 100%;
height: auto;
}
.home a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background: rgba(180, 203, 23, 0.8) url(../images/bg-home.png) 2px 7px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
text-transform: uppercase;
padding: 20px 0;
padding-left: 73px;
margin: 12px 0;
}
.link1 a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background: rgba(116, 7, 178, 0.8) url(../images/bg-link1.png) 2px 7px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
text-transform: uppercase;
padding: 20px 0;
padding-left: 73px;
margin-bottom: 12px;
}
.link2 a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
vertical-align: middle;
text-transform: uppercase;
background: rgba(8, 118, 131, 0.8) url(../images/bg-link2.png) 2px 6px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 20px 0;
padding-left: 73px;
margin-bottom: 12px;
}
.link3 a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
vertical-align: middle;
text-transform: uppercase;
background: rgba(34, 167, 8, 0.8) url(../images/bg-link3.png) 2px 6px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 20px 0;
padding-left: 73px;
margin-bottom: 12px;
}
.link4 a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
vertical-align: middle;
text-transform: uppercase;
background: rgba(29, 35, 165, 0.8) url(../images/bg-link4.png) 4px 6px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 20px 0;
padding-left: 73px;
margin-bottom: 12px;
}
.link5 a {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
vertical-align: middle;
text-transform: uppercase;
background: rgba(58, 153, 188, 0.8) url(../images/bg-link5.png) 4px 7px no-repeat;
border: white 2px solid;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 20px 0;
padding-left: 73px;
}

	.link1 a:link, .link1 a:visited, .link1 a:active, .link2 a:link, .link2 a:visited, .link2 a:active,
	.link3 a:link, .link3 a:visited, .link3 a:active, .link4 a:link, .link4 a:visited, .link4 a:active,
  .link5 a:link, .link5 a:visited, .link5 a:active {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	.home a:hover, .link1 a:hover, .link2 a:hover, .link3 a:hover, .link4 a:hover, .link5 a:hover  {
	cursor: pointer; background-color: rgba(0, 0, 0, 0.6); transition: all 0.5s;}

@media screen and (max-width: 1070px) {
	.mainLinks {
	position: static;
	top: auto;
	left: 0;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	}
	.mainLinks img {
	width: 325px;
	margin: 0 auto;
	}		
}
@media screen and (max-width: 750px) {
	.home a, .link1 a, .link2 a, .link3 a, .link4 a, .link5 a {
	text-align: left;
	margin-bottom: 15px;
  padding: 10px 0;
	padding-left: 95px;
	background-position: 20px 5px;
  background-size: 35px 35px;
	letter-spacing: 4px;
  margin-bottom: 5px;
	}
	.slider {
	display: block;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	}
}
@media screen and (max-width: 588px) {
	.home a, .link1 a, .link2 a, .link3 a, .link4 a, .link5 a {
	letter-spacing: normal;
	padding-left: 75px;
	background-position: 2px 5px;
	}
}

.bizlistingArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 70%;
min-height: 400px;
float: right;
margin-top: 2%;
margin-right: 5%;
}
.bizlistingArea h1 {
color: #3a99bc;
}
.bizlisting {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
padding: 15px;
background: rgba(255, 255, 255, 0.7);
margin-bottom: 15px;
position: relative;
top:0;
}
.bizlisting:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 1520px) {
	.bizlistingArea {
	margin-right: 1%;
	}
}
@media screen and (max-width: 1290px) {
	.bizlistingArea {
	width: 65%;
	}
}
@media screen and (max-width: 1070px) {
	.bizlistingArea {
	width: 100%;
	position: static;
	margin-right: 0;
	}
}


.col1 {
display: block;
box-sizing: border-box;
overflow: hidden;
width: 10%;
height: auto;
float: left;
}
.col1 img {
display: block;
width: 100%;
height: auto;
}
.col2 {
display: block;
box-sizing: border-box;
overflow: hidden;
width: 90%;
height: auto;
float: left;
padding-left: 25px;
}
.col2 h3 {
text-align: left;
font-family: 'Francois One', sans-serif;
font-size: 27px;
color: #2b2b2b;
text-decoration: none;
font-weight: bold;
margin-bottom: 4px;
}
.col2 p {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: #2b2b2b;
text-decoration: none;
font-weight: normal;
margin-top: 8px;
}
span.socials {
display: inline-block;
box-sizing: border-box;
float: right;
text-align: right;
padding-right: 10px;
}
span.socials i {
color: #3a99bc;
margin-right: 5px;
}
span.socials i:last-child {
margin-right: 0;
}
span.socials a {
margin-right: 10px;
}
span.socials a:last-child {
margin-right: 0;
}
span.socials i:hover {
cursor: pointer; color: black; transition: all 0.5s;
}
span.links {
display: inline-block;
box-sizing: border-box;
float: right;
text-align: right;
padding-right: 10px;
margin-top: 5px;
}
span.links a {
margin-right: 20px;
}
span.links a:last-child {
margin-right: 0;
}

span.links a:link, span.links a:visited {
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #3a99bc;
text-decoration: none;
font-weight: bold;
height: 100%;
}
span.links a:active, span.links a:hover {
cursor: pointer; color: #2b2b2b; transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
	.col1 {
	width: 25%;
	}
	.col2 {
	width: 75%;
	float: right;
	}
	span.socials {
	display: block;
	width: 100%;
	clear: both;	
	float: left;
	text-align: left;
	}
	.col2 h3 {
	display: block;
	width: 100%;
	clear: both;
	}
	span.links {
	display: block;
	width: 100%;
	clear: both;	
	float: left;
	text-align: left;
	}	
}
@media screen and (max-width: 700px) {
	.col1, .col2 {
	float: none;
	width: 100%;
	}
	.col1 {
	text-align: center;
	}
	.col2 {
	padding: 0;
	}
	.col1 img {
	width: 240px;
	margin: 10px auto;
	}
}