.bg {
	background: url(../images/tropicool_lowres.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 630px;
}
h1 {
	display: inline-block;
	color: whitesmoke;
	text-transform: uppercase;
	font-size: 4em;
	font-weight: 900;
	letter-spacing: .2em;
	text-align: center;
	border: 10px solid whitesmoke;
	padding: 20px 40px;
}
h5 {
	letter-spacing: .2em;
	text-transform: uppercase;
	color: whitesmoke;
	font-weight: 600;
	font-size: 1.4em;
}
h6 {
	text-align: center;
	padding: 160px 0px 60px;
}
ul li {
	font-size: 1.5em;
	list-style: none;
}
ul {
	margin-top: 160px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.border-right {
	padding-right: 40px;
	border-right: 1px solid #eee;
}
.border-right li a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(48, 175, 217, 1);
}
a {
	color: black;
	text-decoration: none;
}