@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #232323;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1,
h2,
h3 {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  line-height: 107%;
  color: #c8a188;
  text-align: center;
  position: relative;
  margin: 55px 0 65px 0;
  padding: 0 15px;
  letter-spacing: 0em;
}
@media only screen and (min-width: 600px) {
  h1,
  h2,
  h3 {
    padding: 0;
  }
}
h1:after,
h2:after,
h3:after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 15px;
  height: 2px;
  background-color: #c8a188;
  left: 50%;
}
p {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  padding: 0 15px;
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 600px) {
  p {
    padding: 0;
  }
}
a {
  color: #232323;
}
strong {
  font-weight: 700;
}
#main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #main {
    width: 1200px;
  }
}
#header ul {
  margin: 0;
  padding: 0;
}
#header ul li {
  display: inline-block;
  float: left;
}
#header ul li a {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  color: #c8a188;
  text-decoration: none;
  padding: 20px 10px;
}
#header ul li.active a {
  text-decoration: underline;
}
#navigation {
  float: left;
  width: auto;
}
#navigation ul {
  float: left;
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
  #navigation ul {
    margin-left: -10px;
  }
}
#language {
  float: right;
  width: auto;
}
#language ul {
  float: right;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  #language ul {
    margin-right: -10px;
  }
}
#language ul a {
  font-style: italic !important;
}
#logo {
  clear: both;
  width: 100%;
  text-align: center;
  height: 114px;
}
#logo h1:after {
  display: none;
}
#content {
  clear: both;
  width: 100%;
  margin: 50px auto 0;
}
@media only screen and (min-width: 600px) {
  #content {
    width: 600px;
  }
}
#content img {
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 600px) {
  #content img {
    margin-bottom: 45px;
  }
}
#content a {
  font-style: italic;
}
#footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
}
#footer a {
  text-decoration: none;
}
