/* CSS Document */
.site-footer .logo {
     padding: 5px;
}

.site-footer {
	background-color: #0060af;
	min-height: unset; 
}

.site-footer .copyright {
	background-color: #0089d0;
	color: #fff; 
	font-family: CachetBookRegular;
}

.site-footer a {
	color: #fff; 
	transition: 0.5s ease all;
}

.site-footer a:hover {
	color: #20bdbe;
	text-decoration: none;
}

.site-footer .street-address {
	display: block; 
}

.site-footer a.btn-light-blue {
    background: #00aeef;
    color: #fff;
	font-size: 13px; 
	padding: 15px; 
}

.site-footer p,
.site-footer h3, 
.site-footer h4,
.site-footer span {
	color: #fff; 
	font-weight: bold;
	font-family: CachetBoldRegular;
}

.social-media-listing li { 
	font-size: 20px; 
}

.site-footer .quick-menu {
	padding-left: 0;
    list-style-type: none;
}

.site-footer .quick-menu a {
	font-family: CachetBookRegular;
	font-weight: normal;
	font-size: 18px; 
}

footer #google_language_translator select.goog-te-combo {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
     margin-top: 30px;
}

footer #google_language_translator select.goog-te-combo {
    width: 100%;
    padding: 10px !important;
    border: 3px solid #00aeef !important;
    border-radius: 5px !important;
}

footer .camp-links a {
	display: table;
	margin: 0 auto;
}

@media(min-width: 992px) {
	.site-footer .copyright .col-md-8 {
		text-align: left; 
	}
	
	.site-footer .copyright .col-md-4 {
		text-align: right; 
	}
}

@media(max-width: 992px) {
	.site-footer .logo img {
		height: 100px; 
		width: auto; 
	}
	
	.site-footer {
		text-align: center; 
	}
	
	.site-info .col-lg-3:first-of-type {
		margin-bottom: 35px; 
	}
	
	.camp-links img {
		height: 75px;
		width: auto;
	}
}

@media(max-width: 768px) {
	.site-footer .logo img {
		height: 75px; 
	}
	
	.site-info .summer-section,
	.site-info .quick-section {
		display: none; 
	}
	
	.site-footer .social-media-listing {
		margin-top: 25px; 
	}
	.site-footer .copyright {
		padding-bottom: 6rem !important;
	}
}