@property --cc-color-background {
  syntax: "<color>";
  inherits: true;
  initial-value: #ffffff;
}

@property --cc-color-text {
  syntax: "<color>";
  inherits: true;
  initial-value: black;
}

@property --cc-color-action {
  syntax: "<color>";
  inherits: true;
  initial-value: black;
}

@property --cc-color-action-text {
  syntax: "<color>";
  inherits: true;
  initial-value: white;
}

:root {
  --cc-element-margin-bottom: 2em;
  --swiper-navigation-color: var(--cc-color-action);
  --swiper-pagination-color: var(--cc-color-action);
}

html {
  margin: 0 20px;
}

* {
  color: var(--cc-color-text);
  font-family: Helvetica, sans-serif;
  line-height: 1.4;
}

p {
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  margin: 0;
}

header img {
  max-width: 100%;
}

a {
  color: var(--cc-color-action);
  text-decoration: none;
}

header, section {
  margin-bottom: 80px;
}

section img {
  max-width: 100%;
  height: auto;
}

/* section:nth-child(odd) {
    background-color: var(--cc-color-text);
    * {
        color: var(--cc-color-background);
    }
} */

body {
  background-color: var(--cc-color-background);
  text-align: center;
  margin: 0;
  max-width: 80em;
  padding: 0 0 10em;
  margin-left: auto;
  margin-right: auto;

  @media only screen and (min-width: 600px) { /* For tablets: */
    padding: 0 2em 10em;

  }
  @media only screen and (min-width: 768px) { /* For desktop: */
    padding: 0 2em 10em;
  }
}

nav ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ol li {
  display: inline;
}

nav ol li:not(:last-child) {
  padding-right: 50px;
}

ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}

.map {
  margin: 30px 0 0 0;
}

.map iframe {
  max-width: 100%;
}

.grid-col2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;

  @media only screen and (min-width: 600px) { /* For tablets: */
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;

  }
  @media only screen and (min-width: 768px) { /* For desktop: */
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

footer h5 {
    color: gray;
}

input[type=button] {
    font-size: 2em;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    color: var(--cc-color-action-text);
    background-color: var(--cc-color-action);
    filter: brightness(103%);
    border: 1px solid var(--cc_action);
    margin: 1em 0;
}

input[type=button]:hover {
    background-color: var(--cc-color-action);
    filter: brightness(90%);
}

.youtube {
    width: 100%;
    aspect-ratio: 4/3;
}

.text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--cc-element-margin-bottom);
}

img {
  margin-bottom: var(--cc-element-margin-bottom);
}

.swiper img {
  width: 100%;
}

.cc-embed-instagram {
  margin: 4em 0;
}

.cc-embed-instagram iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cc-embed-facebook {
  height: 500px;
  margin: 4em 0;
}

.cc-embed-facebook iframe {
  height: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cc-embed-facebook span {
  height: 100% !important;
  width: 340px !important; /* FB default */
}
