/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-may-2014, 21:34:29
    Author     : Juan Ma
*/
/*$done-color-dark-blue: #3995C9;*/
/*$done-color-medium-blue: #54C5EA;*/
html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  font-family: Source Sans Pro, Helvetica, sans-serif;
}

html, body {
  height: 100%;
}

body {
  color: #E6E6E6;
  background-color: white;
}

#home-wrapper {
  min-height: 100%;
  position: relative;
  background-color: #F4F4F4;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #F4F4F4;
}

/* Globals */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-right {
  float: right;
}

/*
code {
    word-wrap: break-word;
}
*/
.home-c-lb {
  background-color: #00a9b5;
  color: white;
}
.home-c-lb a {
  color: white;
}

.home-c-lg {
  background-color: #F4F4F4;
  color: #003344;
  padding: 2em;
  padding-bottom: 400px;
}
.home-c-lg a {
  color: #003344;
}

.home-c-w {
  background-color: white;
  color: #7C7C7C;
}
.home-c-w a {
  color: #7C7C7C;
}

.home-footer {
  background-color: #003344;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home-menu.pure-menu.pure-menu-open.pure-menu-fixed {
  background-color: #003344;
  border: 0;
}

.done-button {
  display: block;
  padding: 0.75em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  background-color: #00a9b5;
  font-weight: normal;
}

/* Overrides */
.pure-menu-heading img {
  max-height: 26px;
}

.pure-menu .pure-menu-heading {
  padding: 4px 20px;
  line-height: 1em;
}

.pure-menu li a:hover, .pure-menu li a:focus {
  background: #00a9b5;
}

.pure-menu a, .pure-menu .pure-menu-can-have-children > li:after {
  font-weight: normal;
  color: white;
}

.pure-menu.pure-menu-horizontal, .pure-menu.pure-menu-horizontal .pure-menu-heading {
  float: left;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* 568px sm */
@media screen and (min-width: 35.5em) {
  .home-cont {
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 2.5em;
    padding-bottom: 3.5em;
  }
}
/* 768px md */
/* 1024px lg */
@media screen and (min-width: 64em) {
  .home-cont {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-cont-sm {
    width: 640px;
  }

  .home-cont-xs {
    width: 480px;
  }
}
/* 1280px xl */

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