











/* global */

@font-face {
  font-family: '8bit';
     src: url('https://www.chillingames.com/font/early_gameboy.woff2') format('woff2'),
        url('https://www.chillingames.com/font/early_gameboy.woff') format('woff'); 
  /* for test 
  src: url('file:///D:/MyWebsite/ChillinGamesSimple/font/early_gameboy-webfont.woff2') format('woff2'),
       url('file:///D:/MyWebsite/ChillinGamesSimple/font/early_gameboy-webfont.woff') format('woff');*/
   font-weight: normal;
   font-style: normal;

}

body,h3, h4, a {
  font-family: "8bit","Helvetica","Arial",sans-serif;
}

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;
}

.center{
  text-align: center;
}
.right{
  float: right;
  text-align: right;
}
.left{
  float: left;
}
.btn:hover{
  cursor: pointer; 
}
.readinFont{
  font-family: "Helvetica","Arial",sans-serif;

}

.more-link {
  text-decoration: none;
  color: #ff40a0 !important;
  font-family: "8bit","Helvetica","Arial",sans-serif;
}

  .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;
} */


.myContent{
  width: 880px;
  margin: auto ;
}
.mdl-card__supporting-text p{
  line-height: normal;
  font-size: 0.9em;
  font-weight: 600;
}

.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-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: #ff40a0;
      height: 100px;      
  font-family: '8bit', Arial, sans-serif;
  padding-left: 20px;
    }
    


/* index */

.logoMobile{       
  display: none;
 }  

.logocovercontainer{
  text-align: center;
}
    /* 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;
}

.icons {
  text-align: center;
  margin-top: 10px;
}
.icons img{
  width: 32px;
  margin: 10px;
}






/* contact page */



.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;
}


.mdl-typography--subhead{
  font-family: "8bit","Helvetica","Arial",sans-serif;
}

/* 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 .right{
  float:right;
}
.name{
  margin-top: 10px;
  display: inline-block;
  font-family: "8bit","Helvetica","Arial",sans-serif;
}

.blogtext{
  text-indent: 50px;
}

.blogMediaContainer{
  display: flex; 
  /* justify-content:  */
}

.blogImg{
  max-height: 200px;
  margin: auto;
}
.blogVid{
  margin: auto;
}

.blog-content .mdl-cell{
  padding: 5px 10px;
}

.blogSubMenu{
  position: absolute;
left: 10px;
top:80px;
  border-radius: 30px;
  z-index:10;
}
.blogSubMenu a{
  display: block;
  font-size: 14px;
  color: #757575;
  padding: 16px;
  line-height: 24px;
  opacity: .87;
}
.blog-content{
  margin: auto;
  width: 80%;
  float: right;
}
.blog-content .mdl-card{
  
  border-radius: 30px;
}

.mobile-title {
  display: none;
}
.mdl-layout__drawer-button {
  display: none;
}

@media (max-width: 1080px) {

  .blog-content{
    width: 70%;
  }
}
@media (max-width: 900px) {
  .email{
    font-size: 20px;
  }
  .blog-content{
    width: 100%;
  }
  .blogSubMenu{
    display: none;
  }
  .blog-content{
    float:none;
  }
     .logoDesk{       
      display: none;
     }       
     .logoMobile{       
       display: block;
       margin:auto;
      }  
            
      .myContent{
        width: 80%;
      }

        .navigation-container {
          display: none;
        }

        .mobile-title {
          display: block !important;
          position: absolute;
          left: calc(50% - 125px);
          top: 12px;
          transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          font-family: '8bit', Arial, sans-serif;
        }
        
      .mdl-layout__drawer-button {
        display: block !important;
      }
        
          .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%;
	}
  .myContent{
    width: 95%;
  }
  
  .email{
    font-size: 12px;
  }

}



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































