@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 153px;
}

.topbar {
    background-color: #1a437e;
    display: inline-block;
    width: 100%;
    padding: 7px 0 10px;
    position: fixed;
    top: 0;
    z-index: 999;
	
}

.topbar a {
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
}

.topbar a:hover, .nav-link:focus, .nav-link:hover {
	color: #0d6efd;
}

.navbar-expand-lg {
	position: fixed!important;
    top: 41px;
    z-index: 999;
    width: 100%;
}

.navbar {
	background-color: #fff!important;
	border-bottom: 1px solid #EDEDED;
}

.navbar-brand img {
	height: 85px;
}

.nav-link {
	padding: 8px 15px!important;
}

.navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0!important;
}

.navbar .container-fluid {
	padding-right: 0!important;
}

.heroimage {
	position: relative;
}

.main, .blocks, .facebook {
	padding: 40px 0;
}

.main {
	padding-top: 25px;
}

.main h1, .facebook h2 {
	margin-bottom: 20px;
}

.blocks {
	background-color: #F1F1F1;
}

.blocks .block {
	background-color: #FFFFFF;
	padding: 25px;
}

.blocks .block .btn {
	width: 100%;
	display:block;
}

.blocks .block img {
	margin-bottom: 15px;
}

.footer {
	background-color: #1a437e;
	padding: 30px 0;
	color: #fff;
}

.footer .block {
	padding: 0 15px;
}

.footer .block ul {
	list-style: none;
	padding: 0;
}

.footer .block ul li {
	margin-bottom: 5px;
}

.footer .block ul li a, .footer .block a {
	color: #fff;
	text-decoration: none;
}

.footer .block ul li a:hover, .footer .block a:hover {
	color: #4E95FF;
}

.copyright {
	margin-top: 25px;
}

.copyright p {
	margin-bottom: 0;
	text-align: center;
}

.flyer .img-wrapper {
	padding: 10px;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	height: 250px; /* or any height you prefer */
  	overflow: hidden;
	text-align: center;
}

.flyer .img-wrapper img {
  height: 100%;
  width: auto;
  object-fit: cover; /* or use 'contain' if you don't want to crop */
}

.flyer .flyer-name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.flyer .flyer-name a {
	color: #000000;
	text-decoration: none;
}


.boardmember {
	border: 1px solid #EDEDED;
	border-radius: 5px;
	padding: 25px;
	margin-top: 35px;
}

.boardmember img {
	height: 252px;
	object-fit: cover;
	width: auto;
	border-radius: 5px;
	text-align: center;
}

.boardmember h4 {
	margin-top: 15px;
}

.boardmember .position {
	margin-bottom: 0;
}

.boardmember .contact {
	margin-bottom: 0;
}

.committee {
	margin-top: 35px;
}

.committee .chair {
	margin-top: 25px;
}

.accordion {
	background-color: transparent!important;
}

.accordion-button {
	font-weight: 600;
	font-size: 18px !important;
	padding: 20px 20px !important;
	background-color: #F1F1F1!important;
}

.accordion-button:not(.collapsed) {
	background-color: #1a437e!important;
	color: #fff!important;
}

.accordion-body {
	padding: 25px 20px !important;
}

.membership {
	border: 1px solid #EDEDED;
	border-radius: 5px;
	padding: 25px;
	margin-top: 35px;
}

.membership img {
	border-radius: 5px;
	text-align: center;
	max-width: 150px;
}

.membership h4 {
	margin-top: 15px;
}

.membership .position {
	margin-bottom: 0;
}

.membership .contact {
	margin-bottom: 0;
}

.membership .badge {
	font-size: 14px;
}

.membership .benefits {
	max-height: 150px;
	min-height: 150px;
	overflow-y: scroll;
}

.memberships.big .membership .benefits {
	max-height: 650px;
	min-height: 650px;
	overflow-y: scroll;
}

.modal {
	z-index: 99999999;
}

.modal-dialog {
	margin-top: 200px;
}

ol li {
	margin-top: 15px;
}

.dress {
	margin-top: 75px;
}

@media (max-width: 1399px) {
	.navbar-brand img {
		height: 60px;
	}
	.nav-link {
    	padding: 8px 13px !important;
	}
	body {
		padding-top: 128px;
	}
	.flyer .img-wrapper {
		height: 225px;
	}
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 15px;
		
	}
	.navbar-brand img {
		height: 40px;
	}
	body {
		padding-top: 108px;
	}
	.flyer .img-wrapper {
		height: 180px;
	}
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 17px;
		
	}
	.navbar-brand img {
	height: 75px;
}
	.facebook iframe {
		width: 100%;
		margin-bottom: 20px;
	}
	.blocks .col-lg-3 {
		margin-bottom: 25px;
	}
	.blocks .col-lg-3:last-child {
		margin-bottom: 0;
	}
	.footer .col-lg-3 img {
		margin-bottom: 20px;
		width: 250px;
	}
	.footer .col-lg-3:first-child .block {
		text-align: center;
	}
	.main .col-lg-2 {
		text-align: center;
	}
	.main .welcome .col-lg-2 img {
		    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    float: none !important;
	}
	.programs-img .col-md-3, .programs-img .col-md-3, .fundraising-img .col-md-3, .volunteer-img .col-md-3, .volunteer-img .col-md-4 {
		margin-bottom: 25px;
		
	} 
	.programs-img .col-md-3:last-child, .programs-img .col-md-3:last-child, .fundraising-img .col-md-3:last-child, .volunteer-img .col-md-3:last-child {
		margin-bottom: 0;
		
	} 
	.navbar-nav .dropdown-menu {
		border-left: 4px solid #cccccc;
    	border-top: none;
    	border-right: none;
    	border-bottom: none;
    	border-radius: 0;
	}
	.membership .benefits, .memberships.big .membership .benefits {
    	max-height: none;
    	min-height: auto;
	}
	.boardmember img {
		height: auto;
		object-fit: cover;
		width: 100%;
		border-radius: 5px;
		text-align: center;
	}
	body {
		padding-top: 143px;
	}
	.flyer .img-wrapper {
		height: 325px;
	}
}
@media (max-width: 767px) {
	.navbar-brand img {
	height: 60px;
}
	body {
		padding-top: 128px;
	}
	.flyer .img-wrapper {
		height: 325px;
	}
	
}
@media (max-width: 576px) {
	.flyer .img-wrapper {
		height: 250px;
        width: 230px;
        margin: 0 auto;
	}
	
}