/* Tags */

body {
	color:purple;
	margin:0px;
	background: url(../images/pinkocean.jpg) center;
	background-size: cover;
	/*cursor: url('http://cur.cursors-4u.net/nature/images7/nat611.gif'), default;*/
}

a {
	color: pink;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline overline;
	transition: 1s;
}

a:active {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}



h1 {
	margin-top: 0px;
	font-size: 170px;
}

/* Page Styles */

.container {
	width: 900px;
	border: dotted 8px #bb3377;
	margin: auto;
	background: rgba(0,160,200,0.8)
}

.header {
	background: #faaded;
	height: 200px;
	
}

.contestants {
	background: #cc88ff;
    width: 450px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.contestants ul {
	list-style: none;
}

.content {
	clear: both;
}

.host {
	text-align: right;
	padding-right: 20px;
	float: right;
	list-style: none;
}

.host ul {
	list-style: none;
}

.section {
	width: 280px;
	float: left;
	margin: 0px 10px;
	background:  #aa66ee;
}
.section:hover {
	background: #66aaee;
	transition: 1s;
}

.clear {
	clear: both;
}

::-webkit-scrollbar {
    width: 20px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px paleturquoise; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-image:url(http://static4.depositphotos.com/1000350/304/i/950/depositphotos_3047821-Water-bubbles.-Abstract-background.jpg);
	 -webkit-box-shadow: inset 0 0 10px white; 
}