.fundraiser-grid {
    display: grid;
    grid-template-columns: 45% auto;
    column-gap: 5px;
    row-gap: auto;
    place-items: center;
    align-items: top;
    width: 65%;
    /*border: 1px solid black;*/
    margin: 30px auto;
}
.page-header {
    margin-top: 20px;
}
.bundle-header {
    font-size: 1.2rem;
}
.sub-header {
    font-size: 1.1rem;
    font-weight: 300;
}
.items > p {
    font-size: 1.0rem;
}
.items > a {
    text-decoration: none;
    border: 0;
}
.picture-fr img {
    width: 500px;
}
.hr {
    width: 100%;
    border: 1px dotted rgba(0,0,0,0.6);
    margin: 30px auto;
}
/*fund drive 2023 home page link styles */
.funddrive2023-homelink {
	/*background-color: lightblue;*/
	width: 100%;
	height: min-content;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	/*box-shadow: 1px 1px 5px #000;*/
}
.funddrive2023-homelink > h3,p {
	text-align: center;
	margin: 10px auto;
}
button {
	margin-top: 15px;
	padding: 5px 10px;
	border: none;
	border-radius: 10px;
	background-color: red;
	color: white;
	/*box-shadow: 1px 1px 5px #000;*/
}
button:hover {
	background-color: white;
	color: red;
}
@media (max-width: 575px) {
    .funddrive2023-homelink {
        /*background-color: lightblue;*/
        overflow: hidden;
        padding: 1px;
        margin-bottom: 5px;
        /*box-shadow: 1px 1px 5px #000;*/
    }
    .funddrive2023-homelink > h3,p {
        margin: 5px auto;
    }
    .funddrive2023-homelink > p {
        font-size: .8rem;
    }
    .funddrive2023-homelink > h3 {
        font-size: .9rem;
    }
    button {
        margin-top: 5px;
        padding: 2px 2px;
        font-size: .9rem;
    }
  }
