#big-image .btn:hover {
	color: white;
	background-color: #353535;
}
#big-image .btn {
    color: #353535;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: white;
    border-color: #353535;
    border-radius: 0px;
    padding: 1rem;
    width: 100%;
}
/*#big-image {
	margin-top: 3rem;
	margin-bottom: 15rem;
}
#big-image h2{
	text-transform:uppercase;
}
.alert-danger a {
	text-decoration: underline !important;
}
.alert-danger{
	padding: 8px !important;
	margin-bottom: 10px; 
	border-radius: 3px;	
}
.special-link {
    text-decoration: underline !important;
}
.alert-secondary {
   font-size: 14px;
}
.alert-warning {
   font-size: 14px;
}
*/