html,
body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", sans-serif;
}

.no-margin {
  margin: 0px;
}
.logo {
  margin: 0 auto 24px auto;
  height: 92px;
  display: block;
}

.kopercup .logo {
  height: 118px;
  top: -26px;
  margin-bottom: -12px;
  position: relative;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h4,
h5 {
  font-weight: 600;
}

h2 {
  line-height: 1.1;
}

.kopercup {
  background: url("https://kopercup.eurofest.si/wp-content/uploads/2020/03/kcBCG.jpg")
    no-repeat;
  background-size: cover;
  position: relative;
}

.eurofest {
  color: #fff;
  background: url("https://handball.eurofest.si/wp-content/uploads/2019/12/efBCG.jpg")
    no-repeat;
  background-size: cover;
  position: relative;
}

.is-vertical-center {
  display: flex;
  align-items: center;
}

footer {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .split-col {
    height: calc(100vh - 48px);
  }

  .vertical-alignment {
    margin-top: calc(50vh - 280px);
    display: block;
    height: 438px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 0.625rem;
    letter-spacing: -0.05rem;
  }

  .split-col {
    min-height: 456px;
    padding: 40px 8px;
  }
}

.split-col:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.eurofest.split-col:after {
  background: rgba(16, 46, 78, 0.82);
}

.kopercup.split-col:after {
  background: rgba(248, 237, 214, 0.82);
}

.eurofest a:not(.btn) {
  color: #fff;
}

.kopercup a:not(.btn) {
  color: rgb(109, 64, 13);
}

.color-blue {
  color: #02a5e1;
}

.color-yellow {
  color: #000000;
}

hr {
  opacity: 0.27;
  width: 70%;
  margin: 16px auto;
}

.kopercup hr {
  background-color: rgba(0, 0, 0, 0.5);
}

.button-yellow {
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  top: 24px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(255, 211, 123, 1) 0%,
    rgba(226, 163, 43, 1) 100%
  );
  padding: 1em 3em;
  letter-spacing: 0.25rem;
  text-decoration: none;
  border-radius: 8px;
  color: #181818;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
}

.button-blue {
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  top: 24px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(180deg, #03a6e1 0%, #025371 100%);
  padding: 1em 3em;
  letter-spacing: 0.25rem;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0 0 3em rgba(0, 0, 0, 0.1) inset;
}
