body {
  font-family: "proxima-nova-soft",sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin: 0; }

a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: dotted 1px #000000; }
  a:hover {
    color: #666666;
    border-bottom: dotted 1px #666666; }

h2, h3, p {
  margin: 0;
  font-weight: 400; }

article, header, nav, section {
  display: block; }

img, video, object {
  max-width: 100%; }

/* Layout  */
img.logo {
  width: 100px; }

.header br {
  display: none; }

.header-wrap {
  height: 500px;
  background: url(img/background.png);
  border-top: solid 6px #000000;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }

footer, .header, .post {
  padding-left: 20px;
  padding-right: 20px; }

.header {
  padding-top: 50px; }
  .header p {
    margin: 0; }
  .header img {
    margin: 0 auto;
    display: block; }
  .header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 2px;
    text-align: center; }

.header, p, h2 {
  margin: 0 auto;
  max-width: 700px; }

.icons {
  margin-top: 20px; }

.icons div {
  width: 90px;
  height: 40px;
  margin: 0 auto; }

.icons .email {
  margin-right: 10px; }

.icons a img {
  width: 40px;
  float: left; }
  .icons a img:hover {
    opacity: 0.6; }

.post h2 {
  padding-top: 18px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 22px;
  text-align: center;
  font-size: 28px;
  line-height: 34px; }

p {
  padding-top: 18px;
  padding-bottom: 47px;
  line-height: 28px;
  font-size: 16px;
  color: #444;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #000;
  border-bottom: dotted 1px #000000; }

img {
  margin: 0 auto;
  display: block; }

.content {
  margin-top: 440px;
  background: #ffffff; }

/* post */
.case-icon {
  display: block;
  margin: 0 auto;
  height: 40px;
  padding: 64px 8px 0px 8px;
  opacity: 0.4; }

.case-image {
  display: block;
  margin: 0 auto;
  width: 100%; }

.post {
  padding-bottom: 20px; }

.post h2 {
  border-bottom: solid 1px #ddd; }

.post a:hover {
  opacity: 0.6; }

.post:nth-child(2n) {
  background: #f5f5f5; }

/* footer */
footer {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #333;
  color: #ffffff;
  text-align: center; }

footer h2 {
  padding-top: 30px;
  padding-bottom: 32px;
  border-bottom: solid 1px #cccccc;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  line-height: 40px; }

footer p, footer a {
  color: #cccccc; }

footer p {
  padding: 21px 0 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 18px; }

footer a {
  border-bottom: dotted 1px #cccccc; }
  footer a:hover {
    color: #ffffff;
    border-bottom: dotted 1px #ffffff; }

footer img.avatar {
  border-radius: 100px;
  border: red solid 1em inset; }

/* media query */
@media only screen and (min-width: 480px) {
  .header, p, h2 {
    margin: 0 auto;
    max-width: 450px; }

  .header h2 {
    font-size: 28px;
    line-height: 42px;
    padding-top: 38px;
    padding-bottom: 7px; }

  .case-image {
    width: 100%; }

  .post h2 {
    font-size: 28px;
    line-height: 34px;
    padding-top: 18px;
    padding-bottom: 22px; }

  img.logo {
    width: 180px; }

  .header br {
    display: block; }

  .main {
    margin-top: 470px; } }
@media only screen and (min-width: 768px) {
  .content {
    margin-top: 490px; }

  .header, p, h2 {
    max-width: 700px; }

  .header h2 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 36px;
    padding-bottom: 7px; }

  .case-image {
    margin: 0 auto;
    max-width: 900px; }

  .post h2 {
    font-size: 36px;
    padding-bottom: 22px;
    padding-top: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 34px; } }

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