* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
	background-color: #76767a;
}

.header{
	background-color: #313133;
}

.btn:hover,
.btn:active,
.btn:focus, 
.btn, 
.card-body, 
.header, 
html, body,
#copyright
 {
  	color: #e8e8e9;

}

.home-button{
	position: absolute;
	padding:15px;
}




#stars {
	position: relative;
	top: 0;
	left: 0;
	min-height: 821px;
	width: 100%;
}

#image_parents {
	position: relative;
	display: flex;
	max-width: 547px;

	height: auto;
/*	border-style: solid;
	border-color: red;/**/
	padding: 10px;
}

.image_overlay{
	visibility:hidden;
}

.image_stack{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 547px;
	height: auto;
}

.image_stack-orig {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

#radios {
	position: relative;
	align-items: center;
}

#checks {
	position: relative;
	align-items: center;
}

#copyright {
	position: relative;
	text-align: center;

}
/**/
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited, 
.dropdown-toggle{
  background-color: #151516;
  border-color: black;
}

.btn, .dropdown-toggle {
	background-color: #313133;
	border-color: #282829;

}

.card-body{
	background-color: #8d8d91;	
}

.home-btn, 
.home-btn:visited{
  background-color: #282829;
  border-color: #4f4f50;
}

.home-btn:hover,
.home-btn:active,
.home-btn:focus{
	background-color: #181819;
	border-color: #4f4f50;
	color:#bbbbbd;
}


/**/

