@charset "utf-8";
/* CSS Document */

/*headers*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #4C2B00;
}
h1,
.h1 {
  font-size: 3.5rem;
}
h2,
.h2 {
  font-size: 2rem;

}
h3,
.h3 {
  font-size: 1.5rem;

}
h4,
.h4 {
  font-size: 1.2rem;

}
h5,
.h5 {
  font-size: 1.1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.hotcold h2 {
    color: rgba(255,255,255,1.00);
    width: 50%;
    font-size: 2.5rem;
    font-weight: 900;
}
.hotcold p {
    font-weight: 700;
    font-size: 1.2rem;
    color: rgba(255,255,255,1.00);
    width: 70%;
}

.davincis h2 {
    color: rgba(255,255,255,1.00);
    width: 50%;
    font-size: 2.5rem;
    font-weight: 900;
}
.davincis p {
    font-weight: 700;
    font-size: 1.2rem;
    color: rgba(255,255,255,1.00);
    width: 70%;
}
.text-shadow {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.56);
    font-weight: 800;
}



@media (min-width: 768px) {
    
h1,
.h1 {
  font-size: 5rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1rem;
}
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

#ratkaisut h3 {
    font-size: 2.2rem;
    font-weight: 800;
}
#ratkaisut h4 {
font-size: 1.5rem;
}

#ratkaisut p {
font-size: 1.1rem;
}
@media (min-width: 576px) {

#ratkaisut h3 {
    font-size: 2rem;
}
#ratkaisut h4 {
font-size: 1.2rem;
}
#ratkaisut p {
font-size: 0.9rem;
}
}

@media (min-width: 992px) {

#ratkaisut h3 {
    font-size: 2rem;
}}


/*linkit*/

.murulinkki {font-weight: 400;  
color: #00401c!important;}
.tekstilinkki {
    font-weight: 700;
    color: #402500!important;
}
.puhelulinkki {font-weight: 700;  
color: #473B15!important;}
.footerlinkki {font-weight: 400;  
color: #B39435!important;}

.linkki {color: #00401c!important;}


/*erikois*/

.luomu {
    background-color: rgba(89,157,104,1.00);
    font-size: 80%;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    color: rgba(255,255,255,1.00)!important;
 }
.kysymys
{
    font-weight: 600;
    color: #FFFFFF;
    font-size: 120%;
    background-clip: padding-box;
    background-color: rgba(179,148,53,1.00);    
padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;

}

.vastaus {
    background-color: rgba(179,148,53,0.20);
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;

}
.uutuus {
    background-color: rgba(179,148,53,1.00);
    padding: .5rem;
    float: right;
    clear: none;
    margin-bottom: -3rem;
    font-weight: 600;
    color: rgba(255,255,255,1.00);
    text-align: center;
    background-image: -webkit-linear-gradient(0deg,rgba(182,151,53,1.00) 0%,rgba(234,212,143,1.00) 70.47%,rgba(182,151,53,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(182,151,53,1.00) 0%,rgba(234,212,143,1.00) 70.47%,rgba(182,151,53,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(182,151,53,1.00) 0%,rgba(234,212,143,1.00) 70.47%,rgba(182,151,53,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(182,151,53,1.00) 0%,rgba(234,212,143,1.00) 70.47%,rgba(182,151,53,1.00) 100%);
    position: absolute;
    top: 3%;
    right: 5%;
    }
