h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 200%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  text-decoration: none;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.sticky-nav {
  position: relative;
  top: 0px;
  z-index: 1;
  padding: 0px 0px 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  max-width: 350px;
  padding-top: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.body {
  background-color: #000;
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 16px;
}

.top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;

}

.top-header-link {
  margin-right: 20px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}


.top-header-link.top-header-link-webstore, .top-header-link.top-header-link-language {
  margin-left: 5px;
  padding: 5px 7px 6px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #424242;
  border-radius: 5px;
  text-decoration: none;
}

.top-header-link.top-header-link-webstore .text-block {text-decoration: none;}

.container {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span {
  display: block;
  margin-top: -2px;
  margin-bottom: -50px;
  font-size: 6rem;
  line-height: 100%;
  text-align: center;
}

.heading {
  margin-bottom: -25px;
  padding-top: 0px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  text-align: center;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.65);
}

.section2 {
  height: 800px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Section2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section2.wide-image {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.paragraph, p {
  max-width: 400px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-2 {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.heading-2 {
  margin-top: 40px;
  font-size: 42px;
}

.lime-palkki {
  display: block;
  width: 100%;
  max-width: 1700px;
  margin: -50px auto;
}

.list-special {
  margin-top: 30px;
  padding-left: 0px;
  list-style-type: none;
}

.list-special-item {
  padding-left: 30px;
  background-image: url('../images/Lista.png');
  background-position: 0% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.section3 {
  background-image: url('../images/Section3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.wide-image {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}

.wide-image.section3 {
  min-height: 1000px;
  padding-top: 200px;
  background-position: 50% 100%;
}

.wide-image.section4 {
  background-color: #fff;
  background-image: url('../images/Viivatausta.png');
  background-position: 50% 0%;
  background-size: cover;
  color: #000;
}

.wide-image.dividergreen {
  height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b4fa5f;
}

.wide-image.section5.images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.wide-image.section6 {
  background-image: url('../images/Section6.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.wide-image.section7 {
  padding: 0px 0px 80px;
}

.section1 {
  background-image: url('../images/Hero-kuva.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.compression-levels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.compression-levels-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.compression-levels-image {
  margin-right: 15px;
}

.centertitle {
  margin-top: 30px;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
  max-width: 900px;
  margin: 30px auto 10px;
}

.centertitle.smalltext {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}

.centertitle.green {
  font-family: 'Bebas Neue', sans-serif;
  color: #b4fa5f;
  font-size: 50px;
  text-transform: uppercase;
}

.centertitle.small {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 45px;
  line-height: 110%;
}

.centertitle.footer {
  padding-bottom: 20px;
  font-size: 42px;
}

.centertext {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
}

.centertext.title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
}

.section5images {
  width: 50%;
}

.list {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
}

.section5heading {
  position: absolute;
  left: auto;
  top: 80%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  line-height: 90%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
}

.section5heading p {  font-family: 'Bebas Neue', sans-serif;
  font-size: 62px;  max-width: none; line-height: 100%;}

.text-span-3 {
  color: #b4fa5f;
}

.dividersmall {
  width: 100px;
  height: 6px;
  margin: 60px auto;
  background-color: #333;
}

.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}

.div-block {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.athletesheading {
  font-family: 'Bebas Neue', sans-serif;
  color: #b4fa5f;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
}

.athletesheading2 {
  margin-bottom: 45px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 1px;
}

.col {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.athletestext {
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 29px;
  font-size: 20px;
  line-height: 130%;
  text-shadow: 1px 1px 6px #000;
}

.section7image {
  width: 100%;
}

.text-block {
  text-decoration: underline;
}

.top-header-wrapper {
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.link {
  color: #b4fa5f;
}


.section-footer-link {
  background-color: #fff; 
  border-radius: 8px;
  max-width: 520px; 
  padding: 20px 40px;  
  font-size: 26px;
  line-height: 130%; 
  margin-top: -30px;
  position: relative;
}

.section-footer-link img {max-width: 40px; margin-right: 15px;}

.section-footer-link a{
  text-decoration: none;
}




.footer-eu {display: flex; padding: 5rem; max-width: 900px; margin: 5rem auto; border-top: 2px solid #2a2a2a;}
.footer-eu p {font-size: 15px; max-width: none; }
.footer-eu-image img {max-width: 200px; padding-right: 3rem; padding-bottom: 2rem;}
















@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wide-image.section6 {
    padding-top: 62%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section5heading {
    top: 80%;
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  
  .footer-eu {flex-direction: column; }
  
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section2.wide-image {
    background-position: 20% 50%;
  }

  .wide-image.section5.images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .compression-levels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .centertitle.small {
    font-size: 40px;
  }

  .section5images {
    width: 100%;
  }

  .section5heading {
    top: 90%;
    font-size: 28px;
  }
  
  .section5heading p{
    font-size: 28px;
  }
  
  .top-header {
    flex-direction: column;
  }
  
}

@media screen and (max-width: 479px) {
  
  
  .top-header-link.top-header-link-webstore, .top-header-link.top-header-link-language
  {
    font-size: 12px;
    
    
  }
  
  h2 {
    line-height: 100%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .text-span {
    font-size: 4rem;
  }

  .section2.wide-image {
    height: auto;
    padding-top: 380px;
    background-position: 50% 0%;
    background-size: 400%;
    background-repeat: no-repeat;
  }

  .lime-palkki {
    width: 120%;
    margin-top: 0px;
    margin-left: auto;
  }

  .list-special-item {
    margin-bottom: 15px;
    line-height: 120%;
    text-shadow: 0 -1px 8px #000;
  }

  .wide-image.section3 {
    padding-top: 90px;
    padding-bottom: 500px;
    background-position: 74% 100%;
    background-size: 218%;
    background-repeat: no-repeat;
  }

  .wide-image.section6 {
    padding-top: 90%;
    background-position: 100% 0%;
    background-size: 152%;
  }

  .centertitle {
    line-height: 95%;
    max-width: 900px;
    font-size: 40px;
    hyphens: auto;
  }

  .centertitle.footer {
    text-align: center;
  }

  .section5heading {
    top: 93%;
    font-size: 30px;
  }

  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .athletesheading {
    font-size: 32px;
    text-align: left;
  }

  .athletesheading2 {
    font-size: 19px;
    text-align: left;
  }

  .col {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .athletestext {
    padding-left: 15px;
  }
  
  .section-footer-link {margin: 20px;}
  
}

