

body {
  overflow-x: hidden;
}

.text-featured-in p {
    color: white !important;
    font-weight: bold !important;
}

html {
    overflow-x: hidden !important;
}

.button-m-t{
  margin-top: 0 !important;
}

.home-get-started #title-section-g-s {
  margin-top: 50px;
}

.discloser {
  width: 80%;
}

.home-get-started #button-ws {
  display: flex;
  justify-content: center;
}

.home-get-started #button-ws .w-w-s-link {
  width: auto;
  text-decoration: none;
}

.what-we-do h3 {
  text-align: center;
}

.striped-blue {
  background: #F1F7FE;
}

.special-footer footer {
  background-color: white !important;
}

.logo-img-footer {
  padding: 0 !important;
  margin-bottom: 15px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.more-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.footer-big-title {
  padding-left: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.navigation {
  color: white !important;
}

.map {
  margin-top: 5%;
  background-color: white;
}

.map iframe {
  width: 80% !important;
  margin-left: 10% !important;
}

.futur-image {
  height: 20px;
  width: 20px;
  color: lightslategray;
  border-radius: 1px;
}

.button-meet-the-team{
  border-radius: 5px;
}

.f-i-background{
  width: 100%;
}

.meet-team-button:link {
  text-decoration: none;
}

.button-m-t a {
  text-decoration: none;
}

.button-containerz {
  display: flex;
  justify-content: center;
}

#meet-t-button {
  margin: 0 !important;
}

.title-button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.who-we-serve-paragraph{
  font-family: 'Karla', sans-serif;
}

.triangle{
  width: 100%;
  margin-bottom: -2px;
}

.content-wrapper{
  background-color : #F1F7FE;
}

#w-s-block, #w-s-block-last{
  background-color: white;
}

.container-blocks{
  width: 80%;
  display: flex;
  flex-direction: row;
  margin-left: 10%;
  margin-right: 10%;
  height: 310px
}

.title-featured-in{
  color: #19273A
}

.featured-in{
  margin-top: -1px;
}

.logo-and-nav{
  display: flex;
  flex-direction: row;
  height: 80px;
  align-items: center;
  margin-left: 2%;
  margin-top: 3%;
}

.menu ul{
  list-style: none;
}

.wave-header img{
  width: 100%;
}

.main-menu{
  width: 550px;
}
.main-menu ul li a{
  color: #19273A;
  list-style: nones;
}

.title{
  font-weight: 700;
  color: white;
}

.main-menu ul li{
  font-family: 'Karla', sans-serif;
  display: inline;

}

