more improvements

This commit is contained in:
2024-10-31 17:44:58 -04:00
parent 7b8e4001fc
commit 1d56060694
8 changed files with 62 additions and 240 deletions

View File

@ -2280,30 +2280,6 @@ h5 {
align-items: center;
}
.black-icon-button {
grid-column-gap: 5px;
grid-row-gap: 5px;
border: 1px solid var(--primary-color);
color: #fff;
background-color: #000;
border-radius: 5px;
justify-content: center;
align-items: center;
padding: 14px 25px 12px;
font-size: 16px;
font-weight: 500;
line-height: 1;
text-decoration: none;
transition: color .2s, border-color .2s, background-color .2s;
display: flex;
}
.black-icon-button:hover {
color: #000;
background-color: #0e69eb;
border-color: #0e69eb;
}
.home-banner {
padding-top: 6vw;
padding-bottom: 12vw;
@ -2340,22 +2316,23 @@ h5 {
text-decoration: none;
}
.pi-paper-content {
.pi-paper {
grid-column-gap: 2.8vw;
grid-row-gap: 2.8vw;
background-color: var(--post-it);
border: 4px solid #000;
flex-flow: column;
justify-content: center;
align-items: center;
min-height: 32vw;
padding: 2.6vw;
display: flex;
}
.pi-paper {
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.pi-block {
flex-flow: column;
height: 100%;
padding-top: 0;
display: flex;
}
@ -2422,10 +2399,6 @@ h5 {
bottom: 0;
}
.section-title-wrap.fed-up {
margin-bottom: 6vw;
}
.section-title-wrap.wifty {
margin-top: 0;
margin-bottom: 0;
@ -2512,34 +2485,6 @@ h5 {
display: flex;
}
.footer-logo-wrap {
margin-bottom: 25px;
}
.footer-widget-area {
flex-flow: column;
display: flex;
}
.footer-widget-area.bottom {
grid-column-gap: 30px;
grid-row-gap: 30px;
flex-flow: row;
}
.footer-content-area {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: column;
justify-content: space-between;
display: flex;
}
.hover-icon {
opacity: 0;
position: absolute;
}
.footer-social-link {
border: 1px solid #fff;
border-radius: 100%;
@ -2559,74 +2504,6 @@ h5 {
background-color: #fff;
}
.footer-social-wrap {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.footer-content-wrap {
max-width: 330px;
}
.footer-widget-title {
margin-top: 0;
margin-bottom: 20px;
font-size: 20px;
font-weight: 600;
}
.copyright-text {
margin-bottom: 0;
}
.designer-link {
color: #fff;
text-decoration: none;
}
.designer-link:hover {
color: #0e69eb;
}
.footer-copyright-area {
grid-column-gap: 20px;
grid-row-gap: 20px;
text-align: center;
border-top: 1px solid #525252;
flex-flow: wrap;
justify-content: space-between;
align-items: center;
margin-top: 35px;
padding-top: 30px;
display: flex;
}
.text-white {
color: #fff;
}
.footer-link {
color: #fff;
padding-top: 8px;
padding-bottom: 8px;
text-decoration: none;
}
.footer-link:hover {
color: #0e69eb;
}
.footer-grid {
grid-column-gap: 50px;
grid-row-gap: 50px;
grid-template-rows: auto;
grid-template-columns: .85fr .5fr .6fr 1fr .7fr;
margin-top: 140px;
}
.footer-section {
padding-top: 1vw;
padding-bottom: 1vw;
@ -2641,7 +2518,8 @@ h5 {
.pi-title {
text-align: center;
height: 2.5vw;
min-height: 3vw;
margin-bottom: 2.5vw;
text-decoration: none;
}
@ -2650,8 +2528,8 @@ h5 {
text-shadow: 0 9px 7px #000;
margin-top: 0;
margin-bottom: 0;
font-size: 1.5vw;
line-height: 1.8vw;
font-size: 1.8vw;
line-height: 2vw;
text-decoration: none;
}
@ -2671,12 +2549,10 @@ h5 {
grid-auto-columns: 1fr;
justify-content: flex-start;
height: 8vw;
margin-top: 1vw;
margin-top: 3.5vw;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-left: 1vw;
padding-right: 1vw;
}
.text-span {
@ -2809,7 +2685,7 @@ h5 {
margin-top: 0;
margin-bottom: 0;
font-family: Gloria Hallelujah, sans-serif;
font-size: 2vw;
font-size: 1.8vw;
line-height: 2vw;
}
@ -2882,12 +2758,6 @@ h5 {
margin-bottom: 2vw;
}
.section-title-wrap-man {
color: var(--white);
max-width: 700px;
margin: 4vw auto 0;
}
.chaos-sticky-top {
flex: auto;
margin-bottom: 0;
@ -2928,9 +2798,9 @@ h5 {
line-height: 3.8vw;
}
.man-text.what-if-we-told-you {
opacity: 0;
text-shadow: 0 9px 7px #000;
.castleberry-hill-map {
width: 100%;
display: block;
}
@media screen and (min-width: 1280px) {
@ -2939,10 +2809,7 @@ h5 {
}
.pi-block {
background-size: cover;
background-attachment: scroll;
min-height: 375px;
padding: 20px 15px 15px 25px;
background-image: none;
}
.value-icon-wrap {
@ -2954,18 +2821,6 @@ h5 {
backdrop-filter: blur(40px);
}
.footer-grid {
grid-template-columns: 1fr 1fr .75fr 1fr .75fr;
}
.pi-reality {
margin-top: 15px;
}
.pi-note {
font-size: 1.8vw;
}
.pi-reality-content {
padding-left: 15px;
padding-right: 15px;
@ -2985,11 +2840,6 @@ h5 {
min-width: 160%;
}
.pi-block {
padding-bottom: 20px;
padding-right: 20px;
}
.section-title-wrap {
max-width: 900px;
}
@ -3022,8 +2872,9 @@ h5 {
color: var(--primary-color);
}
.section-title-wrap-man {
max-width: 900px;
.pi-note {
font-size: 1.7vw;
line-height: 1.8vw;
}
.man-text {
@ -3041,16 +2892,23 @@ h5 {
}
.pi-reality-text {
font-size: 1vw;
line-height: 1.2vw;
font-size: .8vw;
line-height: 1vw;
}
.pi-reality-subtitle {
font-size: 1.2vw;
}
.pi-paper {
grid-column-gap: 1.2vw;
grid-row-gap: 1.2vw;
min-height: 16vw;
padding: 1vw;
}
.frustration-item {
width: 25vw;
width: 20vw;
}
.reality-section {
@ -3074,6 +2932,20 @@ h5 {
line-height: 35px;
}
.pi-title {
min-height: 3vw;
margin-bottom: 1vw;
}
.pi-title-text {
font-size: 1.5vw;
line-height: 1.6vw;
}
.pi-reality {
margin-top: 1vw;
}
.solutions-wrap {
margin-top: 3vw;
}
@ -3090,8 +2962,8 @@ h5 {
}
.pi-note {
font-size: 1.2vw;
line-height: 1.2vw;
font-size: .9vw;
line-height: 1vw;
}
.banner-title-underline {
@ -3158,6 +3030,10 @@ h5 {
min-width: auto;
}
.pi-paper {
height: 39vw;
}
.frustration-item {
width: 40vw;
}
@ -3171,18 +3047,6 @@ h5 {
line-height: 3vw;
}
.footer-copyright-area {
justify-content: space-around;
}
.footer-grid {
grid-column-gap: 35px;
grid-row-gap: 35px;
flex-flow: wrap;
grid-template-columns: 1fr .4fr .7fr;
margin-top: 100px;
}
.solutions-grid {
grid-template-rows: auto;
grid-template-columns: 1fr;
@ -3239,8 +3103,8 @@ h5 {
line-height: 2.5vw;
}
.pi-paper-content {
padding: 5vw;
.pi-paper {
height: 48vw;
}
.chaos-sticky {
@ -3275,21 +3139,6 @@ h5 {
max-height: 80px;
}
.footer-content-wrap {
max-width: 400px;
}
.footer-copyright-area {
grid-column-gap: 10px;
grid-row-gap: 10px;
justify-content: space-around;
}
.footer-grid {
grid-template-columns: .75fr 1fr;
margin-top: 80px;
}
.footer-section {
padding-bottom: 30px;
}
@ -3396,6 +3245,10 @@ h5 {
line-height: 3vw;
}
.pi-paper {
height: 59vw;
}
.chaos-sticky {
left: 0;
}
@ -3424,27 +3277,6 @@ h5 {
max-height: 70px;
}
.footer-content-area {
width: 100%;
}
.footer-content-wrap {
max-width: none;
}
.footer-copyright-area {
margin-top: 30px;
padding-top: 20px;
}
.footer-grid {
grid-column-gap: 80px;
grid-row-gap: 50px;
grid-template-columns: 1fr;
margin-top: 60px;
display: flex;
}
.footer-section {
padding-top: 80px;
padding-bottom: 15px;
@ -3488,13 +3320,9 @@ h5 {
font-size: 3vw;
line-height: 3vw;
}
.text-block-2 {
align-self: flex-end;
}
}
#w-node-fcf31704-7989-722e-afb7-b3e19da4ba2d-c6b67b4a, #w-node-fcf31704-7989-722e-afb7-b3e19da4ba2e-c6b67b4a, #w-node-_5659da0b-eb13-063b-a27c-b0810245f037-c6b67b4a, #w-node-_5659da0b-eb13-063b-a27c-b0810245f038-c6b67b4a, #w-node-_5659da0b-eb13-063b-a27c-b0810245f03a-c6b67b4a, #w-node-_6400dd1e-1717-9058-b716-da336fdb5e2a-c6b67b4a {
#w-node-_5659da0b-eb13-063b-a27c-b0810245f037-c6b67b4a, #w-node-_5659da0b-eb13-063b-a27c-b0810245f038-c6b67b4a, #w-node-_5659da0b-eb13-063b-a27c-b0810245f03a-c6b67b4a, #w-node-_6400dd1e-1717-9058-b716-da336fdb5e2a-c6b67b4a {
grid-area: 1 / 1 / 2 / 2;
}
@ -3506,9 +3334,3 @@ h5 {
#w-node-_17f1c697-ca96-8716-6c01-14a839af3728-c6b67b4a, #w-node-_9cfbcd91-6607-b16e-f76d-db2a37c942bd-c6b67b4a {
grid-area: 1 / 1 / 2 / 2;
}
@media screen and (min-width: 1920px) {
#w-node-fcf31704-7989-722e-afb7-b3e19da4ba2e-c6b67b4a {
grid-area: 1 / 1 / 2 / 2;
}
}

BIN
images/neighborhood-p-500.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
images/neighborhood-p-800.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

BIN
images/neighborhood.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 869 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long