body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
  padding: 0;
  margin: 0;
  background: #fde8ce ;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body * {
  box-sizing: border-box;
}
label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
label.empty {
  margin: 0;
}
@media (min-width: 768px) {
  label {
    display: inline-block;
    width: 100px;
    margin: 0;
  }
}
#home .inner {
  text-align: center;
  margin: auto;
}
#home .inner .wrapper {
  display: inline-block;
  width: auto;
}
#home .inner .wrapper .front,
#home .inner .wrapper .back {
  max-width: 100vw;
}
@media (min-width: 768px) {
  #home .inner .wrapper .front,
  #home .inner .wrapper .back {
    max-height: 100vh;
    min-height: 700px;
    display: inline-block;
    float: left;
  }
  #home .inner .wrapper .front img,
  #home .inner .wrapper .back img {
    float: left;
    min-height: 700px;
    max-width: 400px;
    max-height: calc(100vh - 57px);
  }
}
@media (max-width: 767px) {
  #home .inner .wrapper .front img,
  #home .inner .wrapper .back img {
    width: 100%;
    max-width: 100vw;
    float: left;
  }
}
#home .inner .wrapper #footer {
  clear: both;
}
#header {
  text-align: right;
  background: #f2ab56;
  border-bottom: 10px solid #b33223;
  height: 105px;
}
#header .inner {
  max-width: 768px;
  margin: auto;
  position: relative;
}
#header .logo {
  max-width: 200px;
  margin: 20px 20px 10px;
}
#header .homelink {
  width: 40px;
  height: 40px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#header .homelink img {
  width: 20px;
}
#main {
  background: #ffffff;
  margin: auto;
  max-width: 768px;
  min-height: calc(100vh - 157px);
  padding: 30px 20px;
}
#main a {
  text-decoration: none;
  color: #b33223;
}
#main a:hover {
  color: #003571;
}
#main p {
  margin-top: 0;
}
#main h1 {
  font-weight: normal;
  color: #003571;
  font-size: 40px;
  line-height: 1;
}
#main h2 {
  font-weight: normal;
  color: #003571;
  font-size: 25px;
  margin-bottom: 5px;
}
#main h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #003571;
}
.info {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#footer {
  background: #003571;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  border-top: 10px solid #b33223;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li:before {
  content: '|';
  display: inline-block;
}
#footer ul li:first-child:before {
  display: none;
}
@media (max-width: 374px) {
  #footer ul li {
    display: block;
    padding: 5px 0;
  }
  #footer ul li:before {
    display: none;
  }
}
#footer ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  margin: 0 10px;
}
#footer ul li a:hover {
  color: #b33223;
}
/*# sourceMappingURL=styles.css.map */