@charset "UTF-8";

/* main navigation
------------------------------------------------------------ */
.nav_container {
  margin-right: 50px;
}

ul#navMenu {
  display: inline;
  margin: 0;
  padding: 0px;
  position: relative;
}

ul#navMenu li {
  float: left;
  display: inline;
}

a.navHome {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_home.gif');
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

a.navHome:hover {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_hover_home.gif');
  background-repeat: no-repeat;
}

a.navHome_a {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_a_home.gif');
  background-repeat: no-repeat;
}

a.navAbout {
  display: block;
  float: left;
  width: 90px;
  height: 113px;
  background: url('../images/menu_about.gif');
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

a.navAbout:hover {
  display: block;
  float: left;
  width: 90px;
  height: 113px;
  background: url('../images/menu_hover_about.gif');
  background-repeat: no-repeat;
}

a.navAbout_a {
  display: block;
  float: left;
  width: 90px;
  height: 113px;
  background: url('../images/menu_a_about.gif');
  background-repeat: no-repeat;
}

a.navServices,
a.navServices_a {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_services.gif');
  background-repeat: no-repeat;
}

a.navServices:hover {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_hover_services.gif');
  background-repeat: no-repeat;
}

a.navServices_a {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_a_services.gif');
  background-repeat: no-repeat;
}

a.navTheCoach {
  display: block;
  float: left;
  width: 94px;
  height: 113px;
  background: url('../images/menu_thecoach.gif');
  background-repeat: no-repeat;
}

a.navTheCoach:hover {
  display: block;
  float: left;
  width: 94px;
  height: 113px;
  background: url('../images/menu_hover_thecoach.gif');
  background-repeat: no-repeat;
}

a.navTheCoach_a {
  display: block;
  float: left;
  width: 94px;
  height: 113px;
  background: url('../images/menu_a_thecoach.gif');
  background-repeat: no-repeat;
}

a.navTestimonials,
a.navTestimonials_a {
  display: block;
  float: left;
  width: 106px;
  height: 113px;
  background: url('../images/menu_testimonials.gif');
  background-repeat: no-repeat;
}

a.navTestimonials:hover {
  display: block;
  float: left;
  width: 106px;
  height: 113px;
  background: url('../images/menu_hover_testimonials.gif');
  background-repeat: no-repeat;
}

a.navTestimonials_a {
  background: url('../images/menu_a_testimonials.gif');
}

a.navContact {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_contact.gif');
  background-repeat: no-repeat;
}

a.navContact:hover {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_hover_contact.gif');
  background-repeat: no-repeat;
}

a.navContact_a {
  display: block;
  float: left;
  width: 89px;
  height: 113px;
  background: url('../images/menu_a_contact.gif');
  background-repeat: no-repeat;
}

.navDiv {
  display: block;
  float: left;
  width: 3px;
  height: 113px;
  background: url('../images/menu_div.gif');
  background-repeat: no-repeat;
}

.navDiv_a {
  display: block;
  float: left;
  width: 3px;
  height: 113px;
  background-repeat: no-repeat;
}

/* sub navigation
------------------------------------------------------------ */
.sub_nav_container {
  margin: 0;
  padding: 0;
}

#sub_navMenu {
  margin: 0;
  padding: 0;
}

#menu {
  margin: 0;
  padding: 0;
}

#menu a:link,
#menu a:visited {
  background: url(../images/menu_bullet.gif) no-repeat;
  color: #333333;
  text-decoration: none;
  padding-left: 25px;
}

#menu a:hover,
#menu a:focus,
#menu .current a {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}

#menu ul,
#menu li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

/* sub navigation back
------------------------------------------------------------ */
#menu_back {
  margin: 0;
  padding: 0;
}

#menu_back a:link,
#menu_back a:visited {
  background: url(../images/menu_bullet_back.gif) no-repeat;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  padding-left: 25px;
}

#menu_back a:hover,
#menu_back a:focus,
#menu_back .current a {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}

#menu_back ul,
#menu_back li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

/***Menu mobile***/

#menu_mobile a {
  text-decoration: none;
  color: #1e1e23;
  opacity: 1;
  font-family: 'work sans', sans serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: 200ms;
}
#menu_mobile a:hover {
  opacity: 0.5;
}
#menuH {
  padding: 0;
  list-style-type: none;
}

.containerH {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phoneH {
  background-color: #36383f;
  border-radius: 40px;
  width: 300px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 30px 50px 100px #85888c;
}
.contentH {
  border: 1px solid #36383f;
  border-radius: 20px;
  width: 94%;
  height: 100vh;
  background-color: #f5f6fa;
  overflow: hidden;
}
#menu_mobile {
  background-color: #ffffff;
  height: 80px;
  display: none;
}
@media only screen and (max-width: 600px) {
  #menu_mobile {
    display: block;
  }
  body {
    max-width: 425px;
    width: 100%;
  }
}
#menuToggleH {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width: 100px;
}

#menuToggleH input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggleH span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggleH span:first-child {
  transform-origin: 0% 0%;
}

#menuToggleH span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggleH input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
}
#menuToggleH input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggleH input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menuH {
  position: absolute;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 0 10px #85888c;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #f5f6fa;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-110%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuH li {
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggleH input:checked ~ ul {
  transform: none;
}

#header_logo_right {
  float: right;
  position: relative;
  width: 200px;
  margin-top: -20px;
}
