@font-face {
  font-family: Caveat;
  src: url('../assets/caveat.woff2') format('woff2');
}

@font-face {
  font-family: 'open sans';
  src: url('../assets/open-sans-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'open sans';
  src: url('../assets/open-sans-bold.woff2') format('woff2');
  font-weight: bold;
}

:root {
  box-sizing: border-box;
  --footer-bkg-color: rgb(190, 188, 194);
  --headline-color: rgb(253, 163, 3);
  --shiatsu-headline-underline-color: rgb(190,188,194);
  --h3-color: rgb(95, 94, 97);
  --microkinesi-h1-color: rgba(148,99,217,1);
  --microkinesi-h3-color: rgb(95, 94, 97);
  --dorn-breuss-h1-color: rgb(69,161,24);
  --dorn-breuss-nav-button-color: #4CAD05;
  --fussreflex-h1-color: rgb(159,86,18);
  --reiki-h1-color: rgb(186,218,85);
  --meridian-h1-color: rgb(235,136,32);
  --coaching-h1-color: rgb(0,160,206);
  --text-hilight-color: rgb(253, 163, 3);
  --submenu-bkg-color: hsl(37, 100%, 93%);
  --text-color: rgb(47, 47, 48);
  --content-link-color: rgb(95, 94, 97);
  --button-border-color: rgb(95, 94, 97);
  --nav-link-color: rgb(84, 84, 84);
  --nav-link-hover-color: black;
  --menu-selected-color: rgb(253, 163, 3);
  --button-background-color: rgba(252,161,3,1);
  --button-hover-color: rgba(142,141,145,1);
  --gallery-dialog-backdrop-color: rgba(61,74,80,1);
  --to-top-color: #fda303;
  font-family: 'open sans';
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.nav-container {
  position: fixed;
  width: 100%;
  z-index: 50;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(47, 46, 46, 0.6);
  padding: 0 4vw;
  background-color: white;
}

.nav {
  max-width: 880px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
  font-size: 1.8em;
}

.menu {
  flex-basis: 60%;
  font-size: 1.125em;
  white-space: nowrap;
}

.menu a {
  color: var(--nav-link-color);
  text-decoration: none;
  padding: 1em 0.5em 1em 0;
  display: block;
}

.menu a:hover {
  color: var(--nav-link-hover-color);
}

.menu > ul > li > .selected {
  color: var(--menu-selected-color)
}

.menu .submenu .selected {
  color: var(--menu-selected-color);
  /* font-weight: bold; */
}

.menu > ul,
.tools > ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.menu > ul > li,
.tools > ul > li {
  display: inline-block;
}

.menu > ul > li {
  position: relative;
}

.menu > ul > li:hover .submenu {
  display: block;
}

.menu .submenu-toggle {
  display: none;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 3em;
  left: -0.7em;
  list-style-type: none;
  padding-left: 0;
  background-color: var(--submenu-bkg-color);
  border-radius: 0.5em;
  /* border: 1px solid lightgrey; */
  box-shadow: 1px 1px 1px 1px #888;
}
.menu .submenu a {
  padding: 0.3em 0.7em 0.3em 0.7em;
}

.menu .submenu a:hover {
  color: var(--nav-link-hover-color);
}

.tools {
  flex-basis: 12%;
}

.tools a {
  padding: 0.5em;
  display: block;
}

.main-container {
  position: relative;
  top: 100px;
}

.main-container > header.empty {
  height: 1px;
}

.main-container > header {
  width: 100%;
  height: 200px;
}

.main-container > header img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

main {
  padding: 0 4vw;
}

main .bottom {
  position: relative;
  height: 40px;
  /* margin-top: 1.5em; */
}

main.ausbildungen .bottom {
  margin-top: 0;
}

main .bottom .nav-button {
  position: absolute;
  /* top: -1.5em; */
  top: 0;
  right: 2em;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  fill: var(--to-top-color);
  fill-opacity: 1;
  stroke-opacity: 1;
  stroke-width: 0;
}

main .bottom .nav-button svg {
  width: 100%;
  height:100%;
}

main.shiatsu .bottom .nav-button {
  fill: var(--h3-color);
}

main.microkinesi .bottom .nav-button {
  fill: var(--microkinesi-h1-color);
}

main.dorn-breuss .bottom .nav-button {
  fill: var(--dorn-breuss-nav-button-color);
}

main.fussreflex .bottom .nav-button {
  fill: var(--fussreflex-h1-color);
}

main.reiki .bottom .nav-button {
  fill: var(--reiki-h1-color);
}

main.meridian .bottom .nav-button {
  fill: var(--meridian-h1-color);
}

main.coaching .bottom .nav-button {
  fill: var(--coaching-h1-color);
}
main .bottom .nav-button.to-top {
  transform: rotate(180deg);
}

main .bottom .nav-button.one-level-up {
  transform: rotate(90deg);
  right: 6em;
}

article {
  max-width: 880px;
  margin: 2em auto 1em auto;
  color: var(--text-color);
  font-size: 1rem;
}

.news article > section {
  border-bottom: 4px dotted var(--to-top-color);
  /* padding-bottom: 1.3em; */
}

.news article > section:last-of-type {
  margin-bottom: 2em;;
}

article address {
  font-style: normal;
}

article blockquote {
  font-weight: 600;
  color: var(--headline-color);
}

img.responsive {
  width: 100%;
  max-width: max-content;
}

article.empty {
  /* viewport height - (height navigation bar + height image header + height footer + height ? 100px)*/
  min-height: calc(100vh - (100px + 200px + 50px + 50px));
}

article .hilight {
  color: var(--text-hilight-color);
  font-weight: bold;
}

article img.float-right {
  margin-left: 3em;
  margin-bottom: 1em;
  float: right;
  max-width: max-content;
  width: 30%;
}

.shiatsu article img.float-right {
  width: 40%;
  min-width: 200px;
}

.news article img.float-right {
  min-width: 200px;
}

img.ulli-heinich {
  min-width: 180px;
}

article .column img {
  margin: 0 4vw 0 0;
}

article .cols-2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 1em;
  justify-content: center;
}

/* article .cols-2 a {
  text-decoration: none;
} */

/*
.ueber-mich article .cols-2 {
  margin-top: -1.7em;
}
*/
article .cols-2 .col-1 {
  flex-basis: 48.5%;
  flex-grow: 0;
  align-content: center;
}

article .cols-2 .col-1 h2,
article .cols-2 .col-2 h2 {
  margin-top: 0;
}

article .cols-2 .col-1.big,
article .cols-2 .col-2.big {
  flex-basis: 68.5%;
}

article .cols-2 .col-1.small,
article .cols-2 .col-2.small {
  flex-basis: 28.5%;
}

.ueber-mich article .cols-2 .col-1,
.ueber-mich article .cols-2 .col-2 {
  margin-top: 1.7em;
}

.ueber-mich article .cols-2 .col-1 img {
  min-width: 357px;
}

article .cols-2 .col-1.immediate-p > p:first-child {
  margin-top: 0;
}

article .cols-2 .col-2 {
  flex-basis: 48.5%;
  flex-grow: 0;
  align-content: center;
}

article .cols-2 .col-1.flowing-text,
article .cols-2 .col-2.flowing-text {
  flex-grow: 1;
}

.ueber-mich article .cols-2 .col-2 p {
  font-size: 1.6em;
  font-family: Caveat;
  color: var(--h3-color);
  margin-top: 0;
  margin-bottom: 0;
}

.ueber-mich article .cols-2 .col-2 .svg-container {
  width: 30px;
  height: 42px;
  fill: var(--headline-color);
}

article .cols-2 figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article .cols-2 figure img {
  width: 100%;
  min-width: 300px;
  max-width: max-content;
  margin-bottom: 1em;
}

.coaching article .cols-2 {
  margin-top: 0;
}

.coaching article .cols-2 .col-1 {
  flex-basis: 60%;
}

.coaching article .cols-2 .col-2 {
  flex-basis: 40%;
}

.coaching article .cols-2 figure {
  align-items: end;
}

.coaching article .cols-2 figure img {
  min-width: 121px;
  margin-bottom: 0;
}

article .cols-2 figcaption {
  font-size: 0.83rem;
  font-style: italic;
  max-width: 406px;
}

article a {
  color: inherit;
}

/* this prevents the browser from highlighing link targets with an is attribute*/
article a[id] {
  outline: none;
  border: none;
}

.shiatsu article a {
  font-weight: bold;
}

article ul {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding-left: 1.6em;
}

article ul.wide-list {
  margin-bottom: 0;
}

article ul.wide-list li:not(:last-child)::after {
	content: ' ';
	display: block;
	height: 1em;
}

article ul.wide-list1 {
  margin-top: 0.2em;
  margin-bottom: 0;
}

article ul.wide-list1 li:not(:last-child)::after {
	content: ' ';
	display: block;
	height: 0.3em;
}

article ul.wide-list2 {
  margin-bottom: 0;
}

article ul.wide-list2 li:not(:last-child)::after {
	content: ' ';
	display: block;
	height: 1.5em;
}

.coaching article ul {
  margin-bottom: 1.4em;
}

.home article ul li {
  margin-bottom: 1.3em;
}

article ul.li-with-vspace li::after {
  content: ' ';
  display: block;
  height: 1em;
}

article ul.noparagraph {
  line-height: 1.4em;
  margin: 0.1em 0;
  padding-left: 2em;
}

article > .three-in-a-row {
  display: flex;
  /* justify-content: space-between; */
}

article > .three-in-a-row > .vcenter-container {
  background-color: #f0dda8;
  flex-basis: 40%;
  flex-shrink: 0;
  display: flex;
}

article > .three-in-a-row .middle {
  margin: 0;
  text-align: center;
  align-self: center;
  width: 100%;
}

article > .three-in-a-row img {
  width: 100%;
  object-fit: cover;
}

article .link {
  font-weight: 600;
  font-style: italic;
  color: var(--content-link-color);
}

article .link.right-gap {
  margin-right: 0.5em;
}

/* article .link span {
  font-style: normal;
  font-weight: normal;
} */

article .strong {
  font-weight: 600;
  color: var(--content-link-color);
}

article .italic {
  font-style: italic;
}

article .mailto {
  cursor: pointer;
  text-decoration: underline;
}

article .clearfix::after {
  content: " ";
  clear: both;
  display: table;
}

article section:not(:first-of-type) {
  margin-top: 1.5em;
}

/* article section:last-child {
  margin-bottom: 2em;
}
 */
.contact h1 {
  margin-bottom: 0.5em;
}

article .contact-container {
  display: flex;
  flex-wrap: wrap;
}

article .contact-container img {
  width: 100%;
  height: auto;
  max-width: 180px;
  margin: 2em 0 0 1.2em;
}

article .contact-container section:first-child {
  flex-basis: 40%;
  padding-right: 2em;
  flex-grow: 1;
}

article .contact-container section:last-child {
  flex-basis: 60%;
}

article .contact-container section {
  margin-top: 0;
}

article img[src='img/ulli-heinich-kontakt.webp'] {
  margin-top: 2em;
  max-width: 200px;
}

article img[src='img/404.jpg'] {
  margin-right: 2em;
  min-width: 200px;
}

article .voucher-container {
  display: flex;
  flex-wrap: wrap;
}

article .voucher-container > div:first-child {
  flex-basis: 60%;
  padding-right: 2em;
  flex-grow: 1;
}

article .voucher-container > div:first-child > p:first-of-type {
  margin-top: 0;
}

article .voucher-container > div:last-child {
  flex-basis: 40%;
  text-align: right;
}

article .voucher-container img {
  width: 100%;
  max-width: 300px;
}

article .grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 1.5em;
}

