/*---------------------------  BG PGTOP  ----------------------------*/
.bg-pgtop {
	height: 650px;
    background-color: #FFF;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
	background-attachment: fixed;
}

.bg-pgtop section .content hgroup {
	/*margin-top: 140px;*/
	text-align: center;
}

.bg-pgtop section .content hgroup h1 {
	font-size: clamp(50px,7vw,70px);
	color: white;
	text-shadow: 0px 1px 2px black;
    margin-bottom: 0;
}

.bg-pgtop section .content hgroup h4 {
	font-size: clamp(24px,4vw,32px);
	color: white;
}

/*---------------------------  ABOUT  ----------------------------*/
.hm_about {
	padding: 30px 0;
	background: var(--color_pd);
	color: white;
}

.hm_about section .content h1 { color: var(--color_al); }

.hm_about section .content .flex { clear: none; margin-top: 40px; }

.hm_about section .content a.button01 {
	background: var(--color_al);
	color: white;
	margin: 0;
}

.hm_about section .content a.button01:hover {
	background: white;
	border-color: white;
	color: var(--color_ad);
}

.hm_about section .content .img-pastor {
	width: 200px;
	padding: 5px;
	border: 1px solid var(--color_pl);
}

/*---------------------------  BULLETINS  ----------------------------*/

@media screen and (min-width: 1180px) {
  .imgBulletin {
        max-width: 300px;
    }
}
@media screen and (max-width: 1179px) {
  .imgBulletin {
        max-width: 300px;
    }
}