/* 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.4;
}

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;
}

body,
div,
ul,
li,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

::-moz-selection {
  background: #252729;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #252729;
  color: #fff;
  text-shadow: none;
}

body {
  font-family: "Poppins", "Helvetica", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1.4;
  color: #71767a;
}

/* === Type Stuff =================================== */
h1,
h2,
h3,
h4 {
  font-family: "Krona One";
}

h1 {
  font-size: 88px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #252729;
}

h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #252729;
}

h3 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #252729;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #252729;
}

.color-gold {
  color: #d1bd96;
}

a {
  font-weight: 500;
  color: #d1bd96;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #a38955;
}

li {
  display: inline;
  padding: 16px;
}

ul {
  list-style: none;
  display: block;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: 700;
}

/* === Div Stuff =================================== */

header {
  background: url(../images/headerbg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

header h1 {
  color: #ffffff;
}

header.blogpost {
  flex-direction: column;
  height: 240px;
  padding-bottom: 32px;
  background: white;
}

#nav-bar {
  margin-top: 64px;
  position: fixed;
}

/* === Animation Stuff ===================================== */

.fader {
  animation: fadein 5s;
  -moz-animation: fadein 5s;
  /* Firefox */
  -webkit-animation: fadein 5s;
  /* Safari and Chrome */
  -o-animation: fadein 5s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* === End Animation Stuff ===================================== */

#page {
  width: 100%;
  padding-top: 150px;
  overflow-x: hidden;
}

#home #page {
  padding-top: 0;
}

#blog #page {
  padding-bottom: 150px;
}

.header-content {
}

#nav {
  width: 100%;
  height: 56px;
  padding-top: 32px;
  top: -96px;
  background-color: rgb(255, 255, 255, 0.94);
  backdrop-filter: blur(4px);
  position: fixed;
  transition: top 0.3s;
  transition-timing-function: ease-in;
  text-align: center;
  justify-content: center;
}

#nav a {
  font-family: "Krona One";
}

.nav-active {
  border-bottom: 6px solid black;
  padding-bottom: 23px;
}

.nav-active a {
  color: black;
}

.menu {
  font-family: "Material Icons";
  font-size: 48px;
  padding-top: 48px;
  text-align: left;
  padding-bottom: 20px;
}

.material-icons.md-40 {
  font-size: 40px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 25px;
}

.wrap .center {
  margin-right: auto;
  margin-left: auto;
}

.wrap .header {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

.wrap .content {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.wrap .content.center {
  text-align: center;
}

.blog-photo {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.blog-photo img {
  display: block;
  width: 100%;
}

section.content-block {
  width: 100%;
  min-height: 80vh;
  padding: 125px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.content-block.h40 {
  min-height: 40vh;
}

section.content-block.h30 {
  min-height: 30vh;
}

.gold-fill {
  background: #d1bd96;
}

.purple-fill {
  background: #8b6e84;
}

.gray-fill {
  background: #F6F6F6;
}

.gold-fill .content {
  color: #252729;
}

.black-fill {
  /* background: url(../images/update-bg.jpg) no-repeat center center; */
  background-color: #252729;
}

.black-fill h3 {
  color: #fff;
  padding: 20px 0;
}

.black-fill a {
  color: #fff;
}

.black-fill a:hover {
  color: #d1bd96;
}

.black-fill .button:hover {
  color: #252729;
  background-color: #d1bd95;
}

.white {
  color: #fff;
}

.center {
  text-align: center;
}

.label {
  color: #d1bd96;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.fab {
  font-size: 48px;
}

section.album h1 {
  margin-top: 0;
  margin-bottom: 36px;
}

section.album p {
  margin: 0;
}

.album-cover {
  display: block;
  margin: 50px auto;
  background-color: #fff;
  box-shadow: 0 24px 88px -6px rgba(30, 30, 30, 0.15);
  max-width: 800px;
}

.album-cover img {
  display: block;
  width: 100%;
}

.two-up {
  max-width: 960px;
}

.button {
  border: 2px solid #d1bd95;
  text-align: center;
  color: #252729;
  display: inline-block;
  padding: 12px 36px;
  min-width: 300px;
  margin-bottom: 12px;
  transition: background 0.3s;
}

.button:hover {
  color: #252729;
  background-color: #d1bd95;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  border: 2px solid #d1bd95;
  padding: 12px 24px;
  min-width: 200px;
  font-size: 16px;
  font-family: "Poppins", "Helvetica", sans-serif;
}

#mc_embed_signup input[type="text"]:focus,
#mc_embed_signup input[type="email"]:focus {
  outline: none;
}

#mc_embed_signup input[type="submit"] {
  border: 2px solid #d1bd95;
  color: #252729;
  background-color: #fff;
  display: inline-block;
  padding: 14px 24px;
  min-width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #252729;
  font-family: "Poppins", "Helvetica", sans-serif;
  cursor: pointer;
  transition: background 0.3s;
}

#mc_embed_signup input[type="submit"]:hover {
  background-color: #d1bd95;
}

#mc_embed_signup input[type="submit"]:focus {
  outline: none;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #d30000 !important;
}

