.associates{
    padding: 0;
    margin: 0;
}
.associates img{
    height: 60px;
    width: auto;
    margin: 3px;
}

.locale img{
    max-height: 30px;
    width: auto;
    margin: -10px;
    padding: 0;
}

.bordered{
    border: 1px solid black;
}

.my_marquee{
	background: #3a3a3a;
	color: #74ebf3;
	margin: 0;
	padding: 2px;
	font-size: 36px;
}

.my_marquee p{
	color: #74ebf3;
	font-size: 36px;
	margin: 10px;
}

.footer marquee{
		color: white;
		font-size: 2em;
}

.centered_img img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.logo_container{
	background: white;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: 2px solid #666666;

	display:inline-block;

	position: relative;
	-webkit-transition: all 400ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 400ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 400ms ease-in;
	-moz-transform: scale(1);
	transition: all 400ms ease-in;
	transform: scale(1);

}

.logo_container img{
	margin: 10%;
	width: 80%;
	height: auto;
}

.logo_container:hover{
	box-shadow: 0px 0px 50px #74ebf3;
	z-index: 2;
	-webkit-transition: all 400ms ease-in;
	-webkit-transform: scale(1.3);
	-ms-transition: all 400ms ease-in;
	-ms-transform: scale(1.3);
	-moz-transition: all 400ms ease-in;
	-moz-transform: scale(1.3);
	transition: all 400ms ease-in;
	transform: scale(1.3);
}


.social {
    display: inline-flex;  /* or display: flex; if it's not inline */
    align-items: center; /* Vertically center content within the flex container */
}

.social img {
    max-height: 22px;
    height: 22px;
    margin: 2px;
}

.content-section{
	min-height: 77vh;
}

.gallery_img{
	padding: 3px;
	margin: 0;
	display: block;
}

.gallery_img img{
	max-width: 100%;
	height: auto;
}