body {
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  text-align: center;
}

/**
  * Landing pages
  */

body.landingpage h1 {
  font-size: 30px;
}

body.landingpage #page-header {
  display: flex;
  align-items: center;
}

body.landingpage #page-header #logo {
  width: 100px;
  height: auto;
}

body.landingpage #page-header .tag {
  color: gray;
  font-size: 19px;
  font-family: 'Times New Roman', Times, serif;
}


body.landingpage .content section {
  padding: 20px 20px;
}

body.landingpage section .subtitle {
  color: #959595;
  text-align: center;
}

body.landingpage .summary {
  text-align: center;
  margin-top: 30px;
}

body.landingpage .summary .description {
  color: #6E6E6E;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}

body.landingpage .summary .pricing {
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0 30px;
}

body.landingpage .summary .pricing .old-price {
  color: #959595;
  position: relative;
}
body.landingpage .summary .pricing .old-price::before {
  content: 'X';
  color: red;
  font-size: 35px;
  position: absolute;
  left: 28px;
  top: -5px;
  font-weight: thing;
  transform: scale(3,1);
  opacity: .8;
}

body.landingpage a.cta {
  display: inline-block;
  padding: 15px 30px;
  background-color: blue;
  color: #ffffff;
  border-radius: 8px;
  background: rgb(92,0,239);
  background: linear-gradient(184deg, rgba(92,0,239,1) 32%, rgba(143,0,244,1) 82%, rgba(177,0,255,1) 100%);
  box-shadow: 0 3px 4px #CCCCCC;
  text-decoration: none;
}

body.landingpage .summary .purchase .conditions {
  color: #CCCCCC;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 10px;
}

body.landingpage section.coloured {
  background-color: #EFFBFF;
}

body.landingpage section h1 {
  text-align: center;
}

body.landingpage section.advantages .item {
  display: flex;
  margin-bottom: 30px;
}

body.landingpage section.advantages .item.right {
  flex-direction: row-reverse;
}

body.landingpage section.advantages .item img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-right: 10px;
}

body.landingpage section.advantages .item.right img {
  margin-right: 0;
  margin-left: 60px;
}

body.landingpage section.advantages .item h2 {
  margin: 0 0 .5em;
}

body.landingpage section.advantages .item p {
  margin: 0;
}

body.landingpage section.advantages .item h2 {
  font-size: 1.2em;
}

body.landingpage section.advantages .purchase {
  text-align: center;
}

body.landingpage section.workshop-contents {
  text-align: center;
}


body.landingpage section.the-team .teammates {
  display: flex;
  justify-content: center;
}

body.landingpage section.the-team .teammates .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

body.landingpage section.the-team .teammates .person img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

body.landingpage section.the-team .teammates .person h2 {
  margin: 5px 0 4px;
  font-size: 1.2em;
}

body.landingpage section.the-team .teammates .person p {
  margin: 0;
  font-size: 14px;
}

body.landingpage section.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.landingpage section.contact a.mail-contact {
  font-size: 1.3em;
  color: #000000;
}

