This commit is contained in:
2025-05-07 15:17:23 -07:00
parent e8e4a227cc
commit efe10b6f7d
4 changed files with 41 additions and 2 deletions

18
dist/app.css vendored
View File

@@ -12033,7 +12033,7 @@ a {
text-decoration: none;
}
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-c .content-wrapper .content h2, .text-over-image-c .content-wrapper .content .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
font-family: "Goudy Bookletter 1911", serif;
}
@@ -12140,6 +12140,22 @@ section.side-by-side-text .right > * {
color: #063C5A;
}
.text-over-image-c {
background-position: center;
background-size: cover;
padding-top: 6rem;
padding-bottom: 10rem;
}
.text-over-image-c .content-wrapper .content h2, .text-over-image-c .content-wrapper .content .h2 {
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: #063C5A;
}
.text-over-image-c .content-wrapper .content strong {
color: #063C5A;
}
section.multiblock-callout {
background-color: #063C5A;
padding: 4rem 0;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=c7d8f4994b06f353d881b98eea0b9d6f"
"/app.css": "/app.css?id=1196219dbb58276427e0cba37ba65328"
}

View File

@@ -9,6 +9,7 @@
@import "flex-side-by-side";
@import "flex-text-over-image-a";
@import "flex-text-over-image-b";
@import "flex-text-over-image-c";
@import "flex-multiblock-callout";
@import "flex-5050-cta";
@import "flex-grid-callout";

View File

@@ -0,0 +1,22 @@
.text-over-image-c {
background-position: center;
background-size: cover;
padding-top: 6rem;
padding-bottom: 10rem;
.content-wrapper {
.content {
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: $c-navy;
}
strong {
color: $c-navy;
}
}
}
}