body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
header {
  padding: 11px 40px;
  background-color: #fff;
  box-shadow: 0px 7px 7px -4px #888;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
#mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
}
#mobile-right {
  column-gap: 10px;
}
#toggle-menu {
  cursor: pointer;
}
#desktopmenu {
  display: none;
}
nav ul {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
  font-size: 16px;
  line-height: 32px;
}
nav ul.submenu {
  margin: 0px 40px 0px 20px;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #aaa;
}
nav a.active {
  color: var(--flik-orange);
}
img {
  max-width: 100%;
  border-radius: 15px;
}
header img {
  max-height: 70px;
  border-radius: 0;
}
a.menu-header {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
}
a.menu-header img {
  transition: 250ms;
}
a.menu-header.active img {
  transform: rotate(180deg);
}
a.menu-header + ul {
  display: none;
}
a.menu-header.active + ul {
  display: block;
}
a.lozenge {
  display: block;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  color: #FFE;
  background-color: var(--flik-orange);
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 18px;
}
nav a.lozenge {
  margin-top: 20px;
}
a.lozenge img {
  border-radius: 0;
}
a.lozenge.with-icon {
  background-image: url(../images/greencheckbox.gif);
  background-repeat: no-repeat;
  background-position: top 11px right 15px;
  padding: 10px 40px 10px 20px;
  font-size: 17px;
  font-weight: bold;
}
main {
  margin-top: 120px;
}
h1 {
  color: #222;
  text-transform: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}
h2 {
  color: #222;
  text-transform: none;
  font-size: 37px;
  font-weight: 700;
  line-height: 43px;
}
h3 {
  color: #222;
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
blockquote.quote {
  max-width: 550px;
  margin: 20px auto;
}
.grid-center {
  justify-self: center;
}
#section1 {
  padding: 20px 30px 75px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  font-size: 16px;
  border-bottom: 20px solid var(--flik-background);
  background-color: var(--flik-background);
  background-image: url(../images/landing-page/disc.png), url(../images/landing-page/disc.png);
  background-size: 90%, 90%;
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left -200px, bottom 0px right -150px;
}
#section1-images {
  display: grid;
  grid-template-rows: max-content;
  row-gap: 20px;
}
.split-images {
  display: grid;
  grid-template-columns: 3fr 2fr;
  column-gap: 20px;
}
#section1-buttons, #section2-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#wfdf {
  max-width: 150px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  padding: 10px;
  margin: 20px auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #aaa;
}
#wfdf img {
  max-width: 80px;
}
#section2 {
  background-color: #fff;
  padding: 30px;
  display: grid;
  row-gap: 50px;
}
#section2-images {
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
#section3 {
  background-color: #fff;
  padding: 50px 30px;
}
#features {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.feature-card {
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #aaa;
  column-gap: 15px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.feature-card img {
  max-width: none;
  border-radius: 0;
}
.feature-card p {
  padding: 10px;
}
#feature-lights {
  margin-top: 10px;
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.feature-light {
  width: 10px;
  height: 10px;
  background-color: #aaa;
}
.feature-light.active {
  background-color: var(--flik-orange);
}
#section4 {
  background-color: #fff;
  padding: 30px;
  display: grid;
  row-gap: 20px;
}
#section4-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
#section5 {
  background-color: #fff;
  padding: 30px;
}
#section5 > a {
  margin: 0 auto;
}
.scrollarrow {
  cursor: pointer;
}
.scrollarrow img {
  border-radius: 0;
  height: fit-content;
}
#coachgallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
  column-gap: 40px;
}
#coachgallery a {
  margin: 0 auto;
}
.coach a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coach img {
  width: 190px;
}
.coachname {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.country {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #9a9a9a;
}

@media only screen and (min-width: 600px) {

a.menu-header {
  width: auto;
  column-gap: 5px;
}
#section1 {
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  background-size: 70%, 70%;
  background-position: top -125px left -275px, bottom -200px right -160px;
}
#section2 {
  grid-template-columns: 1fr 50%;
  column-gap: 20px;
}
#section2-images {
  grid-row: auto;
}

}

@media only screen and (min-width: 800px) {

#mobile-right, #mobilemenu {
  display: none;
}
#desktopmenu {
  display: block;
  width: 70%;
}
#desktopmenu > ul {
  display: flex;
  align-items: center;
  margin: 0px;
  justify-content: space-between;
}
#desktopmenu a.lozenge {
  margin-top: 0px;
}
li.menu-header {
  position: relative;
}
ul.submenu {
  position: absolute;
  top: 55px;
  left: -20px;
  padding: 5px 40px;
  width: max-content;
}
.feature-card {
  width: calc(50% - 40px)
}

}

@media only screen and (min-width: 1000px) {

a.menu-header {
  column-gap: 20px;
}
#section1 {
  background-size: 60%, 60%;
}

}

@media only screen and (min-width: 1200px) {

  .feature-card {
    width: calc(33% - 40px)
  }

}