body {
  margin: 0;
  padding: 0;
  background-color: #EEEEEE;
  font-weight: 300;
}

body-body a {
  color: #D06000;
  text-decoration: none;
}
body-body .body-body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
  color: #222222;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}
body-body .body-title {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  font-size: 28px;
  line-height: 70px;
  text-align: left;
  font-weight: 300;
}
body-body .body-content {
  padding: 0 10px 60px 10px;
}
body-body .body-section {
  padding: 0 0 60px 0;
}
body-body .section-title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  font-weight: 300;
}
body-body .section-subtitle {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  color: #999999;
}
body-body .section-paragraph {
  margin: 0 auto;
  padding: 10px;
  max-width: 720px;
  font-size: 16px;
  text-align: left;
}
body-body .portfolio-card-frame {
  padding-bottom: 32px;
  text-align: center;
}
portfolio-card .frame {
  display: inline-block;
  position: relative;
  width: 100%;
  width: calc(100% - 12px);
  max-width: 300px;
  height: 500px;
  margin: 4px 4px 10px 4px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
portfolio-card .image {
  display: block;
  width: 100%;
  height: 300px;
  line-height: 300px;
  font-size: 30px;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #CCCCCC;
  text-decoration: none;
}
portfolio-card .title {
  padding: 6px 12px;
  font-size: 22px;
}
portfolio-card .description {
  padding: 0 12px;
  font-size: 15px;
}
portfolio-card .finished {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 500px;
  font-size: 20px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
