/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/


/***** Fonts *****/
@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-Lt.otf');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-LtIt.otf');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-Roman.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-It.otf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-Bd.otf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/HelveticaNeueLTStd-BdIt.otf');
	font-weight: 700;
	font-style: italic;
}

body {
	font-family: "Helvetica Neue", Calibri, Tahoma, sans-serif;
}

/***** Header *****/
.navbar-brand img {
	max-width: 200px;
}

header#masthead {
	background-color: #fff;
	box-shadow: none;
	border-bottom: 1px solid black; /* delete once the image is there*/
}

.nav-link {	
	background-color: #D12031;
	color: #fff !important;
	padding: 0.75rem 1rem 0.5rem !important;
	border-radius: 0.25rem;
	display: inline-block;
	line-height: 1;
	font-size: 1rem !important;
}

.nav-link:hover {
	font-weight: 500 !important;
	text-decoration: underline !important;
}

/* remove padding between header and page content */
#content.site-content {
	padding: 0;
}

/* Remove Page Title on page-id-2, homepage */
.page-id-2 .entry-header {
	display: none;
}

/***** Footer *****/
footer {
	background-color: #fff !important;
}

footer#colophon {
	font-size: 1rem;
}

#main-footer {
	background-color: #D12031;
	color: #fff !important;
}

#main-footer img {
	max-width: 200px;
}

#main-footer li {
	list-style-type: none;
}


/***** CTAs *****/
.primary-cta {	
	background-color: #D12031;
	color: #fff;
	padding: 0.75rem 1rem 0.5rem;
	border-radius: 0.25rem;
	display: inline-block;
	line-height: 1;
}

.secondary-cta {	
	border: 2px solid #D12031;
	color: #D12031;
	padding: 0.75rem 1rem 0.5rem;
	border-radius: 0.25rem;
	display: inline-block;
	line-height: 1;
}

/***** Other Customizations For The "Homepage" *****/
#homepageHero .carousel {
	margin: 0 -15px;
}

#homepageHero .carousel-item {
	height: 65vh;
	background-position: center;
	background-size: cover;
}

#homepageHero .carousel-inner img {
  transform: translateY(-31%);
}

#carouselText {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 2rem;
	padding: 1rem 15px;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 15;
}

#homepageHero #hero1 {
	background-image: url("/wp-content/uploads/2022/11/homepage-hero-BNI-germantown-meeting.jpg");
}

#homepageHero #hero2 {
	background-image: url("/wp-content/uploads/2022/11/homepage-hero-BNI-germantown-recognition-celebration.jpg");
}

#homepageHero #hero3 {
	background-image: url("/wp-content/uploads/2022/11/homepage-hero-BNI-germantown-halloween.jpg");
}

.sectiontitle {
	font-size: 2rem;
	color: #D12031;
	font-weight: bold;
	margin-bottom: 0.75rem;
	line-height: 1;
}

.sectionpadding {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.bg-gray {
	background-color: #E9E9E9;
}

@media (max-width: 991px) {
	#gmap {
		min-height: 40vh;
	}
}

.leadership-container {
	background-color: #E9E9E9;
	text-align: center;
	padding: 1rem;
	overflow-wrap: break-word;
	border-radius: 7px;
}

.leadership-container img, .leadership-container hr {
	width: 140px;
	max-width: 100%;
}

.leadership-container .name {
	font-size: 1.20rem;
}

.leadership-container p {
	margin-bottom: 0.5rem;
}

.leadership-container hr {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.leadership-container .company, .leadership-container .phone, .leadership-container .email {
	color: #D12031;	
}

#TestimonialCarousel .name {
	font-size: 1.25rem;;	
}

#TestimonialCarousel .company {
	color: #D12031;	
}

#TestimonialCarousel .name, #TestimonialCarousel .company {
	margin-bottom: 0.2rem;
}

.fa,.fas {
	color: #D12031;
	font-size: .65rem;
	vertical-align: top;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%
}

#testimonials .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D12031' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

#testimonials .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D12031' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}