.text-featured-in{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-area{
  display: flex;
  flex-direction: row;
}

.call-to-action{
  font-family: 'Lato', sans-serif;
}

.content-area{
  font-family: 'Lato', sans-serif;;
}

.call-to-action .title{
  font-weight: 400;
  color: #19273A;
  text-align: center
}

.call-to-action .subtitle{
  color: #19273A;
  text-align: center;
}

.call-to-action .button-start{
  background-color: #9BE8C0;
}

.call-to-action .button-start:hover{
  border: 2px solid rgb(84, 184, 135);
  opacity: 0.7;
}

.subtitle{
  color: #7E8899;
}

.block-title{
  font-weight: 700;
  color: #19273A;
}

.block-paragraph{
  color: #7E8899;
  font-family: 'Karla', sans-serif;
}

.wave .wave-1{
  width: 100%;
  margin-top: 3%;
}

.wave-2{
  width: 100%;
  position: relative;
}

.featured-in{
  height: 500px;
}

.logo-featured-in{
  margin-top: 100px;
}

.who-we-serve-title{
  color: #19273A;
  font-weight: 700;
}

.social-media {
  display: flex;
  justify-content: center;
}

.social-media a {
  text-decoration: none;
  color: #19273A;
}

.social-media a:hover {
  color: #19273A;
}

/* -------- Media Queries --------- */

@media only screen  and (min-width : 320px) {

  .footer-title, .address, .phone {
    text-align: center;
  }

  .logo-img-footer {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .block-1 img, .block-2 img, .block-3 img {
    max-height: 300px
  }

  footer {
    margin-top: 35px;
    padding-bottom: 30px;
    background-color: #F1F7FE;
    display: flex;
    align-items: center;
  }

  .social-media a i{
    font-size: 33px;
    margin-right: 5px;
    margin-top: 5px;
  }

  footer .row {
    padding-top: 30px;
  }

  .footer-big-title {
    margin-top: 20px;
  }

  .wave-header{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 200px;
    width: 100%;
  }

  .subtitle {
    font-size: 13px;
  }

  .call-to-action {
    width: 100%;
  }

  .logo-img {
    width: 40px;
    margin-bottom: 15px;
  }

  .title {
    font-size : 22px;
  }

  #menu-top-menu li {
    width: 72px;
  }

  #menu-item-19 {
    margin-left: -14px
  }

  #menu-item-22 {
    margin-left: -28px;
  }

  #menu-item-21 {
    margin-left: -7px;
  }

  .title-why-money-coach .title {
    margin-top: 270px;
    color: #19273A;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0.3em;
  }

  .title-why-money-coach .subtitle, .block-title {
    text-align: center;
  }

  .title-why-money-coach .subtitle {
    font-size: 16px;
  }

  #block-why .block-title {
    margin-top: 55px;
    font-size: 16px;
 }

  #block-why .block-1-text, #block-why .block-2-text,  #block-why .block-3-text {
    width: 75%;
    margin-left: 12.5%;
    font-size: 14px;
  }

  .block-2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .photo-block-1, .photo-block-2, .photo-block-3 {
    width: 50%;
    margin-left: 25%;
  }

  .middle-area {
    margin-top: 50px;
  }

  .logo-featured-in {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }

  .text-featured-in {
    margin-top: -160px;
    display: flex;
    color: white;
    font-size: 22px;
  }

  .logo-featured-in img {
    height: 20px;
    margin-left: 10px;
  }

  .logo-2, .logo-3, .logo-5{
    height: 13px !important;
    margin-top: 7px;
  }

  .logo-4 {
    height: 13px !important;
    margin-top: 4px;
  }

  .button-meet-the-team {
    text-align: center;
    margin-top: 10px;

  }

  .pictures-container {
    display: flex;
    flex-direction: column;
  }

  .photo-meet-the-team {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 40px;
  }

  .meet-the-team {
    margin-top: -61%;
  }

  .meet-the-team .who-we-serve-title, .content-wrapper .who-we-serve-title{
    color: #19273A;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0.3em;
  }

  .button-m-t a {
    font-size: 13px;
  }

  .pedro-photo {
    margin-bottom: 40px;
  }

  .container-blocks {
    display: flex;
    flex-direction: column;
  }

  .content-wrapper .who-we-serve-title {
    padding-top: 40px;
  }

  #w-s-block, #w-s-block-last {
    margin-top: 40px;
    min-height: 200px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #w-s-block .logo-5, #w-s-block-last .logo-5 {
    height: 50px !important;
  }

  #w-s-block #w-s-block-title, #w-s-block-last #w-s-block-title {
    margin-top: 20px;
    font-weight: bold;
  }

  #w-s-block #w-s-block-title , #w-s-block #button-ws,  #w-s-block-last #button-ws, #w-s-block-last #w-s-block-title {
    text-align: center;
  }

  .who-we-serve-paragraph {
    width: 75%;
    margin-left: 12.5%;
  }

  #button-meet-fp {
    margin-top: 695px;
    text-align: center;
  }

  .content-wrapper {
    height: 1340px;
  }
}

@media only screen  and (min-width : 768px) {

  .content-wrapper {
    height: auto;
  }


  .footer-big-title {
    margin-top: 0px !important;
  }

  .highlights {
    margin-top: -600px;
  }


  footer {
    margin-top: 75px;
    padding-bottom: 30px;
    background-color: #F1F7FE;
    display: flex;
    align-items: center;
  }

  footer .row {
    padding-top: 70px;
  }

  .title {
    font-size: 35px;
  }

  .subtitle {
    font-size : 15px;
    margin-bottom: 0.8em;
  }

  .wave-header {
    margin-top: 3em;
  }

  .title-why-money-coach .title {
    margin-top: 21em !important;
  }
  .text-featured-in{
    margin-top: -45%;
    font-size: 30px;
  }

  .meet-the-team {
    margin-top: 15%;
  }

  .logo-featured-in img {
    height: 40px;
    margin-left: 20px
  }
  .logo-2, .logo-3, .logo-5 {
    height: 30px !important;
  }
  .logo-4{
    height: 30px !important;
  }
}