article .grid > img {
  align-self: end;
  justify-self: center;
}

article .grid img[src='img/tipping.gif'] {
  width: 106px;
  margin-bottom: 1em;
}

article .grid img[src='img/esi.gif'] {
  width: 139px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  align-self: center;
}

article .grid img[src='img/lotz.webp'] {
  /* margin-top: 1.5em; */
  /* margin-bottom: 1.5em; */
  align-self: start;
}

article .grid img[src='img/micro.webp'] {
  /* margin-top: 2em; */
  align-self: start;
}

article .grid ul {
  margin-bottom: 0;
}

article .grid div > ul > li::after {
  content: ' ';
  display: block;
  height: 1em;
}

article .grid .two-on-top {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-self: start;
}

article section.footnote {
  font-size: 0.62rem;
}

article section.footnote.standard {
  font-size: 0.82rem;
}

article section.footnote .strong {
  font-weight: bold;
}

details section {
  margin-left: 1em;
}

details summary {
  cursor: pointer;
}

section p.quote {
  font-family: Caveat;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--text-hilight-color);
  margin: 0;
  line-height: 1.1;
}

section p.author {
  font-size: 0.8em;
}

section .cite {
  text-align: center;
  line-height: 1.7;
}

section.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  max-width: 880px;
  margin: 1em auto 1em auto;
  color: var(--text-color);
}

