diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 3496ac9..9546273 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -778,9 +778,8 @@ select { } .prose :where(a):not(:where([class~="not-prose"] *)):hover { - color: rgba(var(--color-neutral), 1); + color: rgba(var(--color-primary-600), 1); text-decoration: none; - background-color: rgba(var(--color-primary-600), 1); border-radius: 0.09rem; } @@ -963,14 +962,22 @@ select { color: var(--tw-prose-code); font-weight: 600; font-size: 0.875em; + background-color: rgba(var(--color-neutral-50), 1); + padding-top: 3px; + padding-bottom: 3px; + padding-left: 5px; + padding-right: 5px; + border-radius: 0.25rem; } .prose :where(code):not(:where([class~="not-prose"] *))::before { content: "`"; + display: none; } .prose :where(code):not(:where([class~="not-prose"] *))::after { content: "`"; + display: none; } .prose :where(a code):not(:where([class~="not-prose"] *)) { @@ -1089,7 +1096,7 @@ select { --tw-prose-body: rgba(var(--color-neutral-700), 1); --tw-prose-headings: rgba(var(--color-neutral-800), 1); --tw-prose-lead: rgba(var(--color-neutral-500), 1); - --tw-prose-links: rgba(var(--color-primary-700), 1); + --tw-prose-links: rgba(var(--color-primary-600), 1); --tw-prose-bold: rgba(var(--color-neutral-900), 1); --tw-prose-counters: rgba(var(--color-neutral-800), 1); --tw-prose-bullets: rgba(var(--color-neutral-500), 1); @@ -1233,9 +1240,25 @@ select { .prose :where(mark):not(:where([class~="not-prose"] *)) { color: rgba(var(--color-neutral-800), 1); - background-color: rgba(var(--color-secondary-200), 1); + background-color: rgba(var(--color-primary-600), 1); padding: 0.1rem 0.2rem; - border-radius: 0.12rem; + border-radius: 0.25rem; +} + +.prose :where(p):not(:where([class~="not-prose"] *))::before { + display: none; +} + +.prose :where(p):not(:where([class~="not-prose"] *))::after { + display: none; +} + +.prose :where(a.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-600), 1); +} + +.prose :where(p.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-600), 1); } .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) { @@ -1383,6 +1406,14 @@ select { margin-bottom: 0; } +.prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-400), 1); +} + +.prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-400), 1); +} + .form-input,.form-textarea,.form-select,.form-multiselect { -webkit-appearance: none; -moz-appearance: none; @@ -1556,6 +1587,10 @@ select { position: absolute; } +.\!absolute { + position: absolute !important; +} + .relative { position: relative; } @@ -1600,6 +1635,10 @@ select { top: 0px; } +.top-\[110vh\] { + top: 110vh; +} + .top-20 { top: 5rem; } @@ -1608,6 +1647,10 @@ select { right: 0px; } +.left-0 { + left: 0px; +} + .z-30 { z-index: 30; } @@ -1616,6 +1659,14 @@ select { z-index: 10; } +.z-\[2\] { + z-index: 2; +} + +.z-\[1\] { + z-index: 1; +} + .order-first { order: -9999; } @@ -1624,6 +1675,10 @@ select { float: right; } +.float-left { + float: left; +} + .m-auto { margin: auto; } @@ -1644,6 +1699,10 @@ select { margin: 0.25rem; } +.\!-m-px { + margin: -1px !important; +} + .my-4 { margin-top: 1rem; margin-bottom: 1rem; @@ -1689,6 +1748,16 @@ select { margin-right: 0.25rem; } +.mx-\[15\%\] { + margin-left: 15%; + margin-right: 15%; +} + +.mx-\[3px\] { + margin-left: 3px; + margin-right: 3px; +} + .my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; @@ -1782,10 +1851,6 @@ select { margin-bottom: 3rem; } -.mb-16 { - margin-bottom: 4rem; -} - .mb-5 { margin-bottom: 1.25rem; } @@ -1810,6 +1875,10 @@ select { margin-bottom: 0px !important; } +.mb-16 { + margin-bottom: 4rem; +} + .-mb-1 { margin-bottom: -0.25rem; } @@ -1826,10 +1895,30 @@ select { margin-top: 0.5rem; } +.-mr-\[100\%\] { + margin-right: -100%; +} + +.mr-1 { + margin-right: 0.25rem; +} + +.mr-5 { + margin-right: 1.25rem; +} + .\!mb-9 { margin-bottom: 2.25rem !important; } +.-ml-12 { + margin-left: -3rem; +} + +.ml-6 { + margin-left: 1.5rem; +} + .ml-auto { margin-left: auto; } @@ -1842,6 +1931,10 @@ select { margin-bottom: 2px; } +.box-content { + box-sizing: content-box; +} + .block { display: block; } @@ -1914,6 +2007,22 @@ select { height: 2rem; } +.h-\[3px\] { + height: 3px; +} + +.h-6 { + height: 1.5rem; +} + +.\!h-px { + height: 1px !important; +} + +.h-3 { + height: 0.75rem; +} + .h-\[150px\] { height: 150px; } @@ -1934,6 +2043,10 @@ select { min-height: 0px; } +.min-h-full { + min-height: 100%; +} + .min-h-\[148px\] { min-height: 148px; } @@ -1962,10 +2075,26 @@ select { width: 2rem; } +.w-\[30px\] { + width: 30px; +} + +.w-\[15\%\] { + width: 15%; +} + .w-6 { width: 1.5rem; } +.\!w-px { + width: 1px !important; +} + +.w-3 { + width: 0.75rem; +} + .min-w-0 { min-width: 0px; } @@ -1978,6 +2107,10 @@ select { min-width: 220px; } +.min-w-\[30px\] { + min-width: 30px; +} + .min-w-full { min-width: 100%; } @@ -2010,6 +2143,12 @@ select { max-width: 48rem; } +.max-w-fit { + max-width: -webkit-fit-content; + max-width: -moz-fit-content; + max-width: fit-content; +} + .max-w-\[64rem\] { max-width: 64rem; } @@ -2059,6 +2198,10 @@ select { cursor: pointer; } +.resize { + resize: both; +} + .list-none { list-style-type: none; } @@ -2085,6 +2228,10 @@ select { flex-wrap: wrap; } +.items-end { + align-items: flex-end; +} + .items-center { align-items: center; } @@ -2127,6 +2274,18 @@ select { margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); } +.space-y-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); +} + +.space-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); +} + .place-self-center { place-self: center; } @@ -2143,6 +2302,10 @@ select { overflow: hidden; } +.\!overflow-hidden { + overflow: hidden !important; +} + .overflow-visible { overflow: visible; } @@ -2151,6 +2314,10 @@ select { scroll-behavior: smooth; } +.\!whitespace-nowrap { + white-space: nowrap !important; +} + .rounded-full { border-radius: 9999px; } @@ -2192,10 +2359,31 @@ select { border-width: 2px; } +.border-0 { + border-width: 0px; +} + +.\!border-0 { + border-width: 0px !important; +} + +.border-y-\[10px\] { + border-top-width: 10px; + border-bottom-width: 10px; +} + .border-t { border-top-width: 1px; } +.border-l-2 { + border-left-width: 2px; +} + +.border-solid { + border-style: solid; +} + .border-dotted { border-style: dotted; } @@ -2215,6 +2403,10 @@ select { border-color: rgba(var(--color-primary-400), var(--tw-border-opacity)); } +.border-transparent { + border-color: transparent; +} + .border-primary-500 { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-500), var(--tw-border-opacity)); @@ -2281,6 +2473,11 @@ select { background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } +.bg-primary-500 { + --tw-bg-opacity: 1; + background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)); +} + .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } @@ -2293,6 +2490,10 @@ select { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } +.bg-none { + background-image: none; +} + .from-neutral-100 { --tw-gradient-from: rgba(var(--color-neutral-100), 1); --tw-gradient-to: rgba(var(--color-neutral-100), 0); @@ -2319,10 +2520,18 @@ select { --tw-gradient-to: rgba(var(--color-secondary-700), 1); } +.to-neutral-100 { + --tw-gradient-to: rgba(var(--color-neutral-100), 1); +} + .to-neutral { --tw-gradient-to: rgba(var(--color-neutral), 1); } +.bg-clip-padding { + background-clip: padding-box; +} + .object-cover { -o-object-fit: cover; object-fit: cover; @@ -2367,6 +2576,18 @@ select { padding: 0.25rem; } +.p-5 { + padding: 1.25rem; +} + +.\!p-0 { + padding: 0px !important; +} + +.p-6 { + padding: 1.5rem; +} + .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -2452,6 +2673,11 @@ select { padding-bottom: 1rem; } +.px-8 { + padding-left: 2rem; + padding-right: 2rem; +} + .pt-8 { padding-top: 2rem; } @@ -2492,6 +2718,10 @@ select { padding-left: 0.5rem; } +.pb-3 { + padding-bottom: 0.75rem; +} + .pl-\[24px\] { padding-left: 24px; } @@ -2508,6 +2738,10 @@ select { text-align: right; } +.-indent-\[999px\] { + text-indent: -999px; +} + .align-top { vertical-align: top; } @@ -2588,6 +2822,10 @@ select { font-weight: 400; } +.font-light { + font-weight: 300; +} + .uppercase { text-transform: uppercase; } @@ -2727,12 +2965,16 @@ select { opacity: 0; } -.opacity-30 { - opacity: 0.3; +.opacity-50 { + opacity: 0.5; } -.opacity-70 { - opacity: 0.7; +.opacity-60 { + opacity: 0.6; +} + +.opacity-30 { + opacity: 0.3; } .mix-blend-normal { @@ -2785,6 +3027,32 @@ select { transition-duration: 150ms; } +.transition-transform { + transition-property: transform; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.duration-\[600ms\] { + transition-duration: 600ms; +} + +.duration-150 { + transition-duration: 150ms; +} + +.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] { + transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0); +} + +.ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + +.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] { + clip: rect(0,0,0,0) !important; +} + body a, body button { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; @@ -3449,7 +3717,7 @@ body:has(#menu-controller:checked) { text-decoration-line: underline; } -/* */ +/* Custom */ .thumbnail { min-width: 300px; @@ -3460,7 +3728,14 @@ body:has(#menu-controller:checked) { } .thumbnail_card { - height: 250px; + height: 200px; + background-repeat:no-repeat; + background-size:cover; + background-position:center; +} + +.thumbnail_card_related { + height: 150px; background-repeat:no-repeat; background-size:cover; background-position:center; @@ -3538,6 +3813,793 @@ body:has(#menu-controller:checked) { z-index: 100; } +.nested-menu:hover + .menuhide { + visibility: visible; + opacity: 1; + transition: visibility 0.3s, opacity 0.3s ease-in-out ; +} + +.menuhide:hover { + visibility: visible; + opacity: 1; + transition: visibility 0.3s, opacity 0.3s ease-in-out ; +} + +.menuhide { + visibility: hidden; + opacity: 0; + transition: visibility 0.3s, opacity 0.3s ease-in-out ; + z-index: 1000; +} + +.active { + text-decoration-line: underline; + text-decoration-thickness: 3px; + text-underline-offset: 4px; +} + +/* Gallery Specific Styles */ + +.grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; +} + +.grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; +} + +.grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; +} + +.grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; +} + +.grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; +} + +.grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; +} + +.grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; +} + +.grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; +} + +.grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; +} + +.grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; +} + +.grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; +} + +.grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; +} + +.grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; +} + +.grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; +} + +.grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; +} + +.grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; +} + +.grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; +} + +.grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; +} + +.grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; +} + +.grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; +} + +.grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; +} + +@media (min-width: 640px) { + .sm\:grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; + } + + .sm\:grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; + } + + .sm\:grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; + } + + .sm\:grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; + } + + .sm\:grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; + } + + .sm\:grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; + } + + .sm\:grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; + } + + .sm\:grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; + } + + .sm\:grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; + } + + .sm\:grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; + } + + .sm\:grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; + } + + .sm\:grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; + } + + .sm\:grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; + } + + .sm\:grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; + } + + .sm\:grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; + } + + .sm\:grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; + } + + .sm\:grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; + } + + .sm\:grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; + } + + .sm\:grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; + } + + .sm\:grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; + } + + .sm\:grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; + } +} + +@media (min-width: 853px) { + .md\:grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; + } + + .md\:grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; + } + + .md\:grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; + } + + .md\:grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; + } + + .md\:grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; + } + + .md\:grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; + } + + .md\:grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; + } + + .md\:grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; + } + + .md\:grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; + } + + .md\:grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; + } + + .md\:grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; + } + + .md\:grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; + } + + .md\:grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; + } + + .md\:grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; + } + + .md\:grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; + } + + .md\:grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; + } + + .md\:grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; + } + + .md\:grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; + } + + .md\:grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; + } + + .md\:grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; + } + + .md\:grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; + } +} + +@media (min-width: 1024px) { + .lg\:grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; + } + + .lg\:grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; + } + + .lg\:grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; + } + + .lg\:grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; + } + + .lg\:grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; + } + + .lg\:grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; + } + + .lg\:grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; + } + + .lg\:grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; + } + + .lg\:grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; + } + + .lg\:grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; + } + + .lg\:grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; + } + + .lg\:grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; + } + + .lg\:grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; + } + + .lg\:grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; + } + + .lg\:grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; + } + + .lg\:grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; + } + + .lg\:grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; + } + + .lg\:grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; + } + + .lg\:grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; + } + + .lg\:grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; + } + + .lg\:grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; + } +} + +@media (min-width: 1280px) { + .xl\:grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; + } + + .xl\:grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; + } + + .xl\:grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; + } + + .xl\:grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; + } + + .xl\:grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; + } + + .xl\:grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; + } + + .xl\:grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; + } + + .xl\:grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; + } + + .xl\:grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; + } + + .xl\:grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; + } + + .xl\:grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; + } + + .xl\:grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; + } + + .xl\:grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; + } + + .xl\:grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; + } + + .xl\:grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; + } + + .xl\:grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; + } + + .xl\:grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; + } + + .xl\:grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; + } + + .xl\:grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; + } + + .xl\:grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; + } + + .xl\:grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; + } +} + +@media (min-width: 1536px) { + .2xl\:grid-w10 { + width: calc(10% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w15 { + width: calc(15% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w20 { + width: calc(20% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w25 { + width: calc(25% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w30 { + width: calc(30% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w33 { + width: calc(33% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w35 { + width: calc(35% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w40 { + width: calc(40% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w45 { + width: calc(45% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w50 { + width: calc(50% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w55 { + width: calc(55% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w60 { + width: calc(60% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w65 { + width: calc(65% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w66 { + width: calc(66% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w70 { + width: calc(70% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w75 { + width: calc(75% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w80 { + width: calc(80% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w85 { + width: calc(85% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w90 { + width: calc(90% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w95 { + width: calc(95% - 5px); + margin: 0px !important; + } + + .2xl\:grid-w100 { + width: calc(100% - 5px); + margin: 0px !important; + } +} + +/* Carousel Specific Styles */ + +.ratio-16-9 { + padding-top: 56.25%; +} + +/* 16:9 Aspect Ratio */ + +.ratio-21-9 { + padding-top: 42.85%; +} + +/* 21:9 Aspect Ratio */ + +.ratio-32-9 { + padding-top: 28.125%; +} + +/* 32:9 Aspect Ratio */ + +@media (min-width: 640px) { + .sm\:ratio-16-9 { + padding-top: 56.25%; + } + + /* 16:9 Aspect Ratio */ + + .sm\:ratio-21-9 { + padding-top: 42.85%; + } + + /* 21:9 Aspect Ratio */ + + .sm\:ratio-32-9 { + padding-top: 28.125%; + } + + /* 32:9 Aspect Ratio */ +} + +@media (min-width: 853px) { + .md\:ratio-16-9 { + padding-top: 56.25%; + } + + /* 16:9 Aspect Ratio */ + + .md\:ratio-21-9 { + padding-top: 42.85%; + } + + /* 21:9 Aspect Ratio */ + + .md\:ratio-32-9 { + padding-top: 28.125%; + } + + /* 32:9 Aspect Ratio */ +} + +@media (min-width: 1024px) { + .lg\:ratio-16-9 { + padding-top: 56.25%; + } + + /* 16:9 Aspect Ratio */ + + .lg\:ratio-21-9 { + padding-top: 42.85%; + } + + /* 21:9 Aspect Ratio */ + + .lg\:ratio-32-9 { + padding-top: 28.125%; + } + + /* 32:9 Aspect Ratio */ +} + +@media (min-width: 1280px) { + .xl\:ratio-16-9 { + padding-top: 56.25%; + } + + /* 16:9 Aspect Ratio */ + + .xl\:ratio-21-9 { + padding-top: 42.85%; + } + + /* 21:9 Aspect Ratio */ + + .xl\:ratio-32-9 { + padding-top: 28.125%; + } + + /* 32:9 Aspect Ratio */ +} + +@media (min-width: 1536px) { + .2xl\:ratio-16-9 { + padding-top: 56.25%; + } + + /* 16:9 Aspect Ratio */ + + .2xl\:ratio-21-9 { + padding-top: 42.85%; + } + + /* 21:9 Aspect Ratio */ + + .2xl\:ratio-32-9 { + padding-top: 28.125%; + } + + /* 32:9 Aspect Ratio */ +} + .file\:my-4::file-selector-button { margin-top: 1rem; margin-bottom: 1rem; @@ -3584,6 +4646,21 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-100), var(--tw-text-opacity)); } +.after\:clear-both::after { + content: var(--tw-content); + clear: both; +} + +.after\:block::after { + content: var(--tw-content); + display: block; +} + +.after\:content-\[\'\'\]::after { + --tw-content: ''; + content: var(--tw-content); +} + .first\:mt-8:first-child { margin-top: 2rem; } @@ -3656,6 +4733,10 @@ body:has(#menu-controller:checked) { text-decoration-line: underline; } +.hover\:no-underline:hover { + text-decoration-line: none; +} + .hover\:decoration-primary-400:hover { text-decoration-color: rgba(var(--color-primary-400), 1); } @@ -3668,6 +4749,15 @@ body:has(#menu-controller:checked) { text-underline-offset: 2px; } +.hover\:opacity-90:hover { + opacity: 0.9; +} + +.hover\:outline-none:hover { + outline: 2px solid transparent; + outline-offset: 2px; +} + .hover\:file\:bg-primary-300::file-selector-button:hover { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity)); @@ -3712,6 +4802,19 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } +.focus\:no-underline:focus { + text-decoration-line: none; +} + +.focus\:opacity-90:focus { + opacity: 0.9; +} + +.focus\:outline-none:focus { + outline: 2px solid transparent; + outline-offset: 2px; +} + .focus\:outline-dotted:focus { outline-style: dotted; } @@ -3888,6 +4991,12 @@ body:has(#menu-controller:checked) { text-align: left; } +@media (prefers-reduced-motion: reduce) { + .motion-reduce\:transition-none { + transition-property: none; + } +} + .dark .dark\:flex { display: flex; } @@ -3911,6 +5020,11 @@ body:has(#menu-controller:checked) { border-color: rgba(var(--color-primary-600), var(--tw-border-opacity)); } +.dark .dark\:border-primary-300 { + --tw-border-opacity: 1; + border-color: rgba(var(--color-primary-300), var(--tw-border-opacity)); +} + .dark .dark\:bg-neutral-800 { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity)); @@ -3954,6 +5068,11 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } +.dark .dark\:bg-primary-300 { + --tw-bg-opacity: 1; + background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity)); +} + .dark .dark\:from-neutral-800 { --tw-gradient-from: rgba(var(--color-neutral-800), 1); --tw-gradient-to: rgba(var(--color-neutral-800), 0); @@ -4001,13 +5120,29 @@ body:has(#menu-controller:checked) { text-decoration-color: rgba(var(--color-neutral-600), 1); } +.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)):hover { + color: rgba(var(--color-primary-400), 1); +} + .dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) { color: rgba(var(--color-neutral-200), 1); background-color: rgba(var(--color-neutral-700), 1); } .dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) { - background-color: rgba(var(--color-secondary-400), 1); + background-color: rgba(var(--color-primary-400), 1); +} + +.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { + background-color: rgba(var(--color-neutral-700), 1); +} + +.dark .dark\:prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-400), 1); +} + +.dark .dark\:prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { + text-decoration-color: rgba(var(--color-primary-400), 1); } .dark .dark\:text-neutral { @@ -4050,6 +5185,11 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-100), var(--tw-text-opacity)); } +.dark .dark\:text-neutral-700 { + --tw-text-opacity: 1; + color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); +} + .dark .dark\:text-primary-200 { --tw-text-opacity: 1; color: rgba(var(--color-primary-200), var(--tw-text-opacity)); diff --git a/resources/_gen/images/groups/atwood/featured_hu3dc8e15a4481d3200d3e630af6c8be48_190525_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/atwood/featured_hu3dc8e15a4481d3200d3e630af6c8be48_190525_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index b9c8f75..0000000 Binary files a/resources/_gen/images/groups/atwood/featured_hu3dc8e15a4481d3200d3e630af6c8be48_190525_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/codell/featured_hu2666ffb0b8038639564466cb4924e634_152564_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/codell/featured_hu2666ffb0b8038639564466cb4924e634_152564_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index b442488..0000000 Binary files a/resources/_gen/images/groups/codell/featured_hu2666ffb0b8038639564466cb4924e634_152564_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/colby/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/colby/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 45c60c5..0000000 Binary files a/resources/_gen/images/groups/colby/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/logan/featured_hu9175d80a38e42095ceab007ad8dcd4ac_370362_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/logan/featured_hu9175d80a38e42095ceab007ad8dcd4ac_370362_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 809c69d..0000000 Binary files a/resources/_gen/images/groups/logan/featured_hu9175d80a38e42095ceab007ad8dcd4ac_370362_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/northern-valley/featured_hu09ddcf26ae69737d39ec3f64b5841955_1017635_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/northern-valley/featured_hu09ddcf26ae69737d39ec3f64b5841955_1017635_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 845610a..0000000 Binary files a/resources/_gen/images/groups/northern-valley/featured_hu09ddcf26ae69737d39ec3f64b5841955_1017635_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/phillipsburg/featured_hufcb81036ba7d273d994cc0d53ab45628_227045_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/phillipsburg/featured_hufcb81036ba7d273d994cc0d53ab45628_227045_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index ca3428a..0000000 Binary files a/resources/_gen/images/groups/phillipsburg/featured_hufcb81036ba7d273d994cc0d53ab45628_227045_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/smith-center/featured_hu2a4b0d06063886667bea892cbe36f96c_245551_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/smith-center/featured_hu2a4b0d06063886667bea892cbe36f96c_245551_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 3b16b0c..0000000 Binary files a/resources/_gen/images/groups/smith-center/featured_hu2a4b0d06063886667bea892cbe36f96c_245551_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/southern-valley/featured_hu78f74f2026926b798b57d34b367c6458_225941_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/southern-valley/featured_hu78f74f2026926b798b57d34b367c6458_225941_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 4d22035..0000000 Binary files a/resources/_gen/images/groups/southern-valley/featured_hu78f74f2026926b798b57d34b367c6458_225941_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/thunder-ridge/featured_hu2212b3b2ac0601279a501f0434fa4bab_447160_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/thunder-ridge/featured_hu2212b3b2ac0601279a501f0434fa4bab_447160_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index d4c9fc9..0000000 Binary files a/resources/_gen/images/groups/thunder-ridge/featured_hu2212b3b2ac0601279a501f0434fa4bab_447160_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/groups/wakeeney/featured_hu0f0a42fb327002ca5fa93b85f51e86f7_231065_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/groups/wakeeney/featured_hu0f0a42fb327002ca5fa93b85f51e86f7_231065_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index a1515e0..0000000 Binary files a/resources/_gen/images/groups/wakeeney/featured_hu0f0a42fb327002ca5fa93b85f51e86f7_231065_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/alumni/featured_hu82593150970948b851fc520c52bc3a9f_708122_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/alumni/featured_hu82593150970948b851fc520c52bc3a9f_708122_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 6f28a8b..0000000 Binary files a/resources/_gen/images/ministries/alumni/featured_hu82593150970948b851fc520c52bc3a9f_708122_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/associate-groups/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/associate-groups/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 45c60c5..0000000 Binary files a/resources/_gen/images/ministries/associate-groups/featured_hubc04ab890102e1a126537f0535fe0cb8_219049_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/camp/featured_hu658f1808e7fbd210dbe3eff55705588e_702809_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/camp/featured_hu658f1808e7fbd210dbe3eff55705588e_702809_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index ec5d132..0000000 Binary files a/resources/_gen/images/ministries/camp/featured_hu658f1808e7fbd210dbe3eff55705588e_702809_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/coaching/featured_hu2a5e0150d5ce8b59904d9eadef0a796f_59834_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/coaching/featured_hu2a5e0150d5ce8b59904d9eadef0a796f_59834_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 1209f24..0000000 Binary files a/resources/_gen/images/ministries/coaching/featured_hu2a5e0150d5ce8b59904d9eadef0a796f_59834_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/connection-groups/featured_hub59a1b50a029864447bc49f7911deb17_1003221_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/connection-groups/featured_hub59a1b50a029864447bc49f7911deb17_1003221_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index a735725..0000000 Binary files a/resources/_gen/images/ministries/connection-groups/featured_hub59a1b50a029864447bc49f7911deb17_1003221_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/internships/featured_huf996744ba2eb5fb6c74c5695034482e7_709297_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/internships/featured_huf996744ba2eb5fb6c74c5695034482e7_709297_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 93a03f4..0000000 Binary files a/resources/_gen/images/ministries/internships/featured_huf996744ba2eb5fb6c74c5695034482e7_709297_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/mission-trip/featured_hue49d9ffcac4a897ed78555968af66c97_1057223_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/mission-trip/featured_hue49d9ffcac4a897ed78555968af66c97_1057223_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 832d4ec..0000000 Binary files a/resources/_gen/images/ministries/mission-trip/featured_hue49d9ffcac4a897ed78555968af66c97_1057223_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/special-events/featured_hu90555fe96fa86f1a578eeeead3bccbca_1053327_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/special-events/featured_hu90555fe96fa86f1a578eeeead3bccbca_1053327_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 479b743..0000000 Binary files a/resources/_gen/images/ministries/special-events/featured_hu90555fe96fa86f1a578eeeead3bccbca_1053327_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/splash/featured_hue617962effae9c6ea38ab2398a4d3397_684639_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/splash/featured_hue617962effae9c6ea38ab2398a4d3397_684639_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 3aa200c..0000000 Binary files a/resources/_gen/images/ministries/splash/featured_hue617962effae9c6ea38ab2398a4d3397_684639_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/ministries/volunteers/featured_hu5f2d0751813ec958408d32eb65659d2f_747797_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/ministries/volunteers/featured_hu5f2d0751813ec958408d32eb65659d2f_747797_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 7c90055..0000000 Binary files a/resources/_gen/images/ministries/volunteers/featured_hu5f2d0751813ec958408d32eb65659d2f_747797_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/april-teves/featured_hu2feea225fb3e17bd8ff94d915ea10456_129318_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/april-teves/featured_hu2feea225fb3e17bd8ff94d915ea10456_129318_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index ef65f9e..0000000 Binary files a/resources/_gen/images/staff/april-teves/featured_hu2feea225fb3e17bd8ff94d915ea10456_129318_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/billy-cayou/featured_huf39bdebcff665cb2567d27a05cf1ee32_69808_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/billy-cayou/featured_huf39bdebcff665cb2567d27a05cf1ee32_69808_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 121b60e..0000000 Binary files a/resources/_gen/images/staff/billy-cayou/featured_huf39bdebcff665cb2567d27a05cf1ee32_69808_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/brian-and-julie-fischer/featured_hu67cb3d72bca4e539fc777719261b4eb3_836149_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/brian-and-julie-fischer/featured_hu67cb3d72bca4e539fc777719261b4eb3_836149_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 7248098..0000000 Binary files a/resources/_gen/images/staff/brian-and-julie-fischer/featured_hu67cb3d72bca4e539fc777719261b4eb3_836149_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu3b5d3c7d207e37dceeedd301e35e2e58_0_1200x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu3b5d3c7d207e37dceeedd301e35e2e58_0_1200x0_resize_q75_box.jpg deleted file mode 100644 index e69de29..0000000 diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_1200x0_resize_box_3.png b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_1200x0_resize_box_3.png deleted file mode 100644 index 9486dbe..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_1200x0_resize_box_3.png and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x0_resize_box_3.png b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x0_resize_box_3.png deleted file mode 100644 index 9a263e6..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x0_resize_box_3.png and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x400_fill_box_smart1_3.png b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x400_fill_box_smart1_3.png deleted file mode 100644 index 6cf77fb..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hu5466536812ade5b96827688279a26978_191405_600x400_fill_box_smart1_3.png and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_1200x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_1200x0_resize_q75_box.jpg deleted file mode 100644 index 7bdf91e..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_1200x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_600x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_600x0_resize_q75_box.jpg deleted file mode 100644 index 5cd6b39..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hua6ff4c2e7167f86d22bb9a49da3472a8_4505227_600x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_1200x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_1200x0_resize_q75_box.jpg deleted file mode 100644 index 8de2513..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_1200x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_600x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_600x0_resize_q75_box.jpg deleted file mode 100644 index dc0140e..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_hubeb35e1388179ac44c19b71b1be226e3_3341360_600x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_1200x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_1200x0_resize_q75_box.jpg deleted file mode 100644 index 427086b..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_1200x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_600x0_resize_q75_box.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_600x0_resize_q75_box.jpg deleted file mode 100644 index 9fef6e8..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/april2023/featured_huc605a9bb8a9ba7dcb5dd29b651a6b6ab_8381956_600x0_resize_q75_box.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/chris-and-abbie-cochrun/featured_huc0780532b31c7687d858d317e6647725_221901_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/chris-and-abbie-cochrun/featured_huc0780532b31c7687d858d317e6647725_221901_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 7c7f295..0000000 Binary files a/resources/_gen/images/staff/chris-and-abbie-cochrun/featured_huc0780532b31c7687d858d317e6647725_221901_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/dani-rouse/featured_huf560963e078734a603c53855d69c04e0_212378_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/dani-rouse/featured_huf560963e078734a603c53855d69c04e0_212378_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index a85fca7..0000000 Binary files a/resources/_gen/images/staff/dani-rouse/featured_huf560963e078734a603c53855d69c04e0_212378_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/ethan-rose/featured_hu11f1e9b649e235abce361870aaf43f4c_146990_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/ethan-rose/featured_hu11f1e9b649e235abce361870aaf43f4c_146990_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index aaa2443..0000000 Binary files a/resources/_gen/images/staff/ethan-rose/featured_hu11f1e9b649e235abce361870aaf43f4c_146990_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/janice-lundquist/featured_hua6871278b58b8f4862d9c69a0c320e8c_115573_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/janice-lundquist/featured_hua6871278b58b8f4862d9c69a0c320e8c_115573_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index d9b68fd..0000000 Binary files a/resources/_gen/images/staff/janice-lundquist/featured_hua6871278b58b8f4862d9c69a0c320e8c_115573_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/lavonne-ponstein/featured_hude195462c324b573ca83dd2a14439bd0_99409_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/lavonne-ponstein/featured_hude195462c324b573ca83dd2a14439bd0_99409_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 6d4787c..0000000 Binary files a/resources/_gen/images/staff/lavonne-ponstein/featured_hude195462c324b573ca83dd2a14439bd0_99409_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/lewis-smith/featured_hu482177baf7ac85fc7592d89fc86891ee_143575_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/lewis-smith/featured_hu482177baf7ac85fc7592d89fc86891ee_143575_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index ca57c7a..0000000 Binary files a/resources/_gen/images/staff/lewis-smith/featured_hu482177baf7ac85fc7592d89fc86891ee_143575_600x400_fill_q75_box_smart1.jpg and /dev/null differ diff --git a/resources/_gen/images/staff/rob-and-taffy-lewis/featured_hu1e2d874db288383b89e2347e90cec393_78251_600x400_fill_q75_box_smart1.jpg b/resources/_gen/images/staff/rob-and-taffy-lewis/featured_hu1e2d874db288383b89e2347e90cec393_78251_600x400_fill_q75_box_smart1.jpg deleted file mode 100644 index 2c24a8a..0000000 Binary files a/resources/_gen/images/staff/rob-and-taffy-lewis/featured_hu1e2d874db288383b89e2347e90cec393_78251_600x400_fill_q75_box_smart1.jpg and /dev/null differ