/*!
Theme Name: ECFB
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecfb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ECFB is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
strong {
  font-weight: 700;
}

body {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 30px solid #EEE;
}
body:not(.home) header {
  background: #000;
  top: 30px;
  left: 30px;
  right: 30px;
  padding: 10px;
  position: static;
}
body:not(.home) header .container {
  padding: 0;
}
@media (min-width: 1200px) {
  body:not(.home) header {
    padding: 30px;
  }
}
body:not(.home) .header-svg {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -1px;
}
body:not(.home) main .container {
  padding: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.bg-black {
  background: #000;
}

.btn {
  background: #000;
  color: white;
  border-radius: 30px;
  padding: 6px 20px;
}

section {
  padding: 150px 0;
}

h1,
.h1 {
  margin-bottom: 35px;
  font-size: 2.3rem;
  line-height: 1.1;
}
h1 span,
.h1 span {
  font-size: 1.25rem;
  display: block;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h1 span,
  .h1 span {
    font-size: 2.25rem;
  }
}

strong {
  font-weight: 700;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
}
header .nav-toggle svg {
  fill: white;
  height: 30px;
  width: auto;
}
@media (min-width: 992px) {
  header .nav-toggle {
    display: none !important;
  }
}
header .container {
  padding-left: 50px;
  padding-right: 50px;
}
header nav a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: none;
}
header nav a.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  header nav a {
    display: block;
  }
}
header nav .logo {
  height: 80px;
  width: auto;
}
@media (min-width: 1200px) {
  header nav .logo {
    height: 137px;
  }
}
header .mobile-nav {
  position: absolute;
  display: none;
  top: 50px;
  right: 30px;
  z-index: 9;
  width: 300px;
  height: 300px;
}
header .mobile-nav a {
  color: white;
  display: block;
  padding: 12px;
  text-align: right;
}
@media (min-width: 992px) {
  header .mobile-nav {
    display: none !important;
  }
}

footer {
  background: #000;
  padding-bottom: 30px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
footer a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer {
    font-size: 1.25rem;
  }
}

.footer-svg {
  width: 100%;
  display: block;
  margin-bottom: -1px;
}

section.intro {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
section.intro img.intro-header {
  min-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  section.intro img.player {
    max-width: 1400px;
    width: 65vw;
    position: relative;
    left: -100px;
  }
}
@media (min-width: 1400px) {
  section.intro {
    font-size: 1.5rem;
  }
}

section.schedule .text-uppercase {
  font-weight: 700;
}
@media (min-width: 1400px) {
  section.schedule .text-uppercase {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  section.schedule {
    font-size: 2rem;
  }
}

svg.ornament {
  width: 100%;
}

.page-template-partners-template {
  background: #eee;
}
.page-template-partners-template .partners-header .subtitle {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .page-template-partners-template .partners-header .subtitle {
    font-size: 1.8rem;
  }
}
.page-template-partners-template .partners button {
  border: none;
  background: transparent;
  padding: 0;
}
.page-template-partners-template .partners button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page-template-partners-template .partners button svg {
  display: block;
  height: 15px;
}
.page-template-partners-template .partners .logo {
  background: white;
  position: relative;
  padding-top: 70%;
}
.page-template-partners-template .partners .logo img {
  width: auto;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.page-template-partners-template .partners .title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
.page-template-partners-template .partners .details {
  display: none;
}