section.cards a {
  color: inherit;
}

section .card {
  max-width: 288px;
  min-width: 244px;
  width: 100%;
  margin-bottom: 2.4em;
  margin-right: 0.2em;
  flex-basis: 33%;
}

section .card img {
  width: 100%;
}

section .card img:hover {
  filter: opacity(70%);
}

section .card .description {
  text-align: center;
  color: #545454;
}

section .card .description h2 {
  margin-bottom: 0;
}

section .card .description p {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-top: 0.38rem;
}

section .card .description a {
  text-decoration: none;
}

/* needs higher specificity */
article section.gallery {
    margin-top: 2.5em;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}

.gallery .zoom {
  cursor: pointer;
}

.gallery-column {
  max-width: 290px;
  /* keeps the flex wrap in sync with the 
    media query for the smallest viewport width */
  min-width: 244px;
  flex-shrink: 1;
  flex-basis: 33%;
}

.gallery-column img {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
}

.gallery-column img:hover {
  filter: opacity(70%);
}

.gallery-column .description {
  color: var(--text-hilight-color);
  font-weight: 600;
  text-align: center;
}

.gallery dialog::backdrop {
  background-color: var(--gallery-dialog-backdrop-color);
}

.gallery dialog {
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  color: white;
  background-color: var(--gallery-dialog-backdrop-color);
}

.gallery dialog .dialog-close {
  position: absolute;
  top: 0;
  right: 0.5em;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.gallery dialog .dialog-close::after {
  display: block;
  content: "\2715";
  font-size: 2.6rem;
}

.gallery dialog main {
  display: flex;
  align-items: center;
  height: 100%;
}

.gallery dialog main .left,
.gallery dialog main .left-hidden,
.gallery dialog main .right,
.gallery dialog main .right-hidden {
  flex-basis: 10%;
  text-decoration: none;
  text-align: center;
}

.gallery dialog main .left::after {
  content: "\2039";
  font-size: 3rem;
}

.gallery dialog main .right::after {
  content: "\203A";
  font-size: 3rem;
}

.gallery dialog main .left-hidden::after,
.gallery dialog main .right-hidden::after {
  content: "";
  font-size: 3rem;
}

.gallery dialog main .image-container {
  width: 100%;
  height: 100%;
   /* keep images reasonably sized, in case of resizing
      of the browser window.*/
  max-height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery dialog main .description {
  width: 20%;
  overflow-wrap: break-word;
}

.gallery dialog main .description header {
  font-size: 1.3rem;
  font-weight: bold;
}

.immediate-text {
  margin-bottom: 0;
}

h1,
h2 {
  color: var(--headline-color);
}

h1 {
  font-size: 1.875rem;
  margin: 0.83rem 0 1.5rem 0;
}

h1.immediate-text {
  margin-bottom: 0.8em;
}

h2.immediate-text {
  margin-bottom: 0;
}

h1.immediate-h2 {
  margin-bottom: 1.5rem;
}

h1.immediate-h3 {
  margin-bottom: 2.3rem;
}

.impressum h1.immediate-h3 {
  margin-bottom: 1rem;
}

h1 > .underline {
  padding-bottom: 0.1em;;
  border-bottom: 7px solid var(--headline-color);
  line-height: 1.9; /* wegen Überlappung mit unterer Border */
}

h2 {
  font-size: 1.375rem;
  margin: 0.83em 0;
}

h2.caveat {
  font-family: Caveat;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
}

/* Verwendung überprüfen */
h2.expression {
  font-family: Caveat;
  font-size: 1.8em;
  font-weight: 700;
}

h2 + section {
  margin-top: 0em;
}

h3 {
  font-size: 1rem;
  margin: 0.60em 0 0 0;
  color: var(--h3-color);
}

.shiatsu h1,
.shiatsu h2 {
  color: var(--text-color);
}

.shiatsu h1 > .underline {
  border-bottom-color: var(--shiatsu-headline-underline-color);
}

.shiatsu h2.with-label {
  margin-top: 0.33rem;
}

.microkinesi h1,
.microkinesi h2 {
  color: var(--microkinesi-h1-color);
}

.microkinesi h1 > .underline {
  border-bottom-color: var(--microkinesi-h1-color);
}

.dorn-breuss h1,
.dorn-breuss h2 {
  color: var(--dorn-breuss-h1-color);
}

.dorn-breuss h1 > .underline {
  border-bottom-color: var(--dorn-breuss-h1-color);
}

.fussreflex h1,
.fussreflex h2 {
  color: var(--fussreflex-h1-color);
}

.fussreflex h1 > .underline {
  border-bottom-color: var(--fussreflex-h1-color);
}

.reiki h1,
.reiki h2 {
  color: var(--reiki-h1-color);
}

.reiki h1 > .underline {
  border-bottom-color: var(--reiki-h1-color);
}

.meridian h1,
.meridian h2 {
  color: var(--meridian-h1-color);
}

.meridian h1 > .underline {
  border-bottom-color: var(--meridian-h1-color);
}

.coaching h1,
.coaching h2 {
  color: var(--coaching-h1-color);
}

.coaching h1 > .underline {
  border-bottom-color: var(--coaching-h1-color);
}

h2.immediate-text + p {
  margin-top: 0;
}

h3 + p {
  margin-top: 0;
}

section.cols-2 h3 + p {
  margin-top: 16px; /* initial for browser default didn't work */
}

p {
  line-height: 1.4;
}

p.centered {
  text-align: center;
}

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

.column {
  float: left;
  width: 50%;
}

.column + .column {
  padding-left: 3em;
}

.signature {
  color: #3d9be9;
  font-family: Caveat;
  font-size: 2.5rem;
  font-weight: 600;
}

p.signature {
  color: var(--text-hilight-color);
  margin-bottom: 0.5em;
}

table.seminar td:first-child {
  width: 5em;
}

/* 
 - vertically smaller header image,
 - smaller article margin top
 - smaller h1 font
 - smaller left padding of right column
*/
@media screen and (max-width: 930px) {
  .main-container > header {
    height: 150px;
  }

  article {
    margin-top: 2em;
  }

  article.empty {
    /* viewport height - (height navigation bar + height image header + height footer + height + 84px)*/
    min-height: calc(100vh - (100px + 150px + 50px + 50px)); 
  }

  h1 {
    font-size: 1.675rem;
  }

  h1 > .underline {
    border-bottom-width: 5px;
  } 

  h2.caveat {
    font-size: 2rem;
  }

  .column + .column {
    padding-left: 2em;
    white-space: nowrap;
  }

}

@media screen and (max-width: 790px) {
  .hamburger a {
    color: var(--nav-link-color);
    text-decoration: none;
    display: inline-block;
  }

  .menu-toggle-closed::after {
    display: block;
    content: "\2261";
    width: 30px;
    font-size: 1.27em;
  }

  .menu-toggle-open::after {
    display: block;
    content: "\2715";
    width: 30px;
    font-size: 0.9em;
    text-indent: 0.2em;
  }

  .menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    font-size: 1rem;
  }

  .menu > ul {
    flex-direction: column;
    margin: 0;
  }

  .menu > ul > li:first-child {
    border-top: 1px solid #aaa;
  }

  .menu > ul > li {
    border-bottom: 1px solid #aaa;
    background-color: white;
  }

  .menu > ul > li:hover .submenu {
    display: none;
  }

  .menu > ul > li > a {
    padding: 0.3em 0 0.3em 1.5em;
    display: block;
    float: left;
    width: 50%;
  }

  .menu .submenu-toggle {
    display: block;
    position: relative;
    padding-left: 0;
  }

  .menu .submenu-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0.4em solid;
  }

  .menu .submenu-toggle.closed::after {
    border-color: transparent transparent transparent black;
    right: 1em;
  }

  .menu .submenu-toggle.open::after {
    border-color: black transparent transparent;
    right: 1.2em;
  }

  .menu .submenu {
    position: static;
    top: initial;
    left: initial;
    padding: 0.2em 0 0.2em 3em;
    clear: both;
    background-color: transparent;
    border-radius: 0;
  }

  .menu .submenu a {
    padding: 0 0 0.1em 0;
  }

  .hamburger {
    display: block;
  }

  /* remove right image of three-in-a-row component */
  article > .three-in-a-row > .vcenter-container {
    flex-basis: 65%;
  }

  article > .three-in-a-row > .vcenter-container + img {
    display: none;
  }

  article .grid {
    grid-template-columns: 1fr;
  }

  article .voucher-container > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 530px) {

  .main-container > header {
    height: 100px;
  }

  article.empty {
    /* viewport height - (height navigation bar + height image header + height footer + height ? 72px)*/
    min-height: calc(100vh - (100px + 100px + 50px + 50px));
  }

  article .column img {
    float: right;
  }

  article img.float-right {
    margin-left: 1em;
    margin-bottom: 0.5em;
  }

  h1 {
    font-size: 1.575rem;
  }

  .column {
    float: none;
    width: initial;
  }

  .column + .column {
    padding: 0;
  }

  article > .three-in-a-row > img:first-child {
    display: none;
  }

  article > .three-in-a-row > .vcenter-container {
    flex-basis: 100%;
  }

  section p.quote {
    line-height: 1;
    font-size: 1.7rem;
  }


  .gallery-column img:hover {
    filter: none;
  }  

  .gallery .zoom {
    cursor: default;
  }  

}

footer {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: center;
  background-color: var(--footer-bkg-color);
  height: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(47, 46, 46, 0.6);
  color: white;
  font-size: 0.8rem;
}

footer section {
  display: flex;
  justify-content: space-between;
}

footer section a {
  color: inherit;
}
