@import url(../bower_components/normalize-css/normalize.css);
@import url("http://fonts.googleapis.com/css?family=Nunito:400,700,300");
body,
html {
  width: 100%;
  height: 100%; }

#canvas {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa; }

#page {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -365px;
  margin-left: -510px;
  width: 1020px;
  height: 730px;
  background: #591a23 url(../img/logo_bg.png) no-repeat right bottom; }
  #page #images {
    padding: 120px 100px; }
    #page #images img {
      display: block;
      margin: 15px 0; }
  #page #content {
    position: absolute;
    left: 50%;
    top: 135px;
    width: 35%;
    color: #f0eaeb;
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    text-align: center; }
    #page #content .head {
      font-weight: 700; }
      #page #content .head img {
        display: inline-block;
        margin: 0 0 15px 0; }
    #page #content .title {
      color: #73c69e;
      font-size: 35px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 130%; }
    #page #content .contact {
      margin-top: 100px;
      line-height: 135%; }
    #page #content a {
      color: #73c69e;
      text-decoration: none; }