#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #d30000 !important;
  font-weight: normal !important;
  font-size: 18px;
}

.response {
  padding: 20px 0;
  max-width: 400px;
}

section.notes {
  padding: 40px 0;
}

.image-break {
  width: 100%;
  padding: 80px 0;
}

.image-break .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.image-break img {
  display: block;
  height: auto;
  box-shadow: 0 18px 44px -3px rgba(30, 30, 30, 0.25);
}

.image-break img:first-of-type {
  width: 64%;
}

.image-break img:last-of-type {
  margin-top: -13%;
  margin-left: 50%;
  width: 50%;
}

.image-break.flip img:first-of-type {
  width: 50%;
  position: relative;
  z-index: 5;
}

.image-break.flip img:last-of-type {
  margin-top: -13%;
  margin-left: 36%;
  width: 64%;
  position: relative;
  z-index: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-top: 50px;
}

.my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.my25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* === Scroll animations ============ */
/* Based on https://github.com/daneden/animate.css */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated {
  visibility: hidden;
}

.animate {
  visibility: visible;
}

/* Add any additional animate.css classes below */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* === Media Queries for Responsive stuff. ============ */

/* iPad Landscape and similar tablet sizes */
@media (min-width: 768px) and (max-width: 1024px) {
  .album-grid {
    gap: 30px;
    margin-top: 30px;
  }
  
  .album-info h3 {
    font-size: 20px;
    font-size: 14px;
  }
  
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  
  .video-info h3 {
    font-size: 12px;
  }
}

