@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, li, menu, nav, ol, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  outline: 0; }

body {
  height: 100%;
  overflow: auto; }

html {
  font-size: 10px;
  height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ready {
  -webkit-animation: .8s .2s both fadein;
          animation: .8s .2s both fadein; }

body {
  height: 100%;
  min-width: 320px;
  opacity: 0; }

html {
  background: #e7e2d2;
  background: -webkit-linear-gradient(bottom left, #e7e2d2, #c3b690) fixed;
  background: linear-gradient(to top right, #e7e2d2, #c3b690) fixed;
  font-size: 10px;
  height: 100%; }

footer {
  background: url(/img/bottom.png) no-repeat center top;
  background-size: cover;
  bottom: 0;
  height: 20em;
  left: 0;
  position: fixed;
  width: 100%; }

h1 {
  font-family: "open sans condensed", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
  margin: .5em 0; }

header {
  background: url(/img/name.png) no-repeat center 9em, url(/img/top.png) no-repeat center;
  background-size: auto, cover;
  height: 30em;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

menu {
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3; }
  menu a {
    color: #e7e2d2;
    display: block;
    font-family: "open sans condensed", sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 2;
    padding: 0 1em;
    text-decoration: none;
    -webkit-transition: color .4s, background .4s;
            transition: color .4s, background .4s; }
    menu a:hover {
      color: white;
      background: rgba(119, 89, 59, 0.8); }
  menu li {
    display: inline-block;
    position: relative; }
  menu ul {
    background: #77593b;
    background: -webkit-linear-gradient(top, #77593b, #99724c);
    background: linear-gradient(to bottom, #77593b, #99724c);
    border-radius: 4px;
    border: 2px solid #77593b;
    display: inline-block;
    margin: 1em auto 0;
    position: relative; }
  @media (max-width: 768px) {
    menu li {
      display: block;
      border: 1px solid #77593b; }
      menu li:first-child {
        border-top-color: #8c7c63; }
    menu ul {
      display: block;
      height: 0;
      margin: 0;
      overflow: hidden;
      padding-top: 4.8em; }
    menu:hover ul {
      height: auto; } }

b {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: .5em;
  text-decoration: underline; }

section {
  color: #333;
  font-family: "open sans condensed", sans-serif;
  font-size: 2em;
  line-height: 1.6;
  max-width: 768px;
  padding: 14em 6em 0 2em;
  text-align: center; }
  section:last-child {
    padding-bottom: 10em; }
  section a {
    color: black; }
  section p {
    margin: 1em 0 0;
    text-align: left; }
  section li {
    text-align: left; }
  section ul {
    display: inline-block;
    margin: 2em 0; }

em {
  font-weight: bold;
  font-style: normal; }

.container {
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 50em; }
  @media (max-width: 540px) {
    .container {
      padding-left: 0; } }
  @media (min-width: 541px) and (max-width: 768px) {
    .container {
      padding-left: 26em; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .container {
      padding-left: 34em; } }
  @media all and (min-width: 993px) and (max-width: 1200px) {
    .container {
      padding-left: 42em; } }

.photo {
  background: #d5ccb1;
  border-radius: 4px;
  border: 1px solid #b1a16f;
  bottom: 0;
  box-shadow: 4px 4px 12px #111;
  box-sizing: border-box;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 4px;
  position: absolute; }
  @media (max-width: 320px) {
    .photo {
      max-height: none;
      position: relative; } }
  @media (min-width: 321px) and (max-width: 540px) {
    .photo {
      max-height: none;
      position: relative; } }

.photo-container {
  bottom: 2em;
  left: 1em;
  position: fixed;
  top: 10em;
  width: 22em;
  z-index: 2; }
  @media (max-width: 320px) {
    .photo-container {
      box-sizing: border-box;
      left: auto;
      margin-top: 2em;
      max-width: 100%;
      padding: 2em 0;
      position: relative;
      top: auto;
      z-index: initial; } }
  @media (min-width: 321px) and (max-width: 540px) {
    .photo-container {
      box-sizing: border-box;
      left: auto;
      margin-top: 2em;
      max-width: 100%;
      padding: 2em 0;
      position: relative;
      top: auto;
      z-index: initial; } }
  @media (min-width: 541px) and (max-width: 768px) {
    .photo-container {
      width: 10em; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .photo-container {
      width: 14em; } }
  @media all and (min-width: 993px) and (max-width: 1200px) {
    .photo-container {
      width: 18em; } }

.radio-small {
  background: url(/img/radio-small.png) no-repeat center;
  background-size: cover;
  bottom: 2em;
  height: 18.7em;
  position: fixed;
  right: 4em;
  width: 31.4em;
  z-index: 1; }