@media only screen  and (min-width : 1000px) {

  .title-why-money-coach .title {
    margin-top: 25em !important;
  }

	#button-meet-fp {
		margin-top: 60px;
	}

  .meet-the-team {
    margin-top: 27%;
  }

  .container-blocks {
    flex-direction: row;
  }
  #w-s-block {
    margin-right: 10px;
  }

  #triangle-2 {
    margin-top: -2px;
  }

  .photo-block-1, .photo-block-2, .photo-block-3 {
    width: 60%;
    margin-left: 20%;
  }

  .logo-img {
    width: 75px;
  }

  .call-to-action {
    margin-top: 70px;
  }

  #title-section-g-s {
		margin-top: 12%;
		font-size: 30px !important;
  }

  .block-1 img, .block-2 img, .block-3 img {
    max-height: 300px
  }

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

  #button-meet-fp {
		margin-top: 59% !important;
  }

  .content-wrapper {
    padding-bottom: 300px
  }

  footer {
    padding-bottom: 70px;
    display: flex;
    align-items: center;
  }

  footer .row {
    padding-top: 75px;
  }

  .logo-img {
    width: auto;
    height: 90px;
    margin-left: 0 !important;
  }

  .title-why-money-coach .title {
    margin-top: 375px !important;
  }

  .content-area .title-why-money-coach {
    padding-top: 900px !important
  }

  #menu-item-19 {
    width: 104px !important;
  }

  #menu-item-19 a,  #menu-item-20 a,  #menu-item-21 a,  #menu-item-22 a{
    margin-left: 15px;
    padding: 0;
    margin-left: 0;
  }

  #menu-item-19,  #menu-item-20 {
    margin-left: 15px !important;
  }

  #menu-item-21 {
    width: 122px !important;
    margin-left: 24px !important;
  }

  .block-1, .block-2, .block-3 {
    width: 70% !important;
  }

  .block-title {
    font-size: 25px !important;
  }

  .block-2-text .block-paragraph, .block-2-text .block-title {
    margin-left: auto;
  }

  .block-2-text .block-title {
    margin-right: 2%;
  }

  #block-why .block-1-text, #block-why .block-2-text, #block-why .block-3-text{
    margin-left: 0 !important;
  }

  #menu-top-menu {
    width: auto;
  }
  .wave-2{
    top: 23px;
  }

  .pat-heading{
    position: absolute;
    top: 0;
    right: 0;
  }

  .title-featured-in{
    font-size: 50px;
    font-weight: 700;
  }

  .menu-item-22 {
    width: auto;
  }

  .pat-heading img{
    height: 65%;
    width: auto;
  }

  .logo{
    padding-top: 3%;
  }
  .call-to-action{
    position: absolute;
    top: 200px;
  }

  .call-to-action .title{
    font-size: 70px;
    margin-bottom: 55px;
  }

  .call-to-action .subtitle{
    font-size: 23px;
    margin-bottom: 55px;
  }

  .call-to-action .button-start{
    width: 250px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.3%;
  }

  #why-m-c-title{
    color: #19273A;
  }

  .call-to-action .button-start p{
    margin: 0;
    color: white;
    font-size: 24px;
    font-weight: 700;
  }

  .title-why-money-coach{
    padding-top: 900px;
  }

  .header-wave{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
  }

  .content-area .title-why-money-coach{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-area .title-why-money-coach .title{
    font-weight: 700;
    font-size: 50px;
  }

  .zig-zag1{
    width: 200px;
    position: relative;
    height: 100px;
  }
  .main-menu ul li a{
    text-decoration: none;
    font-size: 19px;
    padding-right: 30px;
  }

  .menu{
    margin: 2%;
    width: 550px;
  }

  .content-area .title-why-money-coach .subtitle{
    font-size : 24px;
  }

  .block-title{
    font-size: 25px;
    width: 260px;
  }

  .title{
    font-size: 25px;
  }

  .block-paragraph{
    font-size: 18px;
    width: 450px
  }

  .wave-header{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 606px;
    width: 100%;
  }

  .ipad-home-page{
    height: 500px;
  }

  .ipad-container{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 715px;
  }

  .block-1{
    display: flex;
    flex-direction: row;
    width: 80%;
    position: relative;
    margin-top: 100px;
    align-items: center;
    margin-bottom:10px
  }

  .bloc-1-text{
    padding-bottom: 30px;
  }

  .block-1 img{
    width: 40%;
    height: auto;
    position: absolute;
    right: 0;
  }

  .bloc-1-text{
    padding-bottom: 17px;
  }

  .block-2{
    display: flex;
    width: 80%;
    position: relative;
    margin-top: 26%;
    align-items: center;
  }

  .block-2-text{
    padding-bottom: 30px;
    align-self: flex-end;
    position: absolute;
    right: 0
  }

  .photo-block-2 {
    margin-left: 0 !important;
  }

  .block-2-text .block-paragraph {
    margin-right: 0 !important;
  }

  .block-2 .block-title{
    width: 180px;
  }

  .block-2 img{
    width: 40%;
    height: auto;
    position: absolute;
    left: 0;
    align-self: flex-end;
  }

  .block-3{
    display: flex;
    flex-direction: row;
    width: 80%;
    position: relative;
    margin-top: 26%;
    align-items: center;
  }

  .block-3-text{
    padding-bottom: 30px;
    align-self: flex-end;
    position: absolute;
    left: 0
  }

  .block-3 .block-title{
    width: 252px;
  }

  .block-3 img{
    align-self: flex-end;
    width: 40%;
    height: auto;
    position: absolute;
    right: 0
  }

  .title{
    font-size: 50px;
  }

  .logo-featured-in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .logo-featured-in img{
    margin-right: 75px;
  }

  .logo-featured-in .logo-5{
    margin-right: 0px;
  }

  .who-we-serve-title{
    font-size: 50px;
    text-align: center;
  }

  .who-we-serve-paragraph{
    font-weight: 400;
    color: #7E8899;
    font-size: 18px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .who-we-serve-paragraph{
    font-weight: 400;
    margin-top: 32px;
  }

  #r-meet-the-team {
    margin-top: 500px
  }

  #w-s-block{
    height: 400px;
    border-radius: 10px;
    margin-right: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
    -moz-box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
    box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
  }
  #w-s-block-last{
    height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
    -moz-box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
    box-shadow: 10px 10px 14px 0px rgba(244,243,246,1);
  }



  .logo-5{
    height: 15%;
    margin-bottom: 50px;
  }
  #w-s-block-title{
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .container-blocks:last-child{
    margin-right: 0;
  }

  .container-blocks{
    margin-top: 50px;
    justify-content: center;
  }

  #button-ws a {
    margin-top: 20px;
    border: 1px solid #9BE8C0;
    padding: 6px 10px;
    background-color: white;
    border-radius: 5px;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    width:150px;
    color: #19273A;
    position:relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
    transition:0.5s all ease-in-out;
  }


  #button-ws a:hover {
    -webkit-transition:0.5s all ease-in-out;
    left:0;
    text-decoration: none;
    right:0;
    opacity:1;
    background-color: #9BE8C0;
    color: white;
    box-shadow: 0;
  }

  .pedro-photo{
    margin-left: auto
  }

  .logo-2, .logo-3, .logo-5 {
    height: 60px !important;
  }

  .who-we-serve-title {
    padding-top: 0px !important
  }

  .logo-featured-in .logo-1,  .logo-featured-in .logo-4 {
    height: 80px !important;
    margin-right: 30px !important;
  }

  .text-featured-in p {
    font-size: 60px;
  }

  .text-featured-in {
    margin-top: -50% !important;
    font-weight: bold;
  }

  .logo-featured-in {
    margin-top: 10% !important;
  }

  /*  Meet the team section  */

  .meet-the-team .who-we-serve-title {
    font-size: 60px;
  }

  .pictures-container {
    flex-direction: row;
    margin-top : 50px;
    width: 80%;
    margin-left: 10%;
  }

  .photo-meet-the-team {
    margin: 0;
  }


  .photo-meet-the-team{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    }

    .patrick-photo, .pedro-photo{
      width: 500px;
      height: 368px;
      position: relative;
    }

    .button-meet-the-team {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
      z-index: 4;
      background-color: white;
    }

    .patrick-photo:hover .photo-meet-the-team, .pedro-photo:hover .photo-meet-the-team {
      opacity: 0.4;
    }

    .patrick-photo:hover .button-meet-the-team, .pedro-photo:hover .button-meet-the-team {
      opacity: 1;
    }
  /*  Who we serve  */

  .who-we-serve{
    margin-top: 25px;
  }

  .content-wrapper .who-we-serve-title {
    font-size: 60px;
    padding-top: 50px !important;
  }

  .container-blocks {
    flex-direction: row;
  }

  .highlights #button-meet-fp {
    transition: 0.3s;
  }

  #w-s-block .logo-5, #w-s-block-last .logo-5 {
    height: 65px !important;
  }

  .photo-meet-the-team{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    }

    #triangle-2 {
      margin-top: -2px;
    }

    .thumbnail h2{
      font-size: 10px
    }

    .title-featured{
      color: red;
      font-weight: 700;
      font-size: 15px;
      margin-top: 10px;
      width: 250px;
      margin-left: 50%;
      transform: translateX(-50%);
    }

    .thumbnail-container article {
      border : 1px solid #E4E5E4;
    }

    .highlights .button-highlights{
      width: 450px !important;
    }
}