/* Large tablets and small desktops */
@media (max-width: 1200px) {
  .wrap {
    width: auto;
    margin: 0;
    text-align: left;
  }

  .wrap .center {
    margin: 0 auto;
  }

  .wrap .content {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  
  h1 {
    font-size: 72px;
  }
  
  h2 {
    font-size: 60px;
  }
  
  h3 {
    font-size: 44px;
  }
  
  .album-grid {
    gap: 30px;
  }
}

/* Tablets and large phones */
@media (max-width: 840px) {
  body {
    font-size: 20px;
  }
  
  h1 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  h3 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  .image-break img:first-of-type {
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
    margin-bottom: 48px;
  }

  .image-break img:last-of-type {
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
  }

  .image-break.flip img:first-of-type {
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
    margin-bottom: 48px;
  }

  .image-break.flip img:last-of-type {
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
  }

  .blog-content,
  .blog-content img {
    width: 100%;
  }
  
  .wrap {
    padding: 0 24px;
  }
  
  section.content-block {
    padding: 80px 0;
    min-height: 60vh;
  }
  
  .button {
    min-width: 250px;
    padding: 10px 24px;
  }
  
  .album-grid {
    gap: 30px;
  }
}

/* Medium tablets */
@media (min-width: 601px) and (max-width: 840px) {
  .blog-content,
  .blog-photo {
    width: 100vw;
  }

  .blog-content .wrap {
    padding: 0 20px;
  }

  .blog-photo img {
    width: 100%;
  }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  
  h1 {
    font-size: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  h2 {
    font-size: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  h3 {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  h4 {
    font-size: 18px;
  }
  
  .wrap {
    padding: 0 24px;
  }
  
  section.content-block {
    padding: 40px 0;
    min-height: 50vh;
  }
  
  .button {
    min-width: 200px;
    padding: 8px 20px;
    font-size: 16px;
  }
  
  #nav {
    height: 48px;
    padding-top: 24px;
  }
  
  .menu {
    font-size: 40px;
    padding-top: 40px;
  }
  
  .album-cover {
    max-width: 600px;
  }
  
  .back-arrow {
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
  }
  
  .back-arrow i {
    font-size: 18px;
  }
}

/* Mobile phones */
@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  
  h1 {
    font-size: 40px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 34px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  
  h4 {
    font-size: 16px;
  }
  
  p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .wrap {
    padding: 0 24px;
  }
  
  section.content-block {
    padding: 40px 0;
    min-height: 40vh;
  }
  
  .button {
    min-width: 180px;
    padding: 6px 16px;
    font-size: 14px;
  }
  
  #nav {
    height: 44px;
    padding-top: 20px;
  }
  
  .menu {
    font-size: 36px;
    padding-top: 36px;
  }
  
  header {
    padding: 1rem;
  }
  
  header.blogpost {
    height: 180px;
    padding-bottom: 24px;
  }
  
  .album-cover {
    max-width: 400px;
  }
  
  .back-arrow {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  
  .back-arrow i {
    font-size: 16px;
  }
  
  /* Force single column layout for videos on mobile */
  .video-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  
  .album-grid {
    gap: 30px;
  }
  
  .album-info h3 {
    font-size: 20px;
  }
  
  .video-info h3 {
    font-size: 18px;
  }
  
  .video-info p {
    font-size: 14px;
  }
  
  .album-description {
    font-size: 14px;
  }
  
  .album-year {
    font-size: 14px;
  }
  
  .album-links {
    gap: 8px;
  }
  
  .button.small {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Very small phones */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  
  h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  h2 {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  h4 {
    font-size: 15px;
  }
  
  .wrap {
    padding: 0 24px;
  }
  
  section.content-block {
    padding: 30px 0;
    min-height: 35vh;
  }
  
  .button {
    min-width: 160px;
    padding: 5px 14px;
    font-size: 13px;
  }
  
  #nav {
    height: 40px;
    padding-top: 16px;
  }
  
  .menu {
    font-size: 32px;
    padding-top: 32px;
  }
  
  header {
    padding: 0.5rem;
  }
  
  header.blogpost {
    height: 160px;
    padding-bottom: 20px;
  }
  
  .album-cover {
    max-width: 300px;
  }
  
  .back-arrow {
    top: 8px;
    left: 8px;
    width: 35px;
    height: 35px;
  }
  
  .back-arrow i {
    font-size: 14px;
  }
  
  .album-item .album-cover {
    width: 200px;
    height: 200px;
  }
  
  .album-info h3 {
    font-size: 18px;
  }
  
  .video-info h3 {
    font-size: 16px;
  }
  
  .video-info p {
    font-size: 13px;
  }
  
  .album-description {
    font-size: 13px;
  }
  
  .album-year {
    font-size: 13px;
  }
  
  .button.small {
    padding: 5px 10px;
    font-size: 11px;
  }
  
  #mc_embed_signup input[type="text"],
  #mc_embed_signup input[type="email"] {
    min-width: 150px;
    font-size: 14px;
    padding: 10px 16px;
  }
  
  #mc_embed_signup input[type="submit"] {
    font-size: 16px;
    padding: 12px 20px;
  }
}

/* Extra small phones */
@media (max-width: 360px) {
  body {
    font-size: 14px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 22px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  h4 {
    font-size: 14px;
  }
  
  .wrap {
    padding: 0 24px;
  }
  
  .button {
    min-width: 140px;
    padding: 4px 12px;
    font-size: 12px;
  }
  
  .album-item .album-cover {
    width: 180px;
    height: 180px;
  }
  
  .album-info h3 {
    font-size: 16px;
  }
  
  .video-info h3 {
    font-size: 15px;
  }
  
  .video-info p {
    font-size: 12px;
  }
  
  .album-description {
    font-size: 12px;
  }
  
  .album-year {
    font-size: 12px;
  }
  
  .button.small {
    padding: 4px 8px;
    font-size: 10px;
  }
}

/* === Music Section =================================== */
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.music .wrap .header {
  margin-bottom: 30px;
}

.album-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.album-item .album-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.album-item .album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.album-item .album-cover:hover img {
  transform: scale(1.05);
}

.album-info h3 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #252729;
}

.album-year {
  font-size: 16px;
  color: #71767a;
  margin-bottom: 12px;
  font-weight: 400;
}

.album-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #71767a;
}

.album-links {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.button.small {
  padding: 8px 16px;
  font-size: 14px;
  min-width: auto;
}

.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button.disabled:hover {
  background: #252729;
  color: #fff;
}

/* === Video Section =================================== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.video-item {
  display: flex;
  flex-direction: column;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #252729;
}

.video-info p {
  font-size: 16px;
  color: #71767a;
  line-height: 1.4;
}

/* === Substack Integration =================================== */
#custom-substack-embed {
  margin: 20px auto;
  max-width: 480px;
}

#custom-substack-embed .form-message {
  font-family: "Krona One", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
}

@media (max-width: 520px) {
  .email-signup iframe {
    width: 100% !important;
    height: 280px !important;
  }
}

/* === Back Arrow for Liner Notes =================================== */
.back-arrow {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #252729;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.back-arrow:hover {
  background-color: #d1bd96;
  color: #252729;
  transform: translateX(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.back-arrow i {
  font-size: 20px;
}

/* Position the album section relative for absolute positioning of back arrow */
.album {
  position: relative;
  margin-bottom: 50px;
}

/* === Footer Styles =================================== */
footer {
  min-height: auto !important;
  padding: 30px 0 !important;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.footer-social ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.footer-social li {
  margin: 0;
}

.footer-social a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #d1bd96;
}

.footer-social .fab {
  font-size: 24px;
}

/* Footer responsive styles */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  
  .footer-social ul {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 20px 0 !important;
  }
  
  .footer-copyright p {
    font-size: 14px;
  }
  
  .footer-social .fab {
    font-size: 20px;
  }
  
  .footer-social ul {
    gap: 15px;
  }
}
