@font-face {
  font-family: "hirmos";
  src: url("../fonts/HirmIEUcs8.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.text {
  font-family: "hirmos";
  font-size: 31px;
  line-height: 55px;
  color: #412718; }
  .text--copy {
    font-family: "georgia";
    font-size: 18px;
    line-height: 26px;
    color: black; }

.text--h2 {
  font-size: 96px;
  color: #002f5c; }
  @media all and (max-width: 780px) {
    .text--h2 {
      font-size: 40px; } }

.text--h4 {
  color: #B71F03;
  margin-top: 50px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

.text--totranslate {
  cursor: pointer;
  display: inline-block;
  cursor: pointer; }

.text--h4 .text--totranslate {
  color: #B71F03 !important; }

.text--totranslate::after {
  content: "";
  width: 100%;
  height: 1px;
  position: relative;
  background: rgba(166, 124, 82, 0.5);
  display: block;
  top: -10px; }

.text--totranslate:hover {
  background: rgba(166, 124, 82, 0.1); }

.text--istranslated {
  font-family: georgia, times new roman, serif;
  font-size: 26px;
  letter-spacing: 1px;
  padding: 9px 0; }

.text--istranslated:hover {
  background: rgba(166, 124, 82, 0.1); }

.text--comment {
  color: #B71F03; }

html {
  background: #F6EFDD; }

body {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

.site-wrapper {
  width: 90%;
  max-width: 700px;
  margin: 80px 0 0 80px; }
  @media all and (max-width: 780px) {
    .site-wrapper {
      width: 90%;
      margin: 5% 0 0 5%; } }

.logo {
  max-width: 100%; }

.logo {
  float: left;
  margin-right: 21px;
  max-width: 70%; }
  @media all and (max-width: 780px) {
    .logo {
      float: none;
      max-width: 100%;
      margin-right: 0; } }

.logo-description {
  font-family: helvetica;
  font-size: 90%;
  padding-top: 26px; }

.logo-description:after {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

/*# sourceMappingURL=css.css.map */
