#fw-section-links-list-5107fc98-d9bf-49f7-946f-595bfba3b40c {
--font-heading-scale: 1.23;
--font-body-scale: 1.0;
}
#fw-section-image-with-text-0c3d99a0-febf-4028-81e8-f36551931a0b {
--font-heading-scale: 1.2;
--font-body-scale: 1.26;
}
#fw-section-image-with-text-0c3d99a0-febf-4028-81e8-f36551931a0b {
--color-primary: #302951;
--color-primary-rgb: 48, 41, 81;
--color-background: #00aa7f;
--color-background-rgb: 0, 170, 127;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 114;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #302951;
--primary-btn-text: #F9F8FF;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;
img {
  box-shadow: 0px 6px 9px #00000080;
  transform: scale(1.1);
}
}
#fw-section-rich-text-8c676b97-a33d-4910-806c-48d5d59b12d7 {
--font-heading-scale: 1.44;
--font-body-scale: 1.01;
}
#fw-section-hmac-c7ef4b8e-a4b5-4676-a705-1113daaff58e {
--color-primary: #00aa7f;
--color-primary-rgb: 0, 170, 127;
--color-background: #302951;
--color-background-rgb: 48, 41, 81;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 48;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #00aa7f;
--primary-btn-text: #F9F8FF;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;

}
#fw-section-featured-collection-63a48cc6-fb52-467f-a408-8d08fb00e136 {
--font-heading-scale: 1.46;
--font-body-scale: 1.25;
}
#fw-section-featured-collection-63a48cc6-fb52-467f-a408-8d08fb00e136 {

.section-header__heading {
  text-align: center;
}

.tile__image > .image {
  padding: 50% 0;
}
}
#fw-section-custom-html-0b01874b-f89a-41f5-850e-1ecea5fc9ea5 {

#livestreamwrap {
  margin: 20px 0 0;
}

#livestreamwrap ul {
  list-style: none;
  padding: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-around;
}
#livestreamwrap ul li  {
  pointer-events: auto;
  width: 100%;
}
#livestreamwrap ul li a {
  text-decoration: none;
  color: gray;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
}
#livestreamwrap ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

#livestreamwrap ul svg {
  margin-right: 8px;
  pointer-events: none;
}

#livestreamwrap ul span {
  pointer-events: none;
}
  
#livestreamwrap .nav .active a {
  color: white;
  border-bottom: 1px solid white;
}

#livestreamwrap .nav .active a.twitch {
  background: slateblue;
}
  
#livestreamwrap .nav .active a.youtube {
  background: #aa0000;
}

#livestreamwrap .nav .active a.radio {
  background: #00aa7f;
}
  
#livestreamwrap .nav .active a.friends {
  background: #aa7f00;
}
  
#livestreamwrap .nav .active a:hover {
  color: white;
  border-bottom: 1px solid grey;
}

#livestreamwrap .tab-pane {
  display: none;
}

#livestreamwrap .tab-pane.active {
  display: block;
}

#livestreamwrap .tab-pane iframe {
  width: 100%;
}

#leonimuz-radio {
  background: linear-gradient(135deg, #330867 0%, #30cfd0 100%);
  height: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

  
#radio-buttons {
  width: 100%;
}

#radio-buttons button {
  color: white;
  font-size: 20px;
  margin: 0 20px;
  text-shadow: 0 2px 2px black;
}

#radio-buttons svg {
  width: 100%;
  fill: white;
  height: 30px;
  filter: drop-shadow(0 2px 2px black);
  margin-bottom: 10px;
}
  
#radio-container {
  width: 100%;
  margin-bottom: 20px;
}

#radio-container #player{
  width: 500px;
  height: 500px;
  box-shadow:0 5px 20px black;
}

#radio-container iframe {
  width: 100%;
  height: 100%;
}
  
@media only screen and (max-width: 400px) {
  #livestreamwrap ul svg {
    margin: 0 auto;
  }
   #livestreamwrap ul span {
     display: none;
   }
  #radio-container #player{
    width: 100%;
    height: 350px;
  }
}
}
#fw-section-donations-d45f3149-eb9a-48b4-b75d-966f62a0d977 {
--color-primary: #302951;
--color-primary-rgb: 48, 41, 81;
--color-background: #00aa7f;
--color-background-rgb: 0, 170, 127;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 114;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #302951;
--primary-btn-text: #F9F8FF;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;

}

#fw-section-rich-text-59fd108f-c0a6-485a-8c57-4c9d68373f8d {
--font-heading-scale: 1.36;
--font-body-scale: 1.01;
}
#fw-section-rich-text-59fd108f-c0a6-485a-8c57-4c9d68373f8d {
--color-primary: #034f3c;
--color-primary-rgb: 3, 79, 60;
--color-background: #302951;
--color-background-rgb: 48, 41, 81;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 48;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #034f3c;
--primary-btn-text: #F9F8FF;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;

}
#fw-section-image-with-text-b47c6558-91d5-4272-b097-9db7f6e3885c {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}
#fw-section-image-with-text-58a26b5e-a624-4363-bbce-0a453650e950 {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}
#fw-section-image-with-text-b3792e86-c80a-496e-9968-1f36bf5b0e58 {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}
#fw-section-image-with-text-5140f1eb-4d9a-4df7-a48a-2ba17a1f29da {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}
#fw-section-image-with-text-f0685a21-52d7-451c-bb7e-da6b19266ff6 {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}
#fw-section-image-with-text-60e25eb5-653d-4e63-907f-324b229a2767 {
--font-heading-scale: 1.38;
--font-body-scale: 1.29;
}



#fw-section-hero-video-0 {
--font-heading-scale: 1.16;
--font-body-scale: 2.0;
}
#fw-section-hero-video-0 {

video {
  transform: scale(2);
  filter: blur(50px)
}
}