/* line 17, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/screen.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 7, ../sass/screen.scss */
html {
  height: 100%;
}

/* line 10, ../sass/screen.scss */
body {
  height: 100%;
  background-color: #fff;
  color: #504c42;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 18, ../sass/screen.scss */
h1 {
  font-size: 48px;
  line-height: 72px;
  color: #656053;
}
/* line 22, ../sass/screen.scss */
#main_header h1 {
  color: #e9e898;
}

/* line 27, ../sass/screen.scss */
h2 {
  font-size: 32px;
  line-height: 48px;
}

/*
figure {
    border: 1px solid $accent_color;
    padding: $base_line_height / 2;
    padding-bottom: $base_line_height;
    @extend .bottom_margin_line_height;
    //margin-bottom: $font_size_main;
    //display: inline-block;
    text-align: center;
    vertical-align: top;
    @include box-shadow(#ccc 0px 2px 3px);
    &.inline {
        display: inline-block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}
*/
/* line 51, ../sass/screen.scss */
p {
  margin-bottom: 24px;
}

/* line 54, ../sass/screen.scss */
a {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  color: #6f9f2e;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
}
/* line 62, ../sass/screen.scss */
a:hover {
  color: #c45518;
}
/* line 66, ../sass/screen.scss */
a::before, a::after {
  position: absolute;
  color: #c45518;
  top: 4px;
  font-weight: 100;
  line-height: 1;
  opacity: 0;
  -webkit-transition-property: opactiy, -webkit-transform;
  -moz-transition-property: opactiy, -moz-transform;
  -o-transition-property: opactiy, -o-transform;
  transition-property: opactiy, transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 76, ../sass/screen.scss */
a::after {
  right: -0.1em;
  content: "|";
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 81, ../sass/screen.scss */
a::before {
  left: -0.1em;
  content: '|';
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 87, ../sass/screen.scss */
a:hover::before, a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*

.link-braces a::before,
.link-braces a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.link-braces a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.link-braces a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.link-braces a:hover::before,
.link-braces a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
*/
/* line 128, ../sass/screen.scss */
figure {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  -webkit-box-shadow: #cccccc 0px 8px 6px -6px;
  -moz-box-shadow: #cccccc 0px 8px 6px -6px;
  box-shadow: #cccccc 0px 8px 6px -6px;
  text-align: center;
}
/* line 133, ../sass/screen.scss */
figure img {
  max-width: 100%;
  height: auto;
}
/* line 137, ../sass/screen.scss */
figure h4 {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
/* line 142, ../sass/screen.scss */
figure p {
  font-size: 12px;
  color: #666;
}

/* line 148, ../sass/screen.scss */
#main_header {
  background-color: #6f9f2e;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6f9f2e), color-stop(100%, #5e8b22));
  background-image: -webkit-linear-gradient(#6f9f2e, #5e8b22);
  background-image: -moz-linear-gradient(#6f9f2e, #5e8b22);
  background-image: -o-linear-gradient(#6f9f2e, #5e8b22);
  background-image: linear-gradient(#6f9f2e, #5e8b22);
  color: #e2e2dc;
}

/* line 154, ../sass/screen.scss */
.content_wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 48px 12.5% 96px 12.5%;
}

/* line 159, ../sass/screen.scss */
.alt_section {
  background-color: #f0eee8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0eee8), color-stop(100%, #eae9e4));
  background-image: -webkit-linear-gradient(#f0eee8, #eae9e4);
  background-image: -moz-linear-gradient(#f0eee8, #eae9e4);
  background-image: -o-linear-gradient(#f0eee8, #eae9e4);
  background-image: linear-gradient(#f0eee8, #eae9e4);
}

/* line 164, ../sass/screen.scss */
.dk_section {
  background-color: #d0ded8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0ded8), color-stop(100%, #cac9c4));
  background-image: -webkit-linear-gradient(#d0ded8, #cac9c4);
  background-image: -moz-linear-gradient(#d0ded8, #cac9c4);
  background-image: -o-linear-gradient(#d0ded8, #cac9c4);
  background-image: linear-gradient(#d0ded8, #cac9c4);
}

/* line 169, ../sass/screen.scss */
.work_sample {
  margin-top: 48px;
}
