body {
	background-color:#eee;
}

canvas{
	left-margin: auto;
	right-margin: auto;
}

#stream{
	width: 320px;
	height:320px;
}

.holder{
  background-color:#Cfd1d1;
  width:640px;
  height:640px;
  padding:0px;
  	left-margin: auto;
	right-margin: auto;
	box-shadow: 20px 20px 3px #e5e5e5;
}

.holder2{
  background-color:#555;
  width:320px;
  height:400px;
  padding:30px;
  	border-radius: 4px;
	box-shadow: 5px 5px 3px #eee;
	position: absolute;
	top:8px;
	left: 800px;
	display:none;
}

#butts {
	background-color:darkgrey;
	position:absolute;
	left:680px;
	top:10px;
	width:auto;
	border-radius:10px;
	box-shadow: 5px 5px 3px #00FFBB;
}

#reveal {
	width: 90px;
	height:20px;
	border-radius: 5px;
	margin-left:5px;
	margin-top:5px;
	text-align: center;
	background-color:#BBB;
}

#reveal:hover{
	box-shadow:2px 2px 2px #555;
}

ul {
	list-style-type: none;
	list-style: none;
	padding:5px;
}

li {
	left-margin:0px;
	padding-top:10px;
}

button {
    padding: 10px;
    width: 90px;
    background-color: #ec857a;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #2e6bb5;
    font-size: 14px;
}
button:active{
	background-color:#5cf;
}
button:visited{
	background-color:#4bf;
}

#giphbutt {
	margin-left:20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	height:50px;
}

.picbutton {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	height:50px;
}

input{
	font-size: 24px;
	padding-right: 5px;
    margin-top: 10px;
    width: 200px;
}

.giphimg {
	z-index:-20;
	display:none;
}

.logo {
	bottom: 10px;
    position: fixed;
    left: 850px;
    width: 300px;
    height:200px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	background-image:url('boopylogo.png');
}

.info {
position:absolute;
bottom: 20px;
left: 30px;
color: #888;
font-size: 9pt;
font-family: "Georgia", serif;
}

.boopup {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	color: #cff;
	display: none;
	font-size: 20pt;
	font-family: "Helvetica", sans-serif;
}
.boopup div {
	position:relative;
	top: 50%;
	text-align: center;
}
