/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 20, ../sass/able2.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../sass/able2.scss */
body {
  font-family: "Avenir","Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: #333333;
}

/* line 29, ../sass/able2.scss */
header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
/* line 34, ../sass/able2.scss */
header .inner {
  padding-top: 60px;
}
/* line 36, ../sass/able2.scss */
header .inner h1 {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
}
/* line 41, ../sass/able2.scss */
header .inner .sub-title {
  font-size: 1.325em;
  color: rgba(255, 255, 255, 0.75);
}

/* line 48, ../sass/able2.scss */
blockquote {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #73a393 url('../images/bg.png?1401241202');
  color: #fff;
  padding: 25px 35px;
  font-size: 1.5em;

}

/* line 57, ../sass/able2.scss */
#main {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  font-size: 1.5em;
  position: relative;
  margin-top: -60px;
}
/* line 63, ../sass/able2.scss */
#main article > p {
  margin: 0.625em 0;
  line-height: 1.25em;
}

/* line 69, ../sass/able2.scss */
article {
  padding: 40px 40px 40px 0;
  border-right: #e6e6e6 1px solid;

}

/* line 75, ../sass/able2.scss */
aside {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  float: left;
  background-color: #eef4f2;
  padding: 20px 20px 10px;
  margin: 0 25px 25px 0;

  color: #575958;
}
/* line 83, ../sass/able2.scss */
aside p {
  font-size: 0.8625em;
  font-weight: 700;
  margin: 5px 0 15px;
}
/* line 88, ../sass/able2.scss */
aside ul {
  margin-left: 20px;
}
/* line 91, ../sass/able2.scss */
aside ul li {
  font-size: 0.825em;
  padding: 10px 0 5px;
  list-style: circle;
}

/* line 98, ../sass/able2.scss */
#cover {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1800px;
  background: url('../images/drawing.jpg?1401269627') 90% center;
  background-size: cover;
  height: 500px;
}
/* line 106, ../sass/able2.scss */
#cover img {
  display: block;
}

/* line 112, ../sass/able2.scss */
#contact {
  text-align: center;
}
/* line 113, ../sass/able2.scss */
#contact #profile-pic {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-size: cover;
  width: 160px;
  height: 160px;
  display: block;
  background: url('../images/katherine.jpg?1401244404') no-repeat center center;
  margin: 50px auto 20px;
}
/* line 123, ../sass/able2.scss */
#contact h3 {
  font-weight: 700;
  font-size: 1em;
  color: #73a393;
}
/* line 129, ../sass/able2.scss */
#contact .sub-title {
  margin: 10px 0 40px;
  font-size: 0.875em;
  color: #a6a6a6;
}
/* line 134, ../sass/able2.scss */
#contact a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.825em;
  color: #73a393;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
/* line 142, ../sass/able2.scss */
#contact a span {
  display: block;
  color: #a6a6a6;
  font-size: 0.6em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* line 153, ../sass/able2.scss */
footer {
  padding: 35px 40px;
  color: #a6a6a6;
  border-top: #e6e6e6 1px solid;
}
/* line 158, ../sass/able2.scss */
footer #credits {
  font-size: 0.8125em;
  margin: 10px 0 0;
  color: #bfbfbf;
}
/* line 162, ../sass/able2.scss */
footer #credits a {
  color: #bfbfbf;
  text-decoration: none;
}
