/* Styles the buttons */
a.btn.btn-md, .scroll_to_button.btn {
	letter-spacing: 3px;
	border-radius: 50px;
	border-width: 2px;
	padding: 0.375rem 2rem;
}

.btn-group a.btn {
	letter-spacing: 3px;
}
/* Rounds a 200px square image and puts an 8px white porder around it */	
.roundaBox200 {
border-radius: 50%;
width: 200px;
height: 200px;
border-style:solid;
border-width:8px;
border-color: #ffffff;
overflow: hidden;
}

.label {  
 	font-size: 12px;
	font-style: italic;
}
/* reduces bottom margin of progress Bars */
.progress {  
	margin-bottom: 0.5rem!important;
	}