/* line 5, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Here we import our partials
----------------------------------------------*/
/**
 *	_variables.scss
 */
@font-face {
  font-family: 'open_sansregular';
  src: url("Fonts/opensans-regular-webfont.eot");
  src: url("Fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-regular-webfont.woff2") format("woff2"), url("Fonts/opensans-regular-webfont.woff") format("woff"), url("Fonts/opensans-regular-webfont.ttf") format("truetype"), url("Fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosisregular';
  src: url("Fonts/dosis-regular-webfont.eot");
  src: url("Fonts/dosis-regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/dosis-regular-webfont.woff2") format("woff2"), url("Fonts/dosis-regular-webfont.woff") format("woff"), url("Fonts/dosis-regular-webfont.ttf") format("truetype"), url("Fonts/dosis-regular-webfont.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("Fonts/opensans-semibold-webfont.eot");
  src: url("Fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-semibold-webfont.woff2") format("woff2"), url("Fonts/opensans-semibold-webfont.woff") format("woff"), url("Fonts/opensans-semibold-webfont.ttf") format("truetype"), url("Fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Body Text Styles */
/* line 63, Styles/_partials/_variables.scss */
.container:after, .grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/**
 * 	_typography.scss
 */
/* line 7, Styles/_partials/_typography.scss */
body {
  font-size: 18px;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #333;
}

/* line 15, Styles/_partials/_typography.scss */
h1, h2, h3 {
  font-family: "dosisregular", Arial, sans-serif;
  font-size: 38px;
  color: #61217e;
  line-height: 1.5;
  font-weight: normal;
}

/* line 23, Styles/_partials/_typography.scss */
h2 {
  font-family: "dosisregular", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
}

/* line 29, Styles/_partials/_typography.scss */
p {
  line-height: 1.5;
  margin-bottom: 12px;
}

/* line 35, Styles/_partials/_typography.scss */
.align-right * {
  text-align: right;
}

/* line 40, Styles/_partials/_typography.scss */
a {
  text-decoration: none;
  color: #61217e;
}
/* line 44, Styles/_partials/_typography.scss */
a:hover img {
  opacity: 0.8;
}

/**
 * 	_general.scss
 */
/* line 5, Styles/_partials/_general.scss */
* {
  box-sizing: border-box;
}

/* line 9, Styles/_partials/_general.scss */
body {
  background: #dddddd;
}

/* Header Area 
-----------------------------------------------------------*/
/* line 15, Styles/_partials/_general.scss */
#header {
  height: 180px;
}

/* line 19, Styles/_partials/_general.scss */
#logo a {
  background: url(images/itzelpixel_logo3.svg) no-repeat scroll;
  width: 209px;
  height: 80px;
  float: left;
  margin: 2% 0 0 0;
}

/* line 27, Styles/_partials/_general.scss */
.hide {
  display: none;
}

/* line 31, Styles/_partials/_general.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 37, Styles/_partials/_general.scss */
aside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.33%;
  padding-right: 60px;
}

/* line 45, Styles/_partials/_general.scss */
.about-me__excerpt {
  bottom: 15%;
}

/* line 49, Styles/_partials/_general.scss */
.resume-link {
  margin-top: 2rem;
}

/* line 53, Styles/_partials/_general.scss */
article {
  padding-left: 33.33%;
  position: relative;
  min-height: 300px;
}
/* line 57, Styles/_partials/_general.scss */
article.full {
  padding-left: 0;
}

/* line 62, Styles/_partials/_general.scss */
nav {
  float: right;
}
/* line 65, Styles/_partials/_general.scss */
nav li {
  float: left;
  padding: 0 3em;
}
/* line 68, Styles/_partials/_general.scss */
nav li:last-child {
  padding-right: 0;
}
/* line 72, Styles/_partials/_general.scss */
nav li a {
  display: block;
  padding: 2.5em 1em;
}
/* line 76, Styles/_partials/_general.scss */
nav li a:hover {
  background: #61217e;
  color: white;
}

/* line 84, Styles/_partials/_general.scss */
iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 90, Styles/_partials/_general.scss */
img {
  max-width: 100%;
}

/* line 94, Styles/_partials/_general.scss */
.vimeo-video__main {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
  margin-top: 80px;
}

/* line 102, Styles/_partials/_general.scss */
.more-button {
  color: #61217e;
  float: right;
}

/* line 107, Styles/_partials/_general.scss */
footer {
  background-color: #61217e;
}
/* line 109, Styles/_partials/_general.scss */
footer .inner {
  max-width: 1280px;
  margin: 60px auto 0;
  border-top: 1px solid #636363;
}
/* line 115, Styles/_partials/_general.scss */
footer .one-third {
  width: 33.33%;
  float: left;
  padding: 24px 0;
}
/* line 120, Styles/_partials/_general.scss */
footer .one-third:nth-child(2) {
  text-align: center;
}
/* line 126, Styles/_partials/_general.scss */
footer .social a {
  float: right;
  margin-left: 20px;
  width: 20px;
  height: 20px;
}
/* line 134, Styles/_partials/_general.scss */
footer * {
  font-size: 14px;
  color: white;
}

/* line 140, Styles/_partials/_general.scss */
article .one-third {
  width: 33.33%;
  float: left;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 147, Styles/_partials/_general.scss */
article .one-third .vimeo-video__main {
  margin-top: 0;
}

/* line 152, Styles/_partials/_general.scss */
.grid {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 158, Styles/_partials/_general.scss */
.margin-bottom {
  margin-bottom: 40px;
}

/* line 162, Styles/_partials/_general.scss */
.one-half {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
/* line 169, Styles/_partials/_general.scss */
.one-half a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
