
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


.container {
  position: relative;
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; 
}


.banner {
max-width: 610px;
margin: 60px auto;
padding: 0;
overflow: hidden;
}

.banner a {
position: relative;
float: left;
width: 300px;
height: 300px;
margin: 0 5px 5px 0;
list-style: none;
text-decoration: none;
border-radius: 30px;
}

.banner a .image {
position: absolute;
width: 250px;
height: 250px;
top: 26px;
left: 26px;

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.banner a:hover .image {
top: 16px;

}

.banner a span {
width: 300px;
position: absolute;
padding: 0;
font-size: 16px;
text-align: center;
font-weight: bold;
color: #000000;
bottom: -20px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.banner a:hover span {
bottom: 10px;
}

.banner:hover > a {
opacity: 0.3;
}

.banner:hover > a:hover {
opacity: 1;
}

.banner a.shiatsu {
background: #c5a47e;
}

.banner a.shuidao {
background: #FFEFD5;
}

.banner a.shiatsu .image {
background: url("../images/shiatsu_logo.png") center no-repeat;
}

.banner a.shuidao .image {
background: url("../images/shuidao_transparent.png") center no-repeat;
}


 
  .footer-centered{
  background-color: #363636;
  background-image: url("../images/shiatsu-footer.png");
  background-repeat: no-repeat;
  background-position: 50% -10%;
  background-size: 14em auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 30px;
  margin-top: 40px;
  }

  .footer-centered .footer-text{
  color:  #c5a47e;
  font-size: 24px;
  margin: 0;
  }

  .footer-centered .footer-mail{
        text-decoration: none;
  color:  #c5a47e;
  font-size: 14px;
  margin: 0;
  }

  .footer-centered .footer-mail a{
  display:inline-block;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  }


  .footer-centered .footer-links{
  list-style: none;
  color:  #8f9296;
  padding: 35px 0 23px;
  margin: 0;
  
  }

  .footer-centered .footer-links a{
  display:inline-block;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  }
  
  .footer-centered .footer-links a:hover{
    color: #c5a47e;
  }