
html {
  position: relative;
  min-height: 100%;
}

body {
  /* margin bottom by footer height */
  margin-bottom: 200px;
  font-family: "futura-pt", sans-serif;
}

a {
  color: #118cf3;
}

@media(min-width: 768px) {
  .container {
    max-width: 690px;
  }
}

.container {
  bbackground-color: #ddd;
}

.navbar-mine {
  background-color: #fff;
  height: 130px;
  border-bottom: 0;
  margin-top: 20px;
}

.navbar-mine .navbar-brand div.logo {
  background-image: url(/assets/logo80.png);
  height: 80px;
  width: 80px;
}

@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-mine .navbar-brand div.logo {
    background-image: url(/assets/logo80.png);
    background-image: -webkit-image-set(url(/assets/logo80.png) 1x,
                                        url(/assets/logo160.png) 2x);
  }
}

.navbar-mine .navbar-nav>li>a,
.navbar-mine .navbar-mobile>li>a {
  padding: 5px;
  margin: 0 10px 0 10px;
  color: #333;
}

.navbar-mine .navbar-nav>li>a:hover,
.navbar-mine .navbar-mobile>li>a:hover {
  color: #c7254e;
  border-bottom: 1px solid #c7254e;
  text-decoration: none;
}

.navbar-mine .navbar-brand {
  height: 110px;
}

.navbar-mine .navbar-nav {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 70px;
}

.navbar-mine .navbar-mobile {
  display: none;
  margin-top: 0px;
  float: right;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  list-style-type: none;
}

.navbar-mine .navbar-mobile li {
  padding: 5px 0 5px 0;
  text-align: right;
}

@media(max-device-width: 480px) {
  .navbar-mine .navbar-mobile {
    display: block;
  }
}



.homepage .welcome-area {
  margin: 0 0 100px 0;
  height: 550px;

  background: url(/assets/myself-welcome.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 2900px 720px;  /* header:170px + welcome-area:550px = 720px */
}

.homepage .welcome-area .row {
  margin-top: 120px;
}

.homepage .welcome-area .row h3,
.homepage .welcome-area .row h4 {
  color: #ffffff;
  text-shadow: 1px 1px #888;
}

.homepage .welcome-area .row h3 {
  margin: 30px 0 20px 0;
  font-family: "merriweather", serif;
  font-size: 40px;
}

.homepage .welcome-area .row h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8;
}

.homepage .portfolio-area {
  background-color: #ffffff;
}

.homepage .welcome {
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: "merriweather", serif;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
}

.homepage .welcome span {
  color: #c7254e;
}

@media(max-device-width: 480px) {
  .homepage .welcome-area {
    margin: 0 0 100px 0;
    height: 300px;

    background: url(/assets/myself-welcome-iphone.jpg);
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 865px 300px;
  }

  .homepage .welcome-area .row {
    margin-top: 40px;
  }

  .homepage .welcome-area .row h3 {
    margin: 10px 0 10px 0;
    font-size: 30px;
    text-align: right;
  }

  .homepage .welcome-area .row h4 {
    margin-left: 100px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    text-align: right;
  }
}


.homepage .title {
  padding-bottom: 50px;
}

.homepage .title .col-md-6 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 4px;
}

@media(min-width: 768px) {
  .homepage .container.apps {
    width: 100%;
    max-width: 690px;
  }
}
@media(min-width: 984px) {
  .homepage .container.apps {
    width: 100%;
    max-width: 984px;
  }
}

.homepage .showcase a {
  position: relative;
  display: block;
}

.homepage .showcase a img {
  width: 100%;
}

.homepage .showcase a h2 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;

  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;

  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
}

