











/* global */

body {
  margin: 0;
}

a {
  text-decoration: none;
}

a img{
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.mdl-textfield--expandable {
  width: auto;
}


.link-menu:hover {
  cursor: pointer;
}

.mycontent{
  min-height: 87vh;
}



.more-link {
  text-decoration: none;
  color: #ff40a0 !important;
}

  .more-link:hover {
    color: #90255b !important;
  }

  .more-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

  .alt-link {
    color: #64ffda !important;
    font-size: 16px;
  }
  
  .alt-link:hover {
    color: #00bfa5 !important;
  }

  .alt-link .material-icons {
    position: relative;
    top: 6px;
  }



.mobile-title {
  display: none !important;
}


.header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.header {
  overflow: visible;
  background-color: white;
}

  .header .material-icons {
    color: #767777 !important;
  }

  .header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

.above-nav{
  color: white;
  position: absolute;
  bottom: 0px;
  font-size: 30px;
  font-weight: 400;
}

.top-section {
  position: relative;
  background: url('images/lighthouse.jpg') center no-repeat;
  background-size: cover;
  height: 95vh;
}

.top-text{  
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.top-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.top-band-text {	
  padding: 24px;
  text-align: left;
  color: white;
}

  .top-band-text p {
    padding-top: 8px;
  }

/* nav hacks */

  .navigation-container {
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navigation {
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  /* drawer */

  .drawer {
    border-right: none;
  }
  
    .drawer-separator {
      height: 1px;
      background-color: #dcdcdc;
      margin: 8px 0;
    }
  
    .drawer .mdl-navigation__link.mdl-navigation__link {
      font-size: 14px;
      color: #757575;
    }
  
  
    .drawer .mdl-layout-title {
      position: relative;
      background: #37474f;
      height: 160px;
    }
    
    /* second-hook */

    .second-hook-section {
      text-align: center;
    }
    
    .second-hook-section-text {
      max-width: 80%;
      margin: auto;
      padding: 80px 16px 0 16px;
    }
    
      .second-hook-section-text p {
        padding-top: 16px;
      }
    
    .second-hook-section-image {
      background: url('images/therapy.jpg') center center no-repeat;
      background-size: cover;
      height: 400px;
    }

    
    /* flex box section */

    .service-section {
      padding: 80px 0;
      max-width: 1044px;
      margin-left: auto;
      margin-right: auto;
    }
    
      .section-title {
        padding-bottom: 24px;
      }
      .service-section img{
        display: block;
        /* max-width:230px; */
        max-height:150px;
        /* width: auto; */
        height: auto;

      }
  .service-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .card-content{
    max-width: 241px;
}
.card-container{
    justify-content: center;
}
  .card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .card-container .mdl-card__media img {
      width: 100%;
    }

  .card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }
.mdl-card__title-text{
  text-align: center;
  margin: auto;
}

  /* footer  */
    .footer {
      background-color: #fafafa;
      padding: 10px 16px;
    }
    
.footer p{
  margin: 5px 0;
}








/* contact page */


.mdl-layout__content .contact{
  max-width: 900px;
  margin: auto;
}

.contact .mdl-textfield {
  width: 100%;
}

.contact-section-image {
  background: url('images/contact.jpg') center center no-repeat;
  background-size: cover;
  height: 400px;
}

.contact button{
  float:right;
}
.contact .mdl-card__supporting-text{
  margin: auto;
}




/* other pages */
.bio{
  max-width: 1000px;
}
.bio .mdl-card__media{
  padding-top: 5px;
  text-align: center;
  background-color: inherit;
}
.bio img{
  border-radius: 50%;
max-width: 95%;
max-height: 500px;
}
.bio .name{
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  border-radius: 10px;
  padding:.5em;
  font-weight: 700;
}
.bio .right{
  float:right;
}

  @media (max-width: 900px) {
      

  .navigation-container {
    display: none;
  }

  .mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  
    .top-section {
      position: relative;
      background: url('images/lighthouse.jpg') top  no-repeat;
      background-size: cover;
      height: 95vh;
    }
    .top-band-text {
      margin-left: 0;
      padding: 20px;
      text-align: left;
      color: white;
    }
    .top-text{
      font-size: 35px;
    }
    .nav-title {
      display: block;
      color:#37474f;
      padding-top: 10px;
      text-decoration: none;
    }
    
    
	.bio .name{
	  top: 30px;
	  width: 95%;
	  justify-content:  center;
	}
    
	.service-button {
	display: none;
	}
	.contact-section-image{
	height: 200px;
	}
    .footer {
      padding:16px 10px;
    }
}

@media (max-width: 500px) {
  
    .top-section {
		background-position: 30%, 90%;
      background-size: 300%;
	}
}



.FullPage{
	max-width: 1020px;
	margin:auto;
}































