/*COLORS*/
/* TYPE*/
/* FEATHERS */
/* line 3, ../sass/_custom_resets.scss */
h1 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

/* line 9, ../sass/_custom_resets.scss */
h2 {
  font-family: "Arimo", sans-serif;
}

/* line 13, ../sass/_custom_resets.scss */
p {
  font-family: "Arimo", sans-serif;
  font-weight: normal;
}

/* line 18, ../sass/_custom_resets.scss */
a {
  text-decoration: none;
}

/* line 22, ../sass/_custom_resets.scss */
.anchor {
  text-decoration: none;
  color: white;
}

/* line 27, ../sass/_custom_resets.scss */
.article {
  font-family: "Arimo", sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
}

/* line 33, ../sass/_custom_resets.scss */
.display_none {
  display: none;
}

/* line 6, ../sass/pfolio.scss */
html, body {
  width: 100%;
  height: 100%;
  font-family: "Arimo", sans-serif;
}

/* line 12, ../sass/pfolio.scss */
html {
  background-image: url("../img/bcg_pfolio.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 20, ../sass/pfolio.scss */
.pfolio_content {
  width: 90%;
  height: 50%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 680px) {
  /* line 20, ../sass/pfolio.scss */
  .pfolio_content {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1200px) {
  /* line 20, ../sass/pfolio.scss */
  .pfolio_content {
    width: 100%;
  }
}

/* line 35, ../sass/pfolio.scss */
.portfolio_left {
  text-align: center;
}
@media (min-width: 680px) {
  /* line 35, ../sass/pfolio.scss */
  .portfolio_left {
    max-width: 60%;
  }
}
/* line 40, ../sass/pfolio.scss */
.portfolio_left img {
  max-width: 80%;
}

/* line 45, ../sass/pfolio.scss */
.portfolio_right {
  background-color: white;
  padding: 2%;
}
@media (min-width: 680px) {
  /* line 45, ../sass/pfolio.scss */
  .portfolio_right {
    max-width: 40%;
    overflow: auto;
  }
}

/* line 54, ../sass/pfolio.scss */
.anchor {
  font-size: 1em;
  font-weight: bold;
  color: black;
}
@media (min-width: 700px) {
  /* line 54, ../sass/pfolio.scss */
  .anchor {
    font-size: 1.5em;
  }
}