@media(max-device-width: 480px) {
  .homepage .showcase a h2 {
    bottom: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.homepage .showcase h3 {
  margin: 30px 0 50px 0;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: normal;
}

@media(max-device-width: 568px) {
  .homepage .showcase h3 {
    margin: 10px 0 30px 0;
    font-size: 15px;
    line-height: 1.5;
  }
}

.portfolio {
  margin-bottom: 300px;
}

.portfolio img {
  margin: 20px 0 50px 0;
  border: 1px solid #aaa;
  width: 100%;
}

.page .portfolio h1 {
  margin: 50px 0 20px 0;
}

.page .portfolio h1 span.release-date {
  border: 0;
  padding-left: 20px;
  font-size: 16px;
  color: #aaa;
}

.portfolio .meta-info {
  margin-bottom: 50px;
}

.portfolio .meta-info td.name-label {
  width: 5em;
  font-weight: 500;
}

.article {
  line-height: 1.8;
  font-size: 18px;
}

.article header {
  margin: 50px 0 50px 0;
}

.article header h1 {
  font-family: "merriweather", serif;
}

.article header h2 {
  margin: 0 0 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

.article header p.meta {
  margin: 8px 0 10px 0;
  font-size: 16px;
  color: #aaa;
}

.article blockquote {
  margin-left: 20px;
}

.article strong {
  font-weight: 500;
}

.article pre {
  margin: 30px 0 30px 0;
}

.footnotes {
  margin-top: 40px;
  font-size: 14px;
}

.footnotes ol {
  padding-left: 20px;
}

.article-navigation {
  margin-top: 80px;
  margin-bottom: 40px;
}

.article-navigation td.link-label {
  width: 6em;
  font-weight: 500;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #333;
  color: #ccc;
  font-size: 15px;
  line-height: 2.5;
}

.footer .container {
  margin-top: 50px;
  border-top: 1px solid #fff;
  font-weight: 300;
  font-size: 17px;
}

.footer .container .impress {
  text-align: center;
  color: #ccc;
}

.footer .soccials {
  text-align: right;
}

.footer .soccials a {
  color: #ccc;
}

.footer .soccials a:hover {
  color: #118cf3;
}

.footer .soccials i {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 24px;
}

@media(max-device-width: 480px) {
  .footer .container {
    margin-top: 25px;
    border-top: 1px solid #aaa;
    font-size: 14px;
    text-align: center;
  }

  .footer .soccials {
    text-align: center;
  }
}

/* ipad */
/* @media(min-device-width: 768px) and (max-device-width: 1024px) { */
/* } */


.page {
  font-size: 19px;
  line-height: 1.8;
}

.page h1 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 50px;
}

.page h1 span {
  border-bottom: 5px solid #c7254e;
}

.page h2 {
  margin: 40px 0 30px 0;
  font-size: 28px;
}

.page h3 {
  margin: 40px 0 30px 0;
}

.page p {
  margin: 10px 0 30px 0;
}

.page ul {
  margin: 0 0 30px 0;
}

@media(max-device-width: 480px) {
  .page {
    font-size: 16px;
  }
  .page h1 {
    margin-bottom: 50px;
    font-size: 30px;
  }
}


.contact-address {
  padding-left: 20px;
}

.contact-checklist {
  list-style: none;
  padding-left: 18px;
}

.contact-checklist li:before {
  content: "✓ ";
  color: #c7254e;
}

.contact-checklist li span {
  padding-left: 10px;
}

.contact-impress {
  margin-top: 70px;
  display: block;
  font-weight: 300;
  color: #aaa;
}

@media(max-device-width: 480px) {
  .contact-checklist {
    padding-left: 0px;
  }
  .contact-checklist li span {
    padding-left: 2px;
  }
}



.about-timeline {
  margin-top: 50px;
  padding: 0;
}

.about-timeline p {
  margin: 0 0 0 7px;
  border-left: 2px solid #c7254e;
  padding-left: 20px;
  padding-bottom: 50px;
}

.about-timeline .timestamp {
  margin: 1px 0 1px 0;
  padding-top: 5px;
}

.about-timeline .timestamp h2 {
  display: inline;
  font-size: 23px;
}

.about-timeline .timestamp p {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline;
}

.about-timeline .timestamp i {
  font-size: 30px;
  color: #c7254e;
  margin-right: 10px;
}

.about-img {
  width: 100%;
}



.list-of-posts {
  margin: 100px 0 100px 0;
  font-size: 20px;
}

.list-of-posts .post-title a,
.archived-posts .post-title a {
  color: #333;
  text-decoration: none;
}

.list-of-posts .post-title a.blue,
.archived-posts .post-title a.blue {
  color: #118cf3;
}

.list-of-posts .post-date,
.archived-posts .post-date {
  text-align: right;
}

.list-of-posts .post-excerpt {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
  color: #aaa;
}

.list-of-posts .row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.archived-posts {
  margin: 100px 0 100px 0;
  font-size: 20px;
}

.archived-posts .row.archive-month {
  margin-top: 50px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;

  font-size: 19px;
  font-weight: 300;
  color: #aaa;
}

.list-of-posts .post-title a,
.archived-posts .post-title a,
.footer .soccials i {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media(max-device-width: 480px) {
  .list-of-posts {
    font-size: 16px;
  }

  .list-of-posts .post-excerpt {
    font-size: 15px;
  }

  .list-of-posts .post-date,
  .archived-posts .post-date {
    display: none;
  }
}



code {
  color: #c7254e;
  font-size: 14px;
}

.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

/* ipad media query */
/* @media(min-device-width: 768px) and (max-device-width: 1024px) { */
/* } */
