@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');


.pollinator-entry-header h1,
#pollinator-buzz .pollinator-buzz-section-title,
h2.pollinators-subhead {
	width: 100%;
	text-align: center;
	color: #207c3e;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.31rem;
}

hr.pollinator-line {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 2px;
    background-color: #207c3e;
    border: none;
}

.garden-visit-btn {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #ffd500;
	color: #207c3e;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-family: 'Style Script', cursive;
	font-size: 2em;
}

.garden-visit-btn:hover,
.garden-visit-btn:focus {
	background-color: #207c3e;
	color: #ffffff;
	text-decoration: none;
}

#pollinator-buzz .flex-wrapper {
	display: flex;
}

#pollinator-buzz .flex-wrapper .pollinator-buzz-text {
	width: 60%;
	padding: 10px;
}

#pollinator-buzz .flex-wrapper .pollinator-buzz-image {
	width: 40%;
	padding: 10px;
}

.pollinator-buzz-title {
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.pollinator-buzz-learn-more-btn {
	display: block;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	border-width: 10px;
    border-style: double;
    border-color: #ffffff;
	color: #ffffff;
	background-color: #207c3e;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-size: 1em;
}

.pollinator-buzz-learn-more-btn:hover,
.pollinator-buzz-learn-more-btn:focus {
	background-color: #333333 !important;
	color: #ffffff;
	text-decoration: none;
}

#pollinator-sub-menu ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 100%;
	padding: 0px;
}

#pollinator-sub-menu ul li {
	width: 33%;
	text-align: center;
	height: auto;
	padding-bottom: 30px;
}

.pollinator-species {
	display: flex;
	margin-bottom: 40px;
}

.pollinator-species .photo {
	flex: 0 0 160px;
	padding-right: 10px;
}

.pollinator-species .description {
	flex: 1;
}

#pollinator-table th {
	background-color: #207c3e;
	color: #ffffff;
	padding: 2px;
}

#pollinator-table th.side-label {
	color: #ffffff;
	writing-mode: vertical-lr;
    transform: rotate(-180deg);
    text-align: center;
    vertical-align: middle;
    width: 1%;
}

#pollinator-table th.side-label.flowers {
	background-color: #9d6a32;	
}

#pollinator-table th.side-label.grasses {
	background-color: #583612;
}

#pollinator-table td {
	padding: 5px;
}

#pollinator-table .gray {
	background-color: #eeeeee;
}

#pollinator-table .white {
	background-color: #ffffff;
}

/** Mobile Responsive Layout **/
@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 845px) {
	
	
}

@media screen and (max-width: 767px) {
	
	
}

@media screen and (max-width: 470px) {
	
	#pollinator-buzz .flex-wrapper,
	.pollinator-species {
		display: block;
	}
	
	#pollinator-buzz .flex-wrapper div,
	.pollinator-species div {
		width: 100% !important;
	}
	
	#pollinator-sub-menu ul li {
		padding: 10px !important;
	}
	
	img.alignright,
	img.alignleft,
	.pollinator-species div img {
		float: none !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
}