
/*Fontin asettaminen*/
body
{
    font-family: "Century Gothic", CenturyGothic, '-apple-system','HelveticaNeue', "URW Gothic L", "Avant Garde", Futura, sans-serif;
    color: #4e3d42;
    font-size: 1.5em;
    line-height: 1.5;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    font-size: 2em;
}

h4 {
    line-height: 2;
}

body .pQuote {
    font-weight: bold;
}

.osoiteA {
    color: #4e3d42;
    font-size: 1.1em;
}

.osoiteA:hover {
    color: #4e3d42;
}

.infoTeksti {
    font-size: 1.1em;
    line-height: 1.7;
}

.huomio {
    font-weight: 800;
    color: red
}

.boldP {
    font-weight: 600;
}

.italicP {
    font-style: italic;
}

.copyText {
    -webkit-user-select: text;
    -webkit-touch-callout: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
*/


/*NAVBAR*/
/*Navbarin taustaväri*/
.navbar-default {
    background: #DBBEB6/*#E7CFBC*/;
    border-color: #DBBEB6;
}
/*Linkkien keskitys ja värit*/
.navbar-default .navbar-nav {
    background-color: #DBBEB6;
    border-color: #DBBEB6;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: center;
}
/*Aktiivisen linkin tekstin väri*/
.navbar-default .navbar-nav > li > a {
    color: #f8f8f8 !important;
    border-radius: 2px;
}
/*Hoverin väri*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #BF927F;
}
/*Aktiivisen sivun väri*/
.nav.navbar-nav > .active > a {
    background-color: #BF927F !important;
}
/*Drop Shadow teksteille*/
.navbar-default .navbar-nav > li > a {
   color: #f8f8f8;
   text-shadow: 2px 2px 7px #4e3d42;
}

/*Hampurilaisnapin säädöt*/
.navbar-toggle {
    background-color: #f8f8f8; 
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #e0e0e0;
}



/* LOGO */
.paaLogo {
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}

.paaLogo img {
    max-width: 50%;
    display: inline; 
    margin: auto;
}



/*BODY*/

/*container1*/
.img-wrapper {
  position: relative;
 }
.carousel-inner {
    border-radius: 5px;
 }
.carousel-caption {
  color: #f8f8f8;
  text-shadow: 2px 2px 5px #4e3d42;
}
.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #f8f8f8;
  text-align: left;
  text-shadow: 3px 3px 5px #000000;
  font-size: 1.1em;
}
 /*nappi*/
 .btn-responsive {
  /* matches 'btn-md' */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #C2848C/*#B56973*/;
  color: #f8f8f8; 
  box-shadow: 2px 2px 10px #4e3d42;
  text-shadow: 1px 1px 5px black;
}

.lomalla {
    color: firebrick;
}

.btn-responsive:hover {
    color: #f8f8f8;
    text-shadow: 1px 1px 5px #4e3d42;
}


@media (max-width:760px) { 
    /* matches 'btn-xs' */
    .btn-responsive {
        padding: 8px 14px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

@media (max-width:475px) { 
    .btn-responsive {
        padding: 5px 9px;
        font-size: 10px;
        line-height: 1;
        border-radius: 3px;
    }
    .carousel-inner h3  {
        font-size: 1em;
    }
    .carousel-inner p {
        font-size: 0.8em;
    }
    .carousel-caption2 {
        bottom: 1%;
    }
    h1 {
        font-size: 1.6em;
    }
}

/*container2*/
.img-responsive.img-rounded.testikuvat {
    width: 99%;
    padding: 1%;   
}
.container2 {
    text-align: justify;
}
.container2 h1 {
    text-align: center
}

/*container4*/
.some {
    margin-bottom: 20px;
}

.paivitetty {
    color: #BF927F;
    font-size: 0.85em
}


/*AJANVARAUS*/
.ajanvarausWidget {
    padding-bottom: 20px;
}



/*HENKILÖKUNTA*/
.img-hlokunta {
    display: inline; 
    margin: auto;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 70%;
  left: 10%;
  top: 10%;
  bottom: 5%;
  line-height: 0.2;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,5);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

#minttu {
    font-size: 0.9em;
    height: 80%;
    line-height: 0.1;
}

.hovereffect:hover .overlay {
  opacity: 1;
  margin-top: 9%;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/*overlayn sävyn muuttaminen*/
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.hovereffect a, .hovereffect p, .hovereffect li {
  color: #F8F8F8;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
    font-size: 0.9em;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2, .hovereffect:hover li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media screen and (max-width: 768px) {
    .hovereffect p {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 475px) {
    .hovereffect p {
        font-size: 0.7em;
    }
    .row-palvelut h4 {
        font-size: 0.75em;
    }
}

/*PALVELUT*/


.img-palvelut {
    display: inline;
    margin: auto;
}

.breadcrumb {
    font-size: 0.9em;
    background-color: white;
    border-radius: none;
}

.breadcrumb a {
    color: #BF927F;
}

.breadcrumb > .active {
    color: #BF927F;
    font-style: italic
}

.liHeader {
    font-weight: 600;
    margin-bottom: 10px
}
.liSub {
    font-weight: 600;
}
.liSarja {
    margin-bottom: 10px;
    font-style: italic;
}

.liStyled {
    list-style-type: disc;
    margin-left: 1.2em;
}

.img-hoidot {
    margin: 5% auto 5%;
}
.img-hoidot.img-quote {
    margin-bottom: 5%;
    margin: 0 auto;
}

.img-centered {
    margin:0 auto
}

.img-pigmentoinnit {
    padding-top: 1.25em;
}

.pigmentointiThumb {
    font-size: 1.1em;
    padding-bottom: 0.19em;
}

.underlined {
    text-decoration: underline;
}

.liKulmat {
    margin-bottom: 1em;
}

.well {
    background: rgba(219, 190, 182, 0.8);
}


/*CONTACT*/
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.iframe-container iframe {
    border: 0;
}
.btn-send.lahetysnappi {
    background-color: #C2848C;
    color: #f8f8f8;
    box-shadow: 2px 2px 10px #4e3d42;
    text-shadow: 1px 1px 5px #4e3d42;
}

.ansa {
    visibility: hidden;
}

.tsuoja {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #4e3d42;
}

.tsuoja a {
    color: #4e3d42;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Hinnasto */

.hinnastot {
    line-height: 2.5;
    margin-bottom: 1.5em;
}

.hinnastot .liHeader {
    text-decoration: underline;
}

.hinnastot .liHeader2 {
    text-decoration: underline;
}

.boldA {
    color: #4e3d42;
    font-weight: 600;
}

.boldA:hover {
    color: #4e3d42;
    font-weight: 600;
}

.boldA:active {
    color: #4e3d42;
    font-weight: 600;
}

.lisahoito {
    font-style: italic;
}

.lisahoitoHeader {
    text-decoration: underline;
}

.btn-close {
    color: #c7a3b5;
}

.panel-relative {
    position: relative;
}

.btn-hinnasto {
    width: 100%;
    height: 4em;
    background: #C7A3B5;
    color: #f8f8f8;
    margin-bottom: 10px;
}



/* FOOTER */
.footer {
    background-color: #DBBEB6;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #f8f8f8;
    font-size: 12px;
    text-shadow: 2px 2px 7px #4e3d42;
}
.footer .text-center {
    padding: 10px 0px 5px 0px;
}
.footer a {
    color: #f8f8f8;
}


