diff --git a/fet2020/static/styles.css b/fet2020/static/styles.css index 37012b9c..407af148 100644 --- a/fet2020/static/styles.css +++ b/fet2020/static/styles.css @@ -528,7 +528,7 @@ pre, code, kbd, samp { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** @@ -778,963 +778,6 @@ select { } } -body { - display: flex; - height: 100%; - min-height: 100vh; - flex-direction: column; - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -p a { - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(0, 101, 153, var(--tw-text-opacity)); -} - -.bg-scale-100 { - background-size: 100%; -} - -.hover\:bg-scale-110:hover { - background-size: 110%; -} - -.hover\:bg-scale-120:hover { - background-size: 120%; -} - -/***** NAVBAR *****/ - -.navbar { - width: 100%; - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.navbar > div { - width: 100%; -} - -@media (min-width: 640px) { - .navbar > div { - max-width: 640px; - } -} - -@media (min-width: 768px) { - .navbar > div { - max-width: 768px; - } -} - -@media (min-width: 1024px) { - .navbar > div { - max-width: 1024px; - } -} - -@media (min-width: 1280px) { - .navbar > div { - max-width: 1280px; - } -} - -@media (min-width: 1536px) { - .navbar > div { - max-width: 1536px; - } -} - -.navbar > div { - margin-left: auto; - margin-right: auto; - display: flex; - width: 100%; - flex: none; - flex-direction: column; - align-items: center; - padding-left: 1rem; - padding-right: 1rem; -} - -@media (min-width: 640px) { - .navbar > div { - flex-direction: row; - justify-content: space-between; - } -} - -.navbar-logo { - height: 4rem; - flex: none; -} - -.navbar-toggle { - position: absolute; - top: 1.25rem; - right: 1rem; - font-size: 1.5rem; - line-height: 2rem; - --tw-text-opacity: 1; - color: rgba(0, 101, 153, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .navbar-toggle { - right: 0px; - display: none; - } -} - -.navbar-content { - width: 100%; - align-self: flex-start; - --tw-text-opacity: 1; - color: rgba(0, 101, 153, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .navbar-content { - width: auto; - align-self: center; - } -} - -@media (min-width: 768px) { - .navbar-content { - font-size: 1.125rem; - line-height: 1.75rem; - } -} - -@media (min-width: 640px) { - .navbar-content > li { - display: inline-block; - } -} - -.navbar-content hr { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -@media (min-width: 640px) { - .navbar-content hr { - display: none; - } -} - -.navbar-content li > a { - display: block; - height: 100%; - width: 100%; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -@media (min-width: 640px) { - .navbar-content li > a { - padding-left: 0.25rem; - padding-right: 0.25rem; - } -} - -@media (min-width: 768px) { - .navbar-content li > a { - margin-left: 0.25rem; - margin-right: 0.25rem; - padding-left: 0.5rem; - padding-right: 0.5rem; - } -} - -.navbar-content li.active { - font-weight: 600; - --tw-text-opacity: 1; - color: rgba(0, 68, 102, var(--tw-text-opacity)); -} - -.navbar-content li.active a { - cursor: default; -} - -/***** HERO-IMAGE *****/ - -@media (min-width: 1280px){ - .hero-image { - height: 30rem !important; - } -} - -/***** PAGE-TITLE *****/ - -.page-title { - margin-bottom: 1rem; - text-align: center; - text-transform: uppercase; - letter-spacing: 0.025em; - --tw-text-opacity: 1; - color: rgba(0, 101, 153, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .page-title { - font-size: 1.125rem; - line-height: 1.75rem; - font-weight: 500; - } -} - -@media (min-width: 768px) { - .page-title { - margin-bottom: 2rem; - letter-spacing: 0.05em; - } -} - -@media (min-width: 1024px) { - .page-title { - font-size: 1.25rem; - line-height: 1.75rem; - letter-spacing: 0.1em; - } -} - -/***** BUTTONS *****/ - -.btn { - border-radius: 0.25rem; - padding-left: 1rem; - padding-right: 1rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - text-align: center; -} - -.btn-small { - border-radius: 0.25rem; - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - text-align: center; -} - -.btn-primary { - --tw-bg-opacity: 1; - background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); -} - -.btn-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); -} - -.btn-primary { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.btn-primary:focus { - outline: 2px solid transparent; - outline-offset: 2px; - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 139, 209, var(--tw-ring-opacity)); -} - -.btn-secondary { - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -/***** SECTION *****/ - -.section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -@media (min-width: 768px) { - .section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } -} - -.section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; -} - -/***** SIDEBAR-NAVIGATION *****/ - -ul.sideBarNav { - display: flex; - flex-direction: column; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -ul.sideBarNav > li > a { - display: block; - border-radius: 0.25rem; -} - -ul.sideBarNav > li > a:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -ul.sideBarNav > li > a { - padding: 0.5rem; -} - -ul.sideBarNav > li.active > a { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -ul.sideBarNav > li.internalLI > a { - display: block; - border-radius: 0.25rem; - --tw-bg-opacity: 1; - background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); -} - -ul.sideBarNav > li.internalLI > a:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); -} - -ul.sideBarNav > li.internalLI > a { - padding: 0.5rem; - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -ul.sideBarNav > hr { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -ul.sideBarNav > ul { - display: none; -} - -@media (min-width: 640px) { - ul.sideBarNav > ul { - display: block; - } -} - -ul.sideBarNav > ul > li > a { - margin-left: 0.5rem; - display: block; - border-radius: 0.25rem; -} - -ul.sideBarNav > ul > li > a:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -ul.sideBarNav > ul > li > a { - padding: 0.5rem; - font-size: 0.875rem; - line-height: 1.25rem; -} - -ul.sideBarNav > ul > li.active > a { - font-weight: 600; -} - -/***** CALENDAR *****/ - -.calendar-preview > div { - position: sticky; - top: 1rem; -} - -.calendar-entries { - display: flex; - flex-direction: column; - gap: 1rem; -} - -@media (min-width: 640px) { - .calendar-entries { - margin-top: 1.5rem; - } -} - -.calendar-entry { - display: flex; - align-items: center; -} - -.calendar-dateBubble { - display: flex; - height: 2.75rem; - width: 2.75rem; - flex: none; - flex-direction: column; - justify-content: center; - border-radius: 9999px; - --tw-bg-opacity: 1; - background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); - padding-bottom: 0.25rem; - text-align: center; - line-height: 1; - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.calendar-dateBubble .dateBubble-day { - flex: none; - line-height: 1; -} - -.calendar-dateBubble .dateBubble-month { - flex: none; - font-size: 0.875rem; - line-height: 1.25rem; - line-height: 1; - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.calendar-entry > h3 { - padding-left: 0.5rem; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -/***** ARTICLE PREVIEW *****/ - -.article-cover-image { - height: 12rem; - width: 100%; - cursor: pointer; - border-radius: 0.25rem; - background-position: center; - background-repeat: no-repeat; - --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - transition-duration: 700ms; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} - -@media (min-width: 640px) { - .article-cover-image { - height: 13rem; - } -} - -@media (min-width: 768px) { - .article-cover-image { - height: 16rem; - } -} - -@media (min-width: 1024px) { - .article-cover-image { - height: 18rem; - } -} - -.article-cover-image { - background-size: 100%; -} - -.article-cover-desc { - height: 100%; - width: 100%; - border-radius: 0.25rem; - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.article-cover-desc-items { - display: flex; - height: 100%; - flex-direction: column; - justify-content: space-between; - padding: 0.5rem; -} - -.article-cover-tags { - display: flex; - justify-content: flex-end; - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - text-transform: uppercase; -} - -.article-cover-tags > li { - border-radius: 9999px; - --tw-bg-opacity: 1; - background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); -} - -.article-cover-tags > li:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); -} - -.article-cover-tags > li { - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.article-cover-desc:hover, .article-cover-image:hover { - background-size: 120%; -} - -/***** ARTICLE CONTENT *****/ - -[class^=db-page-content] { - display: flex; - flex-direction: column; - gap: 0.5rem; - overflow-x: hidden; -} - -[class^=db-page-content] p { - text-align: justify; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.db-page-content-left p { - text-align: left; -} - -.db-page-content-right p { - text-align: right; -} - -[class^=db-page-content] ol { - list-style-position: inside; - list-style-type: decimal; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -[class^=db-page-content] ul { - list-style-position: inside; - list-style-type: disc; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -[class^=db-page-content] h2, [class^=db-page-content] h3, [class^=db-page-content] h4, [class^=db-page-content] h5, [class^=db-page-content] h6 { - margin-bottom: -0.5rem; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -[class^=db-page-content] h2 { - margin-top: 0.5rem; - font-size: 1.25rem; - line-height: 1.75rem; - font-weight: 500; -} - -[class^=db-page-content] h3 { - margin-top: 0.25rem; - font-size: 1.125rem; - line-height: 1.75rem; - font-weight: 500; -} - -[class^=db-page-content] h4, [class^=db-page-content] h5, [class^=db-page-content] h6 { - margin-top: 0.25rem; - font-size: 1.125rem; - line-height: 1.75rem; -} - -[class^=db-page-content] mark { - border-radius: 0.25rem; - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - padding-left: 0.125rem; - padding-right: 0.125rem; - padding-top: 1px; - padding-bottom: 1px; - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -/***** ALERT *****/ - -.alert { - position: relative; - border-radius: 0.25rem; - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - padding: 0.5rem; - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.alert > .alert-icon { - position: absolute; - top: 0.375rem; - right: 0.5rem; - font-size: 1.125rem; - line-height: 1.75rem; - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .alert > .alert-icon { - font-size: 1.25rem; - line-height: 1.75rem; - } -} - -.alert > .alert-title { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .alert > .alert-title { - font-weight: 600; - } -} - -.alert-body { - font-size: 0.875rem; - line-height: 1.25rem; -} - -@media (min-width: 640px) { - .alert-body { - font-size: 1rem; - line-height: 1.5rem; - } -} - -.alert a { - font-weight: 500; - text-decoration: underline; -} - -.alert.alert-info { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.alert.alert-info > .alert-icon { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.alert.alert-info > .alert-title { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.alert.alert-success { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.alert.alert-success > .alert-icon { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.alert.alert-success > .alert-title { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.alert.alert-warning { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.alert.alert-warning > .alert-icon { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.alert.alert-warning > .alert-title { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.alert.alert-danger { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.alert.alert-danger > .alert-icon { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.alert.alert-danger > .alert-title { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -/****** MODAL *****/ - -/* Activate for posts-old.html page - Modal with pure css but laggy transitions */ - -/*div[id^="modal-container"] { - @apply fixed sm:sticky left-0 sm:left-auto top-0 sm:top-4 w-full sm:w-auto h-full sm:h-auto bg-gray-700 sm:bg-transparent bg-opacity-80 sm:bg-opacity-100 opacity-0 sm:opacity-100 invisible sm:visible transform sm:transform-none scale-110 sm:scale-100 transition-all sm:transition-none ease-in duration-200; -} -div[id^="modal-container"] .modal { - @apply absolute sm:static top-1/2 left-1/2 p-4 sm:p-0 transform sm:transform-none -translate-x-1/2 -translate-y-1/2 rounded sm:rounded-none sm:w-full bg-white; -} -div[id^="modal-container"] .modal-closeButton { - @apply text-xl text-gray-500 sm:hidden; - cursor: pointer; -} -div[id^="modal-container"] .modal-closeButton:hover { - @apply text-gray-600 bg-gray-200; -} -div[id^="modal-container"].show-modal { - @apply opacity-100 visible transform scale-100 transition-all ease-out duration-200; -}*/ - -/***** JOBSLIST *****/ - -.jobsList > a.jobsList-item { - display: flex; - align-items: center; - justify-content: space-between; - gap: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -@media (min-width: 640px) { - .jobsList > a.jobsList-item { - gap: 2rem; - } - - .jobsList > a.jobsList-item:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .jobsList > a.jobsList-item { - padding: 0.5rem; - } -} - -@media (min-width: 768px) { - .jobsList > a.jobsList-item { - padding: 1rem; - } -} - -.jobsList-desc { - flex-shrink: 1; - flex-grow: 1; - align-items: center; - gap: 0.5rem; -} - -@media (min-width: 768px) { - .jobsList-desc { - display: flex; - } -} - -.jobsList-desc h2 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -@media (min-width: 768px) { - .jobsList-desc h2 { - font-weight: 500; - } -} - -.jobsList-desc h3 { - font-size: 0.875rem; - line-height: 1.25rem; - line-height: 1; - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -@media (min-width: 768px) { - .jobsList-desc h3 { - font-size: 1rem; - line-height: 1.5rem; - } -} - -.jobsList-price { - margin-top: 0.25rem; - display: flex; - flex-shrink: 0; - justify-content: flex-end; - vertical-align: top; -} - -.jobsList-value { - display: inline-block; - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -@media (min-width: 768px) { - .jobsList-value { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } -} - -.jobsList-amount { - margin-top: 0.375rem; - margin-left: 0.25rem; - display: inline-block; - font-size: 0.875rem; - line-height: 1.25rem; - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -@media (min-width: 768px) { - .jobsList-amount { - margin-top: 0px; - font-size: 1rem; - line-height: 1.5rem; - } -} - -.jobsList-expand { - flex: none; - font-size: 1.25rem; - line-height: 1.75rem; - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -/***** MEMBERS SECTIONS *****/ - -.members-article a.title { - margin-top: 2rem; - margin-bottom: 1rem; - display: flex; - flex-direction: row; - align-items: flex-start; -} - -.members-article a.title [class*="fa-"] { - margin-top: 0.5rem; - margin-right: 0.25rem; - flex: none; - font-size: 0.875rem; - line-height: 1.25rem; - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .members-article a.title [class*="fa-"] { - visibility: hidden; - margin-left: -1.25rem; - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } -} - -.members-article a.title:hover [class*="fa-"] { - visibility: visible; - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.members-article a.title h2 { - flex: 1 1 0%; - font-size: 1.125rem; - line-height: 1.75rem; - letter-spacing: 0.05em; - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - -.members-article .members-listing { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; - gap: 0.5rem; - text-align: center; - --tw-text-opacity: 1; - color: rgba(0, 101, 153, var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .members-article .members-listing { - gap: 1rem; - } -} - -.members-article .members-listing figure { - width: 9rem; -} - -.members-article .members-listing figure figcaption h3 { - padding-top: 0.25rem; - line-height: 1.25; -} - .sr-only { position: absolute; width: 1px; @@ -24679,6 +23722,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } +.font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + .text-xs { font-size: 0.75rem; line-height: 1rem; @@ -35263,6 +34310,970 @@ div[id^="modal-container"].show-modal { -webkit-line-clamp: unset; } +body { + display: flex; + height: 100%; + min-height: 100vh; + flex-direction: column; + --tw-bg-opacity: 1; + background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); +} + +p a { + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(0, 101, 153, var(--tw-text-opacity)); +} + +.bg-scale-100 { + background-size: 100%; +} + +.hover\:bg-scale-110:hover { + background-size: 110%; +} + +.hover\:bg-scale-120:hover { + background-size: 120%; +} + +/***** NAVBAR *****/ + +.navbar { + width: 100%; + --tw-bg-opacity: 1; + background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); + --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.navbar > div { + width: 100%; +} + +@media (min-width: 640px) { + .navbar > div { + max-width: 640px; + } +} + +@media (min-width: 768px) { + .navbar > div { + max-width: 768px; + } +} + +@media (min-width: 1024px) { + .navbar > div { + max-width: 1024px; + } +} + +@media (min-width: 1280px) { + .navbar > div { + max-width: 1280px; + } +} + +@media (min-width: 1536px) { + .navbar > div { + max-width: 1536px; + } +} + +.navbar > div { + margin-left: auto; + margin-right: auto; + display: flex; + width: 100%; + flex: none; + flex-direction: column; + align-items: center; + padding-left: 1rem; + padding-right: 1rem; +} + +@media (min-width: 640px) { + .navbar > div { + flex-direction: row; + justify-content: space-between; + } +} + +.navbar-logo { + height: 4rem; + flex: none; +} + +.navbar-toggle { + position: absolute; + top: 1.25rem; + right: 1rem; + font-size: 1.5rem; + line-height: 2rem; + --tw-text-opacity: 1; + color: rgba(0, 101, 153, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .navbar-toggle { + right: 0px; + display: none; + } +} + +.navbar-content { + width: 100%; + align-self: flex-start; + --tw-text-opacity: 1; + color: rgba(0, 101, 153, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .navbar-content { + width: auto; + align-self: center; + } +} + +@media (min-width: 768px) { + .navbar-content { + font-size: 1.125rem; + line-height: 1.75rem; + } +} + +@media (min-width: 640px) { + .navbar-content > li { + display: inline-block; + } +} + +.navbar-content hr { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +@media (min-width: 640px) { + .navbar-content hr { + display: none; + } +} + +.navbar-content li > a { + display: block; + height: 100%; + width: 100%; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +@media (min-width: 640px) { + .navbar-content li > a { + padding-left: 0.25rem; + padding-right: 0.25rem; + } +} + +@media (min-width: 768px) { + .navbar-content li > a { + margin-left: 0.25rem; + margin-right: 0.25rem; + padding-left: 0.5rem; + padding-right: 0.5rem; + } +} + +.navbar-content li.active { + font-weight: 600; + --tw-text-opacity: 1; + color: rgba(0, 68, 102, var(--tw-text-opacity)); +} + +.navbar-content li.active a { + cursor: default; +} + +/***** HERO-IMAGE *****/ + +@media (min-width: 1280px){ + .hero-image { + height: 30rem !important; + } +} + +/***** PAGE-TITLE *****/ + +.page-title { + margin-bottom: 1rem; + text-align: center; + text-transform: uppercase; + letter-spacing: 0.025em; + --tw-text-opacity: 1; + color: rgba(0, 101, 153, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .page-title { + font-size: 1.125rem; + line-height: 1.75rem; + font-weight: 500; + } +} + +@media (min-width: 768px) { + .page-title { + margin-bottom: 2rem; + letter-spacing: 0.05em; + } +} + +@media (min-width: 1024px) { + .page-title { + font-size: 1.25rem; + line-height: 1.75rem; + letter-spacing: 0.1em; + } +} + +/***** BUTTONS *****/ + +.btn { + border-radius: 0.25rem; + padding-left: 1rem; + padding-right: 1rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + text-align: center; +} + +.btn-small { + border-radius: 0.25rem; + padding-left: 0.5rem; + padding-right: 0.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + text-align: center; +} + +.btn-primary { + --tw-bg-opacity: 1; + background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); +} + +.btn-primary:hover { + --tw-bg-opacity: 1; + background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); +} + +.btn-primary { + --tw-text-opacity: 1; + color: rgba(239, 246, 255, var(--tw-text-opacity)); +} + +.btn-primary:focus { + outline: 2px solid transparent; + outline-offset: 2px; + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 139, 209, var(--tw-ring-opacity)); +} + +.btn-secondary { + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgba(55, 65, 81, var(--tw-border-opacity)); + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +/***** SECTION *****/ + +.section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); +} + +@media (min-width: 768px) { + .section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } +} + +.section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; +} + +/***** SIDEBAR-NAVIGATION *****/ + +ul.sideBarNav { + display: flex; + flex-direction: column; + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +ul.sideBarNav > li > a { + display: block; + border-radius: 0.25rem; +} + +ul.sideBarNav > li > a:hover { + --tw-bg-opacity: 1; + background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); +} + +ul.sideBarNav > li > a { + padding: 0.5rem; +} + +ul.sideBarNav > li.active > a { + --tw-bg-opacity: 1; + background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); +} + +ul.sideBarNav > li.internalLI > a { + display: block; + border-radius: 0.25rem; + --tw-bg-opacity: 1; + background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); +} + +ul.sideBarNav > li.internalLI > a:hover { + --tw-bg-opacity: 1; + background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); +} + +ul.sideBarNav > li.internalLI > a { + padding: 0.5rem; + --tw-text-opacity: 1; + color: rgba(239, 246, 255, var(--tw-text-opacity)); +} + +ul.sideBarNav > hr { + --tw-border-opacity: 1; + border-color: rgba(209, 213, 219, var(--tw-border-opacity)); +} + +ul.sideBarNav > ul { + display: none; +} + +@media (min-width: 640px) { + ul.sideBarNav > ul { + display: block; + } +} + +ul.sideBarNav > ul > li > a { + margin-left: 0.5rem; + display: block; + border-radius: 0.25rem; +} + +ul.sideBarNav > ul > li > a:hover { + --tw-bg-opacity: 1; + background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); +} + +ul.sideBarNav > ul > li > a { + padding: 0.5rem; + font-size: 0.875rem; + line-height: 1.25rem; +} + +ul.sideBarNav > ul > li.active > a { + font-weight: 600; +} + +/***** CALENDAR *****/ + +.calendar-preview > div { + position: sticky; + top: 1rem; +} + +.calendar-entries { + display: flex; + flex-direction: column; + gap: 1rem; +} + +@media (min-width: 640px) { + .calendar-entries { + margin-top: 1.5rem; + } +} + +.calendar-entry { + display: flex; + align-items: center; +} + +.calendar-dateBubble { + display: flex; + height: 2.75rem; + width: 2.75rem; + flex: none; + flex-direction: column; + justify-content: center; + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); + padding-bottom: 0.25rem; + text-align: center; + line-height: 1; + --tw-text-opacity: 1; + color: rgba(239, 246, 255, var(--tw-text-opacity)); +} + +.calendar-dateBubble .dateBubble-day { + flex: none; + line-height: 1; +} + +.calendar-dateBubble .dateBubble-month { + flex: none; + font-size: 0.875rem; + line-height: 1.25rem; + line-height: 1; + --tw-text-opacity: 1; + color: rgba(219, 234, 254, var(--tw-text-opacity)); +} + +.calendar-entry > h3 { + padding-left: 0.5rem; + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +/***** ARTICLE PREVIEW *****/ + +.article-cover-image { + height: 12rem; + width: 100%; + cursor: pointer; + border-radius: 0.25rem; + background-position: center; + background-repeat: no-repeat; + --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; + transition-duration: 700ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + +@media (min-width: 640px) { + .article-cover-image { + height: 13rem; + } +} + +@media (min-width: 768px) { + .article-cover-image { + height: 16rem; + } +} + +@media (min-width: 1024px) { + .article-cover-image { + height: 18rem; + } +} + +.article-cover-image { + background-size: 100%; +} + +.article-cover-desc { + height: 100%; + width: 100%; + border-radius: 0.25rem; + background-image: linear-gradient(to top, var(--tw-gradient-stops)); + --tw-gradient-from: #1f2937; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); +} + +.article-cover-desc-items { + display: flex; + height: 100%; + flex-direction: column; + justify-content: space-between; + padding: 0.5rem; +} + +.article-cover-tags { + display: flex; + justify-content: flex-end; + -moz-column-gap: 0.25rem; + column-gap: 0.25rem; + text-transform: uppercase; +} + +.article-cover-tags > li { + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgba(0, 101, 153, var(--tw-bg-opacity)); +} + +.article-cover-tags > li:hover { + --tw-bg-opacity: 1; + background-color: rgba(0, 85, 128, var(--tw-bg-opacity)); +} + +.article-cover-tags > li { + padding-left: 0.5rem; + padding-right: 0.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + --tw-text-opacity: 1; + color: rgba(219, 234, 254, var(--tw-text-opacity)); +} + +.article-cover-desc:hover, .article-cover-image:hover { + background-size: 120%; +} + +/***** ARTICLE CONTENT *****/ + +[class^=db-page-content] { + display: flex; + flex-direction: column; + gap: 0.5rem; + overflow-x: hidden; +} + +[class^=db-page-content] > p { + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +.db-page-content p { + text-align: justify; +} + +.db-page-content-left p { + text-align: left; +} + +.db-page-content-right p { + text-align: right; +} + +[class^=db-page-content] ol { + list-style-position: inside; + list-style-type: decimal; + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +[class^=db-page-content] ul { + list-style-position: inside; + list-style-type: disc; + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +[class^=db-page-content] h2, [class^=db-page-content] h3, [class^=db-page-content] h4, [class^=db-page-content] h5, [class^=db-page-content] h6 { + margin-bottom: -0.5rem; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); +} + +[class^=db-page-content] h2 { + margin-top: 0.5rem; + font-size: 1.25rem; + line-height: 1.75rem; + font-weight: 500; +} + +[class^=db-page-content] h3 { + margin-top: 0.25rem; + font-size: 1.125rem; + line-height: 1.75rem; + font-weight: 500; +} + +[class^=db-page-content] h4, [class^=db-page-content] h5, [class^=db-page-content] h6 { + margin-top: 0.25rem; + font-size: 1.125rem; + line-height: 1.75rem; +} + +[class^=db-page-content] b, [class^=db-page-content] strong { + font-weight: 600; +} + +[class^=db-page-content] mark { + border-radius: 0.25rem; + --tw-bg-opacity: 1; + background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + padding-left: 0.125rem; + padding-right: 0.125rem; + padding-top: 1px; + padding-bottom: 1px; + --tw-text-opacity: 1; + color: rgba(146, 64, 14, var(--tw-text-opacity)); +} + +[class^=db-page-content] blockquote { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + border-left-width: 4px; + --tw-border-opacity: 1; + border-color: rgba(209, 213, 219, var(--tw-border-opacity)); + padding-left: 1rem; + padding-right: 1rem; + font-style: italic; + --tw-text-opacity: 1; + color: rgba(75, 85, 99, var(--tw-text-opacity)); +} + +[class^=db-page-content] blockquote > p::before { + content: "„"; +} + +[class^=db-page-content] blockquote > p::after { + content: "“"; +} + +/***** ALERT *****/ + +.alert { + position: relative; + border-radius: 0.25rem; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgba(156, 163, 175, var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); + padding: 0.5rem; + --tw-text-opacity: 1; + color: rgba(75, 85, 99, var(--tw-text-opacity)); +} + +.alert > .alert-icon { + position: absolute; + top: 0.375rem; + right: 0.5rem; + font-size: 1.125rem; + line-height: 1.75rem; + --tw-text-opacity: 1; + color: rgba(209, 213, 219, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .alert > .alert-icon { + font-size: 1.25rem; + line-height: 1.75rem; + } +} + +.alert > .alert-title { + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .alert > .alert-title { + font-weight: 600; + } +} + +.alert-body { + font-size: 0.875rem; + line-height: 1.25rem; +} + +@media (min-width: 640px) { + .alert-body { + font-size: 1rem; + line-height: 1.5rem; + } +} + +.alert a { + font-weight: 500; + text-decoration: underline; +} + +.alert.alert-info { + --tw-border-opacity: 1; + border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgba(29, 78, 216, var(--tw-text-opacity)); +} + +.alert.alert-info > .alert-icon { + --tw-text-opacity: 1; + color: rgba(147, 197, 253, var(--tw-text-opacity)); +} + +.alert.alert-info > .alert-title { + --tw-text-opacity: 1; + color: rgba(30, 64, 175, var(--tw-text-opacity)); +} + +.alert.alert-success { + --tw-border-opacity: 1; + border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgba(4, 120, 87, var(--tw-text-opacity)); +} + +.alert.alert-success > .alert-icon { + --tw-text-opacity: 1; + color: rgba(110, 231, 183, var(--tw-text-opacity)); +} + +.alert.alert-success > .alert-title { + --tw-text-opacity: 1; + color: rgba(6, 95, 70, var(--tw-text-opacity)); +} + +.alert.alert-warning { + --tw-border-opacity: 1; + border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgba(180, 83, 9, var(--tw-text-opacity)); +} + +.alert.alert-warning > .alert-icon { + --tw-text-opacity: 1; + color: rgba(252, 211, 77, var(--tw-text-opacity)); +} + +.alert.alert-warning > .alert-title { + --tw-text-opacity: 1; + color: rgba(146, 64, 14, var(--tw-text-opacity)); +} + +.alert.alert-danger { + --tw-border-opacity: 1; + border-color: rgba(248, 113, 113, var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgba(185, 28, 28, var(--tw-text-opacity)); +} + +.alert.alert-danger > .alert-icon { + --tw-text-opacity: 1; + color: rgba(252, 165, 165, var(--tw-text-opacity)); +} + +.alert.alert-danger > .alert-title { + --tw-text-opacity: 1; + color: rgba(153, 27, 27, var(--tw-text-opacity)); +} + +/***** JOBSLIST *****/ + +.jobsList > a.jobsList-item { + display: flex; + align-items: center; + justify-content: space-between; + gap: 0.5rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +@media (min-width: 640px) { + .jobsList > a.jobsList-item { + gap: 2rem; + } + + .jobsList > a.jobsList-item:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); + } + + .jobsList > a.jobsList-item { + padding: 0.5rem; + } +} + +@media (min-width: 768px) { + .jobsList > a.jobsList-item { + padding: 1rem; + } +} + +.jobsList-desc { + flex-shrink: 1; + flex-grow: 1; + align-items: center; + gap: 0.5rem; +} + +@media (min-width: 768px) { + .jobsList-desc { + display: flex; + } +} + +.jobsList-desc h2 { + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); +} + +@media (min-width: 768px) { + .jobsList-desc h2 { + font-weight: 500; + } +} + +.jobsList-desc h3 { + font-size: 0.875rem; + line-height: 1.25rem; + line-height: 1; + --tw-text-opacity: 1; + color: rgba(75, 85, 99, var(--tw-text-opacity)); +} + +@media (min-width: 768px) { + .jobsList-desc h3 { + font-size: 1rem; + line-height: 1.5rem; + } +} + +.jobsList-price { + margin-top: 0.25rem; + display: flex; + flex-shrink: 0; + justify-content: flex-end; + vertical-align: top; +} + +.jobsList-value { + display: inline-block; + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)); +} + +@media (min-width: 768px) { + .jobsList-value { + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } +} + +.jobsList-amount { + margin-top: 0.375rem; + margin-left: 0.25rem; + display: inline-block; + font-size: 0.875rem; + line-height: 1.25rem; + --tw-text-opacity: 1; + color: rgba(75, 85, 99, var(--tw-text-opacity)); +} + +@media (min-width: 768px) { + .jobsList-amount { + margin-top: 0px; + font-size: 1rem; + line-height: 1.5rem; + } +} + +.jobsList-expand { + flex: none; + font-size: 1.25rem; + line-height: 1.75rem; + --tw-text-opacity: 1; + color: rgba(156, 163, 175, var(--tw-text-opacity)); +} + +/***** MEMBERS SECTIONS *****/ + +.members-article a.title { + margin-top: 2rem; + margin-bottom: 1rem; + display: flex; + flex-direction: row; + align-items: flex-start; +} + +.members-article a.title [class*="fa-"] { + margin-top: 0.5rem; + margin-right: 0.25rem; + flex: none; + font-size: 0.875rem; + line-height: 1.25rem; + --tw-text-opacity: 1; + color: rgba(59, 130, 246, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .members-article a.title [class*="fa-"] { + visibility: hidden; + margin-left: -1.25rem; + --tw-text-opacity: 1; + color: rgba(96, 165, 250, var(--tw-text-opacity)); + } +} + +.members-article a.title:hover [class*="fa-"] { + visibility: visible; + --tw-text-opacity: 1; + color: rgba(59, 130, 246, var(--tw-text-opacity)); +} + +.members-article a.title h2 { + flex: 1 1 0%; + font-size: 1.125rem; + line-height: 1.75rem; + letter-spacing: 0.05em; + --tw-text-opacity: 1; + color: rgba(17, 24, 39, var(--tw-text-opacity)); +} + +.members-article .members-listing { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + gap: 0.5rem; + text-align: center; + --tw-text-opacity: 1; + color: rgba(0, 101, 153, var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .members-article .members-listing { + gap: 1rem; + } +} + +.members-article .members-listing figure { + width: 9rem; +} + +.members-article .members-listing figure figcaption h3 { + padding-top: 0.25rem; + line-height: 1.25; +} + @media (min-width: 640px) { .sm\:container { width: 100%; @@ -35298,28 +35309,6 @@ div[id^="modal-container"].show-modal { } } - .sm\:section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - @media (min-width: 768px) { - .sm\:section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } - } - - .sm\:section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; - } - .sm\:sr-only { position: absolute; width: 1px; @@ -58198,6 +58187,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } + .sm\:font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + } + .sm\:text-xs { font-size: 0.75rem; line-height: 1rem; @@ -68336,6 +68329,28 @@ div[id^="modal-container"].show-modal { .sm\:line-clamp-none { -webkit-line-clamp: unset; } + + .sm\:section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } + + @media (min-width: 768px) { + .sm\:section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } + } + + .sm\:section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; + } } @media (min-width: 768px) { @@ -68373,28 +68388,6 @@ div[id^="modal-container"].show-modal { } } - .md\:section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - @media (min-width: 768px) { - .md\:section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } - } - - .md\:section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; - } - .md\:sr-only { position: absolute; width: 1px; @@ -91273,6 +91266,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } + .md\:font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + } + .md\:text-xs { font-size: 0.75rem; line-height: 1rem; @@ -101411,6 +101408,28 @@ div[id^="modal-container"].show-modal { .md\:line-clamp-none { -webkit-line-clamp: unset; } + + .md\:section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } + + @media (min-width: 768px) { + .md\:section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } + } + + .md\:section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; + } } @media (min-width: 1024px) { @@ -101448,28 +101467,6 @@ div[id^="modal-container"].show-modal { } } - .lg\:section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - @media (min-width: 768px) { - .lg\:section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } - } - - .lg\:section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; - } - .lg\:sr-only { position: absolute; width: 1px; @@ -124348,6 +124345,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } + .lg\:font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + } + .lg\:text-xs { font-size: 0.75rem; line-height: 1rem; @@ -134486,6 +134487,28 @@ div[id^="modal-container"].show-modal { .lg\:line-clamp-none { -webkit-line-clamp: unset; } + + .lg\:section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } + + @media (min-width: 768px) { + .lg\:section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } + } + + .lg\:section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; + } } @media (min-width: 1280px) { @@ -134523,28 +134546,6 @@ div[id^="modal-container"].show-modal { } } - .xl\:section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - @media (min-width: 768px) { - .xl\:section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } - } - - .xl\:section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; - } - .xl\:sr-only { position: absolute; width: 1px; @@ -157423,6 +157424,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } + .xl\:font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + } + .xl\:text-xs { font-size: 0.75rem; line-height: 1rem; @@ -167561,6 +167566,28 @@ div[id^="modal-container"].show-modal { .xl\:line-clamp-none { -webkit-line-clamp: unset; } + + .xl\:section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } + + @media (min-width: 768px) { + .xl\:section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } + } + + .xl\:section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; + } } @media (min-width: 1536px) { @@ -167598,28 +167625,6 @@ div[id^="modal-container"].show-modal { } } - .\32xl\:section-title { - text-align: center; - font-size: 1rem; - line-height: 1.5rem; - font-weight: 500; - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - @media (min-width: 768px) { - .\32xl\:section-title { - font-size: 1.125rem; - line-height: 1.75rem; - } - } - - .\32xl\:section-title-margins { - margin-top: 1rem; - margin-bottom: 0.5rem; - text-transform: uppercase; - } - .\32xl\:sr-only { position: absolute; width: 1px; @@ -190498,6 +190503,10 @@ div[id^="modal-container"].show-modal { font-family: Besley, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } + .\32xl\:font-mono { + font-family: Fira Code, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + } + .\32xl\:text-xs { font-size: 0.75rem; line-height: 1rem; @@ -200636,4 +200645,26 @@ div[id^="modal-container"].show-modal { .\32xl\:line-clamp-none { -webkit-line-clamp: unset; } + + .\32xl\:section-title { + text-align: center; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 500; + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)); + } + + @media (min-width: 768px) { + .\32xl\:section-title { + font-size: 1.125rem; + line-height: 1.75rem; + } + } + + .\32xl\:section-title-margins { + margin-top: 1rem; + margin-bottom: 0.5rem; + text-transform: uppercase; + } } \ No newline at end of file