body {
	background: #232323;
	margin: 0;
	font-family: "Montserrat", "Avenir";
}

.square{
	width: 30%;
	background-color: purple;
	padding-bottom: 30%;
	float:left;
	margin:1.66%;
	border-radius: 15%;
	transition: background 0.6s;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
}



#container{
	margin: 20px auto;
	max-width: 440px;
}

h1 {
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	color: white;
	background: steelblue;
	margin: 0;	
	text-transform: uppercase;
	padding:20px 0;
	}
p {
	text-align: center;
/*	line-height: 1.1;
*/	font-weight: normal;
	color: white;
	background: steelblue;
	margin: 0;	
	padding:10px 0;
	}

#colorDisplay {
	font-size: 150%;
}

#message {
	display: inline-block;
	width:20%;
}

#stripe {
	background-color: white;
	height:50px;
	text-align: center;
	color:black;
}

.selected {
	color:white;
	background: steelblue;
}

button {
	border: none;
	border-radius: 0;
	background-color: none;
	text-transform: uppercase;
	height: 100%;
	font-weight: 700;
	color: steelblue;
	letter-spacing: 1px;
	font-size: inherit;
	transition: all .3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	outline: none;
}

button:hover {
	color:white;
	background: steelblue;
}


#rgbwheel{
	margin: 0 auto;
	margin-top: 335px;
	max-width: 440px;
   	align-content: center;
}

.rgbbutton{
	 display: block;
	 margin: 0 auto;
	 font-size: .8em;
	 height:32px;
}


#rgbwheel img{
    display: block;
    margin: 0px auto;
    width:30%;
    max-width: 400px;
}



