/* line 3, ../../app/styles/main.scss */
body {
  margin: 0px;
  background: url("../images/background.png");
  border-top: 6px solid #57ad68;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #272727;
}

/* line 12, ../../app/styles/main.scss */
.card {
  background: #F8F8F8;
  max-width: 480px;
  margin: 20px auto 0 auto;
  padding: 10px;
  padding-top: 5px;
  text-align: center;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 24, ../../app/styles/main.scss */
h1, h2, h3, a {
  font-family: 'EB Garamond', serif;
}

/* line 28, ../../app/styles/main.scss */
h1 {
  font-size: 36px;
  color: #272727;
  margin: 15px 0;
}

/* line 34, ../../app/styles/main.scss */
h2 {
  font-size: 18px;
  color: #aeaaaa;
  font-weight: normal;
}

/* line 40, ../../app/styles/main.scss */
a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  padding: 4px 0;
  -webkit-transition-property: background;
  -webkit-transition-duration: .5s;
  transition-property: background;
  transition-duration: .5s;
}
/* line 51, ../../app/styles/main.scss */
a:hover {
  background: #000;
  color: yellow;
}

/* line 57, ../../app/styles/main.scss */
.resume {
  padding-left: 15%;
  margin-right: 15%;
  margin-top: 35px;
  text-align: left;
  color: #8f8f8f;
  background-image: url("../images/billie_holiday.png");
}

/* line 66, ../../app/styles/main.scss */
.blog {
  padding-right: 15%;
  margin-left: 15%;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
  color: #f7f7f7;
  background: rgba(104, 59, 0, 0.52);
}

.twitter {
  padding-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
  text-align: left;
  color: #fff;
  background: rgba(29, 161, 242, 0.55);
}