@media only screen  and (min-width : 1550px) {

  footer {
    margin-top: 75px !important;
  }

  footer .row {
    padding-top: 75px;
  }

  #button-ws{
    color: #19273A;
  }
  .who-we-serve-title{
    font-size: 60px;
  }

  .pat-heading{
    margin-left: auto;
  }

  .featured-in{
    margin-top: 150px;
    width: 100%;
  }

  .wave-2{
    top: 150px;
  }

  .content-area .title-why-money-coach {
    padding-top: 38% !important;
    color: red !important;
  }

  .logo{
    padding-left: 2%;
    padding-top: 1%;
  }
  .call-to-action{
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .call-to-action .title{
    font-size: 91px;
    width: 1200px;
  }

  .call-to-action .subtitle{
    font-size: 25px;
  }

  .call-to-action .button-start{
    width: 250px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.3%;
  }

  .call-to-action .button-start p{
    margin: 0;
    color: #19273A;
    font-size: 26px;
    font-weight: 700;
  }

  .content-area .title-why-money-coach{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1100px;
  }

  .ipad-home-page{
    margin-top: 300px;
  }

  .content-area .title-why-money-coach .title{
    font-weight: 700;
    font-size: 60px;
  }

  .content-area .title-why-money-coach .subtitle{
    font-size : 28px;
  }

  .zig-zag1{
    width: 200px;
    position: relative;
    height: 100px;
  }

  .main-menu ul li a{
    text-decoration: none;
    font-size: 17px;
    padding-right: 33px;
  }
  .menu{
    margin: 0;
    margin-left: 40px;
    width: 600px;
  }

  .block-2 img{
    align-self: flex-end;
    width: 40%;
    height: auto;
    position: absolute;
    left: 0
  }

  .block-1 img{

    width: 40%;
    height: auto;
    position: absolute;
    right: 0;
  }

  .block-3 img{
    align-self: flex-end;
    width: 40%;
    height: auto;
    position: absolute;
    right: 0;
  }

  .block-3-text{
    padding-bottom: 0;
  }

  .title-why-money-coach{
    padding-top: 500px;
  }

  .block-1, .block-2, .block-3{
    width: 70%;
  }
  .block-title{
    font-size: 30px;
    width: 350px;
  }

  .block-paragraph{
    font-size: 18px;
    line-height: 1.8;
  }
  .block-2 .block-title{
    width: 350px
  }

  .block-3 .block-title{
    width: 350px
  }

  .who-we-serve {
}

  .who-we-serve-paragraph{
      font-size: 20px;
      line-height: 1.8;
  }

  .who-we-serve-title{
    padding-top: 75px;
  }

  .meet-the-team{
    margin-top : 350px
  }

  .logo-featured-in{
    margin-top: -570px;
  }

  .logo-4{
    margin-bottom: 22px;
  }

  .text-featured-in p{
    font-weight: 700;
    font-size: 60px;
    color: white;
    margin-top: 0% !important;
  }

  .logo-5{
    margin-bottom: 0;
  }

  #block-meet-team{
    margin-left: 15%;
  }
  #block-meet-team img{
   align-self: center;
  }

  #button-meet-fp{
    margin-top: 190px;
    margin-bottom: 300px
  }

  .thumbnail h2{
    font-size: 10px
  }

  .title-featured{
    color: #19273A;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    width: 250px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .thumbnail-container article {
    border : 1px solid #E4E5E4;
  }

  .thumbnail-container {
    margin-bottom: 100px;
    margin-top: 500px;
    padding-left: 3px;
    margin-left: 0%;
  }


  .featured{
    width: 300px;
  }

  .featured img{
    width: 100%;
    padding-right: 2px;
  }

  .more-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }

  .futur-image{
    height: 20px;
    width: 20px;
    color: lightslategray;
    border-radius: 1px;
  }

  .thumbnail{
    width: 300px
  }

  #r-meet-the-team{
    margin-top: 700px !important;
  }

  .patrick-photo, .pedro-photo{
    width: 500px;
    height: 368px;
    position: relative;
  }

  .patrick-photo:hover .photo-meet-the-team, .pedro-photo:hover .photo-meet-the-team {
    opacity: 0.4;
  }

  .patrick-photo:hover .button-meet-the-team, .pedro-photo:hover .button-meet-the-team {
    opacity: 1;
  }

  .photo-meet-the-team{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  }

  .pictures-container{
    margin-top : 75px;
    width: 70%;
    margin-left: 15%;
  }

  .button-meet-the-team {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4;
    background-color: white;
  }

  #logo-reverse, .logo-img{
    height: 69px !important;
  }

  #triangle-2 {
    margin-top: -2px;
  }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
  .pat-heading{
    margin-left: auto;
  }
  .logo{
    padding-left: 1.5%;
    padding-top: 1%;
  }
  .main-menu ul li a{
    text-decoration: none;
    font-size: 18px;
    padding-right: 35px;
  }

  .text-featured-in {
    margin-top: 0% !important;

  }

  .content-area .title-why-money-coach{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1700px;
  }

  .photo-block-1, .photo-block-2, .photo-block-3 {
    width: 45% !important;
    max-height: none !important;
  }

  .block-1, .block-2, .block-3 {
    width: 60% !important;
  }

  .wave-header {
    top: 750px !important;
  }

  .text-featured-in p {
    font-size: 90px !important;
    margin-top: -100% !important;
  }

  .logo-1, .logo-2, .logo-3, .logo-4, .logo-5 {
    height: 80px !important;
  }

  .logo-featured-in {
    margin-top: -32% !important;
  }

  .who-we-serve-title {
    font-size: 80px !important;
  }

  .pictures-container {
    width: 60% !important;
    margin-left: 20% !important;
  }

  .title-why-money-coach .title {
    margin-top: 30% !important;
  }

  #w-w-s {
    padding-top: 100px !important;
  }

  #w-s-block, #w-s-block-last {
    height: 450px !important;
  }

  #button-meet-fp {
    margin-top: 250px !important;
    margin-bottom: 100px !important;
  }

  .who-we-serve-paragraph {
    font-size: 23px !important;
  }

  .block-paragraph {
    font-size: 20px;
    width: 500px !important;
  }

  .block-title {
    font-size: 32px !important;
  }

  .button-page-pres {
		width: 422px !important;
		font-size: 17px;
		padding: 10px 15px;
  }

  #r-meet-the-team {
    margin-top: 40% !important;
  }
}

@media only screen  and (min-width : 2000px) {
  #r-meet-the-team {
    margin-top: 50% !important;
  }
}