﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 10px;
	padding-right: 10px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.myJumbo {
	background-color: #f8f9fa; /* Light gray background */
	padding: 30px;
	margin-bottom: 0;
}
/*------------ Start Base Styles ----------------*/

@media screen and (min-width: 1120px) {

	.content-area {
		display: flex;
	}
}

	.section-header {
		color: black;
		font-size: 3em;
		text-align: center;
	}

/*------------ GPChatStyles ----------------*/

.btn-block {
	text-align: left;
	padding-left: 6px;
}

.media {
	margin-bottom: 30px;
}

.media-left img {
	border: 1px solid #000000; /* Black border around images */
	max-width: 200px; /* Limit image width */
	height: auto; /* Maintain aspect ratio */
}
	.portraitsmall {
		border-radius: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		max-width: 100px;
		-webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
		box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
	}

	.portraitmedium {
		border-radius: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		max-width: 200px;
		max-height: 300px;
		-webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
		box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
	}

	.portraitstandard {
		border-radius: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		max-width: 300px;
		-webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
		box-shadow: 0 2px 5px 1px rgba(0,0,0,0.5);
	}

img {
	display: block;
	width: 100%;
}
/*------------ End Base Styles ----------------*/


/*------------ Start Gallery Styles ----------------*/

.gallery-imgs {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
}

.gallery-img {
	height: 250px;
	flex-grow: 1;
	margin: 0 0 8px 8px;
}

	.gallery-img img {
		height: 100%;
		object-fit: cover;
	}

	.gallery-img:nth-child(4n+1) {
		flex-basis: 250px;
	}

	.gallery-img:nth-child(4n+2) {
		flex-basis: 325px;
	}

	.gallery-img:nth-child(4n+3) {
		flex-basis: 180px;
	}

	.gallery-img:nth-child(4n+4) {
		flex-basis: 380px;
	}

	/*------------ End Gallery Styles ----------------*/

/* Information section - Use float for image */
.info-section {
	margin-top: 10px;
}

.info-content {
	overflow: hidden; /* Ensures proper text wrapping */
}

.info-img {
	float: left;
	margin-right: 20px;
	max-width: 400px;
	width: 100%; /* Ensures the image scales properly */
}

.info-text {
	flex: 1;
}

/* Make sure the image is responsive */
.info-img img {
	width: 100%;
	height: auto;
}


/* Make sure the image is responsive */
.info-img img {
	width: 100%;
	height: auto;
}