p{
font-family: "museo-slab",serif;
font-style: normal;
font-weight: 300;
}

.location-cards {
	color: black;
	height: 448px;
	}
	
.location-cards-info{
	padding: 5px
}
	
.location-cards :hover{
	background-color: lightgrey}
	
.homepage-bar h3 {
	font-size: 1.25em;
	color: white}
	
#locations .mix{
	display: none;
	clear: none;
}

.footer-icon{
		display: inline-block;
		height: 45px; 
		width: 45px;  
		margin: 0px 2px;	
}
@media only screen and (max-width: 40em){
	.footer-social{
		float: none !important;
	}}
	
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.7);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* .collapse ul {margin: -10px 0px 20px 15px} */

@media only screen and (max-width: 40em){
	.top-bar-section ul {
		margin-right: 0px !important;
	}
}

.caption {
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.3;
}