/*

- Tailwind
{ 'light_green': { DEFAULT: '#beef9e', 100: '#22440b', 200: '#448916', 300: '#66cd21', 400: '#91e45a', 500: '#beef9e', 600: '#ccf2b2', 700: '#d8f6c5', 800: '#e5f9d8', 900: '#f2fcec' }, 'night': { DEFAULT: '#071108', 100: '#010402', 200: '#030703', 300: '#040b05', 400: '#060e07', 500: '#071108', 600: '#235729', 700: '#409c49', 800: '#75c77e', 900: '#bae3be' }, 'caribbean_current': { DEFAULT: '#186e7f', 100: '#05161a', 200: '#0a2c33', 300: '#0f434d', 400: '#145967', 500: '#186e7f', 600: '#24a3bc', 700: '#4bc4dd', 800: '#87d8e8', 900: '#c3ebf4' }, 'coral': { DEFAULT: '#fb8f67', 100: '#451402', 200: '#892704', 300: '#ce3b05', 400: '#f95a20', 500: '#fb8f67', 600: '#fca484', 700: '#fdbba3', 800: '#fdd1c1', 900: '#fee8e0' }, 'sandy_brown': { DEFAULT: '#f2a65a', 100: '#3d2105', 200: '#7b420a', 300: '#b8630f', 400: '#ed851d', 500: '#f2a65a', 600: '#f4b87b', 700: '#f7c99c', 800: '#fadbbd', 900: '#fcedde' } }

- CSV
beef9e,071108,186e7f,fb8f67,f2a65a

- With #
#beef9e, #071108, #186e7f, #fb8f67, #f2a65a

--------------------------------

https://coolors.co/ffc640-071108-186e7f-beef9e-86cb92

- Tailwind

{ 'mikado_yellow': { DEFAULT: '#ffc640', 100: '#402d00', 200: '#815a00', 300: '#c18700', 400: '#ffb302', 500: '#ffc640', 600: '#ffd268', 700: '#ffdd8e', 800: '#ffe8b4', 900: '#fff4d9' }, 'night': { DEFAULT: '#071108', 100: '#010402', 200: '#030703', 300: '#040b05', 400: '#060e07', 500: '#071108', 600: '#235729', 700: '#409c49', 800: '#75c77e', 900: '#bae3be' }, 'caribbean_current': { DEFAULT: '#186e7f', 100: '#05161a', 200: '#0a2c33', 300: '#0f434d', 400: '#145967', 500: '#186e7f', 600: '#24a3bc', 700: '#4bc4dd', 800: '#87d8e8', 900: '#c3ebf4' }, 'light_green': { DEFAULT: '#beef9e', 100: '#22440b', 200: '#448916', 300: '#66cd21', 400: '#91e45a', 500: '#beef9e', 600: '#ccf2b2', 700: '#d8f6c5', 800: '#e5f9d8', 900: '#f2fcec' }, 'emerald': { DEFAULT: '#86cb92', 100: '#142f19', 200: '#285e31', 300: '#3d8d4a', 400: '#56b767', 500: '#86cb92', 600: '#9ed5a7', 700: '#b6e0bd', 800: '#ceead3', 900: '#e7f5e9' } }

- CSV

ffc640,071108,186e7f,beef9e,86cb92

- With #

#ffc640, #071108, #186e7f, #beef9e, #86cb92



*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix::after, .clearfix::before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.bs-thin {
  box-shadow: 4px 6px 9px -9px rgba(0, 0, 0, 0.3);
}

.hidden {
  display: none;
}

.di-b {
  display: block;
}

.di-ib {
  display: inline-block;
}

.di-flex {
  display: flex;
}

.clear-b {
  clear: both;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-space-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

.as-self-end {
  align-self: self-end;
}

.as-self-start {
  align-self: self-start;
}

.js-end {
  justify-self: end;
}

.js-center {
  justify-self: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-space-between.third > * {
  width: 30%;
}

.flex-grow {
  flex-grow: 1;
}

.op-half {
  opacity: 0.5;
}

.crsr-pointer {
  cursor: pointer;
}

.mt-none {
  margin-top: 0;
}

.mt-tiny {
  margin-top: 0.25rem;
}

.mt-small {
  margin-top: 0.5rem;
}

.mt-base {
  margin-top: 0.875rem;
}

.mt-default {
  margin-top: 1rem;
}

.mt-medium {
  margin-top: 1.5rem;
}

.mt-large {
  margin-top: 2rem;
}

.mt-giant {
  margin-top: 2rem;
}

.mb-none {
  margin-bottom: 0;
}

.mb-tiny {
  margin-bottom: 0.25rem;
}

.mb-small {
  margin-bottom: 0.5rem;
}

.mb-base {
  margin-bottom: 0.875rem;
}

.mb-default {
  margin-bottom: 1rem;
}

.mb-medium {
  margin-bottom: 1.5rem;
}

.mb-large {
  margin-bottom: 2rem;
}

.ml-small {
  margin-left: 0.5rem;
}

.mr-tiny {
  margin-right: 0.25rem;
}

.mr-small {
  margin-right: 0.5rem;
}

.mr-base {
  margin-right: 0.875rem;
}

.p-tiny {
  padding: 0.25rem;
}

.p-small {
  padding: 0.5rem;
}

.p-base {
  padding: 0.875rem;
}

.p-default {
  padding: 1rem;
}

.p-medium {
  padding: 1.25rem;
}

.p-large {
  padding: 1.5rem;
}

.p-giant {
  padding: 2rem;
}

.pt-small {
  padding-top: 0.5rem;
}

.pt-base {
  padding-top: 0.875rem;
}

.pt-default {
  padding-top: 1rem;
}

.pt-medium {
  padding-top: 1.25rem;
}

.pt-large {
  padding-top: 1.5rem;
}

.pb-small {
  padding-bottom: 0.5rem;
}

.pb-base {
  padding-bottom: 0.875rem;
}

.pb-default {
  padding-bottom: 1rem;
}

.pb-medium {
  padding-bottom: 1.25rem;
}

.pb-large {
  padding-bottom: 1.5rem;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.full-wide {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.half-wide {
  display: block;
  box-sizing: border-box;
  width: 50%;
}

.third-wide {
  display: block;
  box-sizing: border-box;
  width: 33%;
}

.ff-copy {
  font-family: "Red Hat Display", sans-serif;
}

.ff-display {
  font-family: "DM Serif Display", serif;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.tt-uc {
  text-transform: uppercase;
}

.ls-rare {
  letter-spacing: 2px;
}

.lh-135 {
  line-height: 1.35;
}

.lh-15 {
  line-height: 1.5;
}

.fs-tiny {
  font-size: 0.6875rem;
}

.fs-small {
  font-size: 0.75rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-default {
  font-size: 1rem;
}

.fs-medium {
  font-size: 1.25rem;
}

.fs-large {
  font-size: 1.5rem;
}

.fs-big {
  font-size: 1.75rem;
}

.fs-giant {
  font-size: 2rem;
}

.fw-thin {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semi {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extra {
  font-weight: 800;
}

.fst-italic {
  font-style: italic;
}

.crs-pointer {
  cursor: pointer;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.monospace {
  font-family: monospace;
}

.br-small {
  border-radius: 3px;
}

.br-large {
  border-radius: 6px;
}

.br-giant {
  border-radius: 50%;
}

.c-white {
  color: #fff;
}

.c-light {
  color: #4d4d4d;
}

.c-primary {
  color: #333;
}

.c-secondary {
  color: #D93535;
}

.c-error {
  color: #D60E00;
}

.c-assurance {
  color: #099621;
}

.c-warning {
  color: #ffc107;
}

.c-info {
  color: #1E92F4;
}

.bgc-alter-light-grey {
  background-color: #e7e7e7;
}

.bgc-light-grey {
  background-color: #f8f8f8;
}

.bgc-primary {
  background-color: #333;
}

.bgc-white {
  background-color: #fff;
}

.bgc-assurance {
  background-color: #58ad50;
}

@media screen and (min-width: 768px) {
  .float-l--l {
    float: left;
  }
  .half-wide--l {
    width: 50%;
    display: block;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .hidden--s {
    display: none;
  }
  .float-n--s {
    float: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .hidden--m {
    display: none;
  }
  .float-n--m {
    float: none;
  }
}
@media screen and (min-width: 480px) {
  .mt-default-from-xs {
    margin-top: 1rem;
  }
}
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid-gap-tiny {
  grid-gap: 0.25rem;
}

.grid-gap-small {
  grid-gap: 0.5rem;
}

.grid-gap-base {
  grid-gap: 0.875rem;
}

.grid-gap-default {
  grid-gap: 1rem;
}

.grid-gap-medium {
  grid-gap: 1.25rem;
}

.grid-col-1 {
  grid-column: span 1;
}

.grid-col-2 {
  grid-column: span 2;
}

.grid-col-3 {
  grid-column: span 3;
}

.grid-col-4 {
  grid-column: span 4;
}

.grid-col-5 {
  grid-column: span 5;
}

.grid-col-6 {
  grid-column: span 6;
}

.grid-col-7 {
  grid-column: span 7;
}

.grid-col-8 {
  grid-column: span 8;
}

.grid-col-9 {
  grid-column: span 9;
}

.grid-col-10 {
  grid-column: span 10;
}

.grid-col-11 {
  grid-column: span 11;
}

.grid-col-12 {
  grid-column: span 12;
}

@media screen and (max-width: 1024px) {
  .grid-col-1-desktop {
    grid-column: span 1;
  }
  .grid-col-2-desktop {
    grid-column: span 2;
  }
  .grid-col-3-desktop {
    grid-column: span 3;
  }
  .grid-col-4-desktop {
    grid-column: span 4;
  }
  .grid-col-5-desktop {
    grid-column: span 5;
  }
  .grid-col-6-desktop {
    grid-column: span 6;
  }
  .grid-col-7-desktop {
    grid-column: span 7;
  }
  .grid-col-8-desktop {
    grid-column: span 8;
  }
  .grid-col-9-desktop {
    grid-column: span 9;
  }
  .grid-col-10-desktop {
    grid-column: span 10;
  }
  .grid-col-11-desktop {
    grid-column: span 11;
  }
  .grid-col-12-desktop {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .grid-col-1-tablet {
    grid-column: span 1;
  }
  .grid-col-2-tablet {
    grid-column: span 2;
  }
  .grid-col-3-tablet {
    grid-column: span 3;
  }
  .grid-col-4-tablet {
    grid-column: span 4;
  }
  .grid-col-5-tablet {
    grid-column: span 5;
  }
  .grid-col-6-tablet {
    grid-column: span 6;
  }
  .grid-col-7-tablet {
    grid-column: span 7;
  }
  .grid-col-8-tablet {
    grid-column: span 8;
  }
  .grid-col-9-tablet {
    grid-column: span 9;
  }
  .grid-col-10-tablet {
    grid-column: span 10;
  }
  .grid-col-11-tablet {
    grid-column: span 11;
  }
  .grid-col-12-tablet {
    grid-column: span 12;
  }
}
@media screen and (max-width: 660px) {
  .grid-col-1-l-mobile {
    grid-column: span 1;
  }
  .grid-col-2-l-mobile {
    grid-column: span 2;
  }
  .grid-col-3-l-mobile {
    grid-column: span 3;
  }
  .grid-col-4-l-mobile {
    grid-column: span 4;
  }
  .grid-col-5-l-mobile {
    grid-column: span 5;
  }
  .grid-col-6-l-mobile {
    grid-column: span 6;
  }
  .grid-col-7-l-mobile {
    grid-column: span 7;
  }
  .grid-col-8-l-mobile {
    grid-column: span 8;
  }
  .grid-col-9-l-mobile {
    grid-column: span 9;
  }
  .grid-col-10-l-mobile {
    grid-column: span 10;
  }
  .grid-col-11-l-mobile {
    grid-column: span 11;
  }
  .grid-col-12-l-mobile {
    grid-column: span 12;
  }
}
@media screen and (max-width: 480px) {
  .grid-col-1-mobile {
    grid-column: span 1;
  }
  .grid-col-2-mobile {
    grid-column: span 2;
  }
  .grid-col-3-mobile {
    grid-column: span 3;
  }
  .grid-col-4-mobile {
    grid-column: span 4;
  }
  .grid-col-5-mobile {
    grid-column: span 5;
  }
  .grid-col-6-mobile {
    grid-column: span 6;
  }
  .grid-col-7-mobile {
    grid-column: span 7;
  }
  .grid-col-8-mobile {
    grid-column: span 8;
  }
  .grid-col-9-mobile {
    grid-column: span 9;
  }
  .grid-col-10-mobile {
    grid-column: span 10;
  }
  .grid-col-11-mobile {
    grid-column: span 11;
  }
  .grid-col-12-mobile {
    grid-column: span 12;
  }
}
.bgc-carribean-current {
  background-color: #186e7f;
}

.bgc-mikado-yellow {
  background-color: #ffc640;
}

.bgc-night {
  background-color: #071108;
}

.bgc-light-green {
  background-color: #e9f5e2;
}

.bgc-antique {
  background-color: antiquewhite;
}

strong {
  font-weight: bold;
}

html {
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #f6f5f4;
  line-height: 1.25;
}

.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1 {
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}

h1.name {
  font-size: 1.25rem;
}

p {
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}

a.link-block {
  font-weight: normal;
}
a.link-block:hover {
  text-decoration: none;
}

ul.bullets {
  padding-left: 2rem;
}
ul.bullets li {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0.125rem 0;
}

header,
#mobile-nav-header {
  border-bottom: 1px solid #dedede;
}

.header-container {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container nav ul {
  display: flex;
  justify-content: space-around;
}

#mobile-nav ul li a,
.header-container nav ul li a {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}

#mobile-nav ul li a {
  display: block;
  padding: 0.5rem 1rem;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#mobile-nav-pane {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  animation: fadein 0.23s ease-out forwards;
  z-index: 1;
}

#mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  width: 270px;
  background-color: #f6f5f4;
  animation: slidein 0.13s ease-out forwards;
  z-index: 2;
}

.mobile-nav-open #mobile-nav-pane,
.mobile-nav-open #mobile-nav {
  display: block;
}

#mobile-nav-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .header-container {
    padding: 0.25rem 1rem 0.25rem 0.25rem;
  }
}
.text-container p {
  margin-top: 0.75rem;
}

button.icon-only {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
}

button.icon-only:hover {
  background: rgba(0, 0, 0, 0.03);
}

button.icon-only:active {
  background: rgba(0, 0, 0, 0.06);
}

#mobile-nav-open-button {
  display: none;
}

@media screen and (max-width: 960px) {
  #write-to-me-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  #mobile-nav-open-button,
  #write-to-me-button {
    display: block;
  }
  #main-nav {
    display: none;
  }
}
footer {
  background-color: #071108;
  color: white;
  padding: 3rem 0;
}
footer .footer-content {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .footer-content li {
  padding: 0.25rem;
}
footer .footer-content a {
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (max-width: 660px) {
  footer .footer-content {
    grid-template-columns: 1fr;
  }
}
#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #186e7f;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: none;
}
#cookie-consent.visible {
  display: flex;
}

@media screen and (max-width: 660px) {
  #cookie-consent {
    flex-direction: column;
  }
  #consent-accept-button {
    margin-top: 0.5rem;
  }
}
#consent-accept-button {
  cursor: pointer;
  color: #186e7f;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

a.video-thumbnail {
  position: relative;
  display: flex;
  border: 6px solid rgba(255, 255, 255, 0.7);
}
a.video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: font-size ease-out 0.23s;
  color: #fff;
  font-size: 5rem;
}
a.video-thumbnail .shadow {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color ease-out 0.23s;
}
a.video-thumbnail:hover .shadow {
  background-color: rgba(0, 0, 0, 0.3);
}
a.video-thumbnail:hover .play-icon {
  font-size: 6.5rem;
}
a.video-thumbnail .thumb-img {
  max-width: 100%;
}

#greeting {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#greeting #main-info {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#greeting #main-info p {
  margin-top: 1rem;
  max-width: 450px;
}
#greeting #portrait-container {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#greeting #portrait-container img {
  max-width: 75%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #greeting {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 660px) {
  #greeting {
    flex-direction: column;
  }
  #greeting #main-info {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  #greeting #main-info p {
    max-width: 80vw;
    align-self: center;
  }
  #greeting #main-info ul.social-icons {
    justify-content: center;
  }
  #greeting #portrait-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #greeting #portrait-container img {
    max-width: 50%;
  }
}
.news-entry {
  display: grid;
  grid-template-areas: "thumb head" "thumb cont";
  grid-template-columns: 3fr 5fr;
  grid-template-rows: min-content 1fr;
  grid-gap: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 0.5rem;
}
.news-entry .title-area {
  grid-area: head;
}
.news-entry .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: cont;
}
.news-entry .content .details-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.news-entry .content .details-link:hover {
  text-decoration: none;
}
.news-entry .content .details-link:hover .text {
  text-decoration: underline;
}
.news-entry .thumbnail {
  grid-area: thumb;
  align-self: self-start;
}

@media screen and (max-width: 768px) {
  .news-entry {
    grid-template-areas: "head" "thumb" "cont";
    grid-template-columns: 1fr;
  }
  .news-entry h2 {
    font-size: 1.25rem;
  }
}
#rolam strong {
  font-size: 1.35rem;
  font-weight: bold;
}

#greeting-news-delimiter {
  content: "";
  display: block;
  height: 2vh;
  background: linear-gradient(to bottom left, #f6f5f4 50%, #ffc640 51%);
}

#news {
  padding: 2rem 0;
  background: linear-gradient(to bottom, #ffc640 50%, #ffb302 100%);
}

#news-albums-delimiter {
  content: "";
  display: block;
  height: 4vh;
  background: linear-gradient(to bottom right, #ffb302 50%, #071108 51%);
}

#albums {
  background-color: #071108;
  color: #fff;
  padding: 3rem 0;
}

#albums-videos-delimiter {
  content: "";
  display: block;
  height: 4vh;
  background: linear-gradient(to bottom left, #071108 50%, #186e7f 51%);
}

#music-videos {
  background-color: #186e7f;
  color: #fff;
  padding: 3rem 0;
}

#contact {
  padding: 3rem 0;
}

#videos-about-delimiter {
  content: "";
  display: block;
  height: 4vh;
  background: linear-gradient(to bottom right, #186e7f 50%, #e9f5e2 51%);
}

#music-videos {
  background-color: #186e7f;
  color: #fff;
  padding: 3rem 0;
}
#music-videos .music-videos-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}

#about {
  background-color: #e9f5e2;
  padding: 2rem 0 3rem 0;
}

.category-links .category-box {
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #166372;
  border-radius: 0.5rem;
  cursor: pointer;
}
.category-links .thumbnail {
  display: block;
  border-radius: 0.5rem;
  width: 100%;
}
.category-links .highlighted-category {
  grid-column: 1/span 2;
}
.category-links .category-name {
  font-family: "DM Serif Display", serif;
  font-weight: 500;
}
.category-links .category-link {
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
.category-links .category-link:hover {
  text-decoration: none;
  background: linear-gradient(to right, #145b6a, #145b6a 40%, #166372 60%);
}
.category-links .latest-in-category-link {
  border-top: 1px solid #1a798c;
  color: #fff;
  font-weight: normal;
}
.category-links .latest-in-category-link:hover {
  text-decoration: none;
  background: linear-gradient(to right, #145b6a, #145b6a 40%, #166372 60%);
}

.video-player {
  background: black;
}
.video-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.contributor-image-placeholder {
  width: 48px;
  height: 48px;
}

#video-search-input {
  border: 0;
  padding: 0.75rem;
  font-family: "Red Hat Display", sans-serif;
  border-radius: 0.5rem;
  min-width: 20rem;
}

.similar-videos {
  background-color: #ffc640;
  color: black;
  padding: 2rem 0;
}

.video-list-item {
  display: flex;
  flex-direction: column;
}
.video-list-item .thumbnail-image-wrapper {
  position: relative;
}
.video-list-item .thumbnail-image-wrapper img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.video-list-item .thumbnail-image-wrapper .length-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

ul.social-icons {
  display: flex;
}
ul.social-icons li {
  margin-right: 0.5rem;
  opacity: 0.95;
}
ul.social-icons.social-light-theme svg {
  fill: #fff;
}
ul.social-icons.social-color-on-hover a:hover svg.youtube,
ul.social-icons.social-color-on-hover a:hover svg.youtube-music {
  fill: #FF0000;
}
ul.social-icons.social-color-on-hover a:hover svg.facebook {
  fill: #4267B2;
}
ul.social-icons.social-color-on-hover a:hover svg.spotify {
  fill: #1DB954;
}
ul.social-icons.social-color-on-hover a:hover svg.apple-music {
  fill: #000000;
}
ul.social-icons.social-color-on-hover a:hover svg.messenger {
  fill: #006AFF;
}
ul.social-icons.social-with-names {
  flex-direction: column;
}
ul.social-icons.social-with-names a {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=adam-graf-portfolio-site.css.map */
