@charset "UTF-8";
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
/* line 11, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

/* line 25, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 28, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
ol, ul {
  list-style: none; }

/* line 30, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
blockquote, q {
  quotes: none; }

/* line 32, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
:focus {
  outline: 0; }

/* line 34, /home/anoble/Apps/doulateam/source/stylesheets/reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/
/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
/* line 13, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* MAIN CONTAINER */
/* line 18, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
.container {
  margin: 0 auto; }

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
/* line 22, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
.row:after, .col:after, .clr:after, .group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* DEFAULT ROW STYLES */
/* line 31, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
.row {
  margin-bottom: 1.5em; }

/* set according to preference*/
/* DEFAULT COLUMN STYLES */
/* line 35, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
.col {
  display: block;
  float: left;
  width: 100%; }

@media (min-width: 768px) {
  /* line 42, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  col {
    margin-left: 2%; } }
/* RESET MARGINS */
/* line 49, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
/* COLUMN WIDTH ON DISPLAYS +768px */
@media (min-width: 768px) {
  /* line 54, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_1 {
    width: 6.5%; }

  /* line 55, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_2 {
    width: 15.0%; }

  /* line 56, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_3 {
    width: 23.5%; }

  /* line 57, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_4 {
    width: 32.0%; }

  /* line 58, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_5 {
    width: 40.5%; }

  /* line 59, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_6 {
    width: 49.0%; }

  /* line 60, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_7 {
    width: 57.5%; }

  /* line 61, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_8 {
    width: 66.0%; }

  /* line 62, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_9 {
    width: 74.5%; }

  /* line 63, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_10 {
    width: 83.0%; }

  /* line 64, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_11 {
    width: 91.5%; }

  /* line 65, /home/anoble/Apps/doulateam/source/stylesheets/responsive-gs-12col.css */
  .span_12 {
    width: 100%; } }
/* line 1, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
body {
  padding: 0;
  color: black;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  background-image: url(../images/baby-foot-3.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }

/* line 12, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
h1, h2, h3 {
  font-family: "Courgette", cursive;
  line-height: 90%;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

/* line 18, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
h1 {
  margin: 0;
  padding: 0;
  font-size: 3.5em;
  color: white;
  text-align: right; }
  /* line 25, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  h1 a {
    color: white;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    /* line 32, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
    h1 a:hover {
      color: #fde9b7; }

/* line 35, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
h2 {
  margin-bottom: 0.75em !important;
  padding: 5px 0;
  font-size: 2.5em;
  color: white;
  border-bottom: solid 2px #37a2b9; }

/* line 42, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
h3 {
  padding-top: 1em !important;
  padding: 5px 0;
  font-size: 1.5em;
  color: white;
  border-bottom: solid 2px rgba(255, 255, 255, 0.3); }

/* line 49, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
nav {
  padding: 20px 0; }

/* line 52, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
nav ul {
  text-align: right; }

/* line 55, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
nav ul li {
  display: inline;
  margin-left: 20px; }

/* line 59, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
nav a {
  font-size: 1.3em; }

/* line 63, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
#content ul {
  padding-left: 20px;
  list-style-type: none; }
  /* line 67, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  #content ul li {
    margin-top: 10px; }
    /* line 69, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
    #content ul li:before {
      content: "›";
      position: relative;
      left: -7px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.2); }

/* line 76, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
p {
  margin-bottom: 10px; }

/* line 79, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
a {
  color: #37a2b9;
  text-decoration: none;
  -webkit-transition: color ease 1s;
  -moz-transition: color ease 1s;
  -ms-transition: color ease 1s;
  -o-transition: color ease 1s;
  transition: color ease 1s; }
  /* line 88, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  a:hover {
    color: #21474f;
    -webkit-transition: color ease 0.5s;
    -moz-transition: color ease 0.5s;
    -ms-transition: color ease 0.5s;
    -o-transition: color ease 0.5s;
    transition: color ease 0.5s; }

/* line 96, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
small {
  color: #5c5c5c;
  font-size: 0.8em; }

/* line 100, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
img {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 5px white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* line 107, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
blockquote {
  position: relative;
  padding-left: 40px; }
  /* line 111, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  blockquote:before {
    content: "“";
    display: block;
    position: absolute;
    top: -40px;
    left: 0px;
    z-index: -1;
    color: rgba(255, 255, 255, 0.3);
    font-size: 250px;
    line-height: 250px; }

/* line 123, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
footer {
  color: #5c5c5c;
  text-align: right; }
  /* line 127, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  footer .muted {
    color: #969696;
    text-align: right; }
    /* line 131, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
    footer .muted a {
      color: #969696; }
      /* line 133, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
      footer .muted a:hover {
        color: #21474f; }

/* line 136, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
.container {
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 1.5% 2.5%;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/* line 145, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
.container > footer {
  padding-top: 50px;
  font-size: 0.8em; }

/* line 150, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
#about .about {
  padding-left: 20px; }
/* line 152, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
#about .bios .col {
  padding: 20px; }

/* line 155, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
#contact-us .col {
  text-align: center; }

@media (max-width: 1000px) {
  /* line 159, /home/anoble/Apps/doulateam/source/stylesheets/style.sass */
  .container {
    margin: 0; } }
