html,body{
	background-color: black;
}


div.col {
	white-space: nowrap;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
}

.btn-link {
	display: block;
	font-size: large;
	text-decoration: none;
	color: white;
}

div.photo {
	padding-top:16px;
	padding-bottom: 16px;
	background-color: white;
	width: 100%;
}

div.btn-group {
	
}

.btn-block + .btn-block {
	margin-top: 0;
}

div.plaintext {
	color: white;
}

div.footer-copyright {
	color: white;
	white-space: nowrap;
	background-color: #343a40;
}

h1{
	color: white;
}
h2 {
	color: white;
}



