@font-face {
  font-family: "handybrushitalic";
  src: url("./media/handybrush-italic-webfont.woff2") format("woff2"), url("./media/handybrush-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  margin: 0;
  font-size: 1.15rem;
  font-family: arial, sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

ul {
  margin-top: 0;
}

p {
  margin: 0;
}

/* improvves user experience when an achor is reached. */
#coaching {
  scroll-margin-top: 100px;
}

/*************** HEADER STRIP ******************/
header .coach_txt {
  margin-left: 40px;
}
header .logo {
  height: 130px;
  padding-left: 30px;
  margin-bottom: 11px;
}

.container_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 20px;
}

.coach_txt {
  letter-spacing: 0.1rem;
  margin-bottom: 50px;
  line-height: 1.5;
}

.coach_name {
  font-size: 1.7rem;
  font-family: "handybrushitalic", cursive;
  font-weight: 500;
  padding-bottom: 10px;
}

.coach_title {
  font-size: 1.1rem;
  font-weight: 550;
}

nav {
  margin-left: auto;
  font-size: 1.2rem;
  margin-right: 5%;
  margin-bottom: 50px;
}
nav ul {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  border-bottom: 2px solid #7CBA9F;
}
nav ul li {
  margin-bottom: 30px;
  margin-left: 30px;
}
nav ul li a:hover {
  font-weight: 700;
}

h2 {
  font-size: 1.2rem;
  margin-bottom: 35px;
}

/****************** HOOK STRIP ********************/
.hidden_title {
  display: none;
}

.max_container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

#coaching a {
  text-decoration: underline;
}

.hook_container {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hook_txt {
  flex-grow: 1;
  flex-basis: 150px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  font-size: 1.3rem;
}
.hook_txt p:not(last-child) {
  margin-bottom: 25px;
}
.hook_txt a:hover {
  text-decoration: underline;
}

.quote {
  font-style: italic;
}

.photo_wrapper {
  margin: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.photo {
  max-height: 350px;
  max-width: 100%;
}

.wide_txt {
  background-color: #D5E9E3;
  font-size: 2.5 rem;
}
.wide_txt ul li {
  list-style-type: disc;
}

.coach_explanations {
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
}
.coach_explanations > div {
  flex-grow: 1;
  flex-basis: min(150px, 33%);
}
.coach_explanations li:not(last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .coach_explanations > div:nth-child(2) {
    padding: 0 90px;
  }
}
@media screen and (max-width: 899px) {
  .coach_explanations {
    flex-direction: column;
  }
  .coach_explanations > div:not(last-child) {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.coach_explanations .coach_definition ul, .coach_explanations .coach_targets ul {
  margin-top: 10px;
}

/**************************** OFFER STRIP *************************/
.offer_grid {
  display: grid;
  justify-items: center;
}

@media screen and (min-width: 800px) {
  .offer_grid {
    grid-template-columns: 1fr 5fr 1fr 1fr 5fr;
  }

  .bottom_chevron {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .right_chevron {
    display: none;
  }

  .bottom_chevron {
    display: block;
    grid-column-start: 1;
    grid-column-end: 6;
  }

  .offer_grid {
    grid-template-columns: 1fr 5fr;
  }
}
.encircled_number {
  border-radius: 75%;
  width: 30px;
  text-align: center;
  border: 2px solid black;
  background: white;
}

.align_center {
  align-self: center;
}

#coaching_offer {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 100px;
  max-width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
}
#coaching_offer .subtitle {
  font-weight: 600;
  margin-bottom: 15px;
}
#coaching_offer h2 {
  text-align: center;
  font-weight: 450;
  margin-bottom: 80px;
}

.step {
  box-shadow: 1px 1px 3px gray;
  border: 1px solid #eeeeee;
  padding: 20px;
}

.right_chevron {
  padding-left: 40%;
}
.right_chevron img {
  width: 30px;
}

.bottom_chevron {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottom_chevron img {
  width: 30px;
}

/**************************** WHO AM I ? STRIP *************************/
#whoami {
  margin-top: 70px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 70px;
  max-width: 1100px;
  background-image: url("./media/anonymous_woman.png");
  background-repeat: no-repeat;
  background-size: 330px;
  background-position: center;
}
#whoami h2 {
  text-align: center;
  font-weight: 450;
  margin-bottom: 50px;
}
#whoami li:not(:last-child) {
  margin-bottom: 30px;
}
#whoami a {
  text-decoration: underline;
}

/**************************** CONTACT STRIP *************************/
.medium_container {
  max-width: 1220px;
  margin: auto;
}

.business_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px;
}
#contact > div {
  flex-basis: 420px;
  margin-bottom: 70px;
}
#contact a:hover {
  font-weight: 700;
}
#contact .logo {
  height: 130px;
  margin-bottom: 11px;
  margin-right: 10px;
}

.contact_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

#mail_icon {
  align-self: center;
  height: 15px;
  margin-right: 15px;
}

#phone_icon {
  align-self: center;
  height: 20px;
  margin-right: 15px;
}

#address_icon {
  align-self: center;
  height: 20px;
  margin-right: 15px;
  margin-left: 2px;
}

#calendar_icon {
  align-self: center;
  height: 15px;
  margin-right: 15px;
}

/************************ FOOTER ******************************/
.name_footer {
  text-align: center;
  background-color: #eeeeee;
  border-top: 1px solid grey;
  margin: 0;
  padding: 20px 0px 20px 0px;
}

.footer_only {
  margin-top: 30px;
}

footer a {
  text-decoration: none;
}

/***************************** LEGAL Notice ***************************/
#legal_notice {
  padding-top: 30px;
  padding-bottom: 90px;
  margin-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
#legal_notice h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 70px;
  font-weight: 400;
}
#legal_notice ul {
  margin-top: 30px;
}
#legal_notice h2 {
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: underline;
}
#legal_notice h2:not(:first-child) {
  margin-top: 50px;
}
#legal_notice a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
