body {
	background-repeat: no-repeat;
	background-color: black;
}

div#nestcam{
	border-radius: 10px;


}



div#navbar {
	border-style: ridge ridge none none;
	border-color: green;
	border-radius: 10px;
	width: 160px;
	height: 300px;
	font-family: Impact, Charcoal, sans-serif;
	margin-top: 150px;
	border-bottom-width: medium;
	border-left-width: medium;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-width:100px;

}
div#welcome {
	border-style: ridge none none ridge;
	border-color: green;
	border-radius: 10px;
	width: 70%;
	height: 650px;
	color: blue;
	font-family: Impact, Charcoal, sans-serif;
	margin-top: 150px;
	margin-right: 20px;
	margin-left: 20px;
	border-right-width: medium;
	border-bottom-width: medium;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


}
hr {
	margin-left: 200px;
}
h2 {
	color: green;
	font-family: Impact, Charcoal, sans-serif;
	margin-top: 200px; margin-left: 200px;
}
p {
	color: green;
	width: 100%;
}
a {
	color: green;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 10px;
	text-shadow: 5px 5px 5px #000000;
	min-width:20px;
}
a:hover {
	transition:color 500ms ease-in;
	top: 2px; color: rgb(0, 255, 255);
	position: relative;
	text-shadow: 5px 5px 5px blue;
	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
}
h1 {
	font-size: 40px;
	text-shadow: 5px 5px 5px green;
	-webkit-text-stroke: 2px black;
}
