/* line 12, sass/style.scss */
html {
  font-size: 18px; }

/* line 16, sass/style.scss */
::selection {
  background-color: #2D2D32;
  color: #fff; }

/* line 21, sass/style.scss */
body {
  color: #2D2D32;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 1.5; }

/* line 28, sass/style.scss */
p {
  font-size: 1rem; }
  /* line 30, sass/style.scss */
  p strong {
    font-weight: 700; }

/* line 35, sass/style.scss */
a {
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  color: #006EB7; }
  /* line 38, sass/style.scss */
  a:hover {
    color: #007953; }

/* line 43, sass/style.scss */
h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem; }

/* line 50, sass/style.scss */
h1 {
  font-size: 2rem; }
  /* line 52, sass/style.scss */
  h1.teksti {
    background-color: #2D2D32;
    border: solid .5rem #fff;
    display: inline-block;
    padding: 2rem 3rem; }
  /* line 58, sass/style.scss */
  h1.logo {
    background-image: url("kuvat/vegetar-logo.svg");
    border: none;
    display: block;
    height: 222px;
    width: 283px;
    margin: 0 auto 2rem;
    text-indent: -9999px; }

/* line 69, sass/style.scss */
h2 {
  color: #969BA0;
  font-size: 1.33rem;
  margin-bottom: 1rem; }

/* line 75, sass/style.scss */
h3 {
  font-size: 1.167rem;
  margin-top: .5rem;
  margin-bottom: .5rem; }

/* line 81, sass/style.scss */
h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  letter-spacing: .1rem; }

/* line 90, sass/style.scss */
h5 {
  color: #969BA0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1rem; }

/* line 98, sass/style.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 102, sass/style.scss */
  ul li {
    margin: 0;
    padding: 0; }

/* line 108, sass/style.scss */
.center {
  text-align: center !important; }

/* line 112, sass/style.scss */
header {
  text-align: center;
  padding-bottom: 4rem; }

/* line 117, sass/style.scss */
header, footer {
  background-color: #2D2D32;
  background-image: url("kuvat/header-bg.png");
  background-image: url("kuvat/header-bg.svg");
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    /* line 117, sass/style.scss */
    header, footer {
      background-attachment: fixed; } }

/* line 131, sass/style.scss */
section {
  padding-top: 4rem;
  padding-bottom: 0; }

/* line 135, sass/style.scss */
main section:after {
  background-color: #969BA0;
  clear: both;
  content: "";
  display: block;
  margin: 4rem auto 0;
  height: 0.1667rem;
  width: 10rem; }

/* line 144, sass/style.scss */
main section:last-of-type::after {
  background: none;
  height: 0; }

/* line 151, sass/style.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 159, sass/style.scss */
section#perunat table tr td {
  padding-left: .5rem; }
  /* line 161, sass/style.scss */
  section#perunat table tr td:first-of-type {
    padding-left: 0;
    padding-right: .5rem;
    font-weight: 700;
    vertical-align: top; }

/* line 175, sass/style.scss */
section#lajikkeet figure figcaption {
  float: left;
  padding: 1rem; }
  @media (min-width: 992px) {
    /* line 175, sass/style.scss */
    section#lajikkeet figure figcaption {
      text-align: center; } }
/* line 184, sass/style.scss */
section#lajikkeet aside.resepti {
  padding: 1rem 0; }
  /* line 187, sass/style.scss */
  section#lajikkeet aside.resepti p {
    font-style: italic; }

/* line 193, sass/style.scss */
a.nappula {
  background-color: #fff;
  border: 3px solid #2D2D32;
  color: #2D2D32;
  cursor: pointer;
  padding: .5rem 2rem; }
  /* line 199, sass/style.scss */
  a.nappula:hover {
    background-color: #2D2D32;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: none; }

/* line 208, sass/style.scss */
footer h1, footer h2, footer h3, footer p {
  color: #fff; }
/* line 211, sass/style.scss */
footer a.valkonen {
  color: #fff; }
  /* line 213, sass/style.scss */
  footer a.valkonen:hover {
    color: #fff; }
/* line 217, sass/style.scss */
footer div.some {
  margin-top: 2rem;
  text-align: center; }
  /* line 220, sass/style.scss */
  footer div.some a {
    color: #fff !important;
    margin-left: 1rem;
    margin-right: 1rem; }
  /* line 221, sass/style.scss */
  footer div.some a:hover {
    color: #aaa !important; }
/* line 224, sass/style.scss */
footer form input.form-control, footer form textarea {
  background-color: #2D2D32;
  border-radius: 0;
  border: 3px solid #fff;
  color: #fff;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms; }
  /* line 230, sass/style.scss */
  footer form input.form-control:focus, footer form textarea:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    outline: none; }
/* line 237, sass/style.scss */
footer form button {
  background-color: #fff;
  border: 3px solid #2D2D32;
  cursor: pointer;
  padding: .5rem 2rem;
  float: right;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms; }
  /* line 244, sass/style.scss */
  footer form button:hover {
    background-color: #2D2D32;
    border: 3px solid #fff;
    color: #fff; }

/* line 253, sass/style.scss */
p.copy {
  font-size: 0.778rem;
  margin: 1rem 0 0 0;
  padding-bottom: 1rem;
  text-align: center; }
