/* Stylesheet for SMCCCD Library Sharing Page distributed to San Mateo County Libraries 11/2021 */
/* Flexbox used for college columns */

.centered {
	text-align: center;
}

.top-logo {
	margin-top: 2rem;
}

.info {
	background-color: rgba(110,44,132,255);
	padding:1rem;
	margin: 1rem 0rem;
	border-top: solid 8px rgba(221,171,80,255);
	border-bottom:  solid 8px rgba(221,171,80,255);
}

.info-text {
	color: white;
}


.colleges {
	width: 100%;
	margin-left:0%;
	margin-bottom: 2rem;
	display: flex; 
	flex-flow: column wrap; 
	align-items: center; 
	justify-content: center;
	gap: 1rem 2rem;
}

.college-logo {
	margin-top:10px;
	padding: 1rem;
	width:80%;
	border: solid 2px #ebebeb;
}

.address {
	font-size: 1.5rem;
}

.onesearch {
	margin-top:0;
}

.csm-pad {
	padding-bottom: 1rem;
}


/* written mobile first */
@media (min-width: 768px) {
	.top-logo {
		margin-top: 2rem;
	}

	.colleges {
		/* border: solid 3px #ebebeb; */
		width: 100%;
		margin-left:0%;
		margin-bottom: 2rem;
		display: flex; 
		flex-flow: row wrap; 
		align-items: center; 
		justify-content: center;
		gap: 1rem 2rem;
	}

	.college-logo {
		margin-top:10px;
		padding: 1rem;
		margin: 1rem 0rem;
		width: 20%;
		border: none;
	}

	.address {
		font-size: 1rem;
	}

}
