.form-control-lg, .btn-lg {
  font-size: 18px;
}

.btn-lg {
  font-size: 16px;
  padding: 9px 16px;
  line-height: 1.6em;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::placeholder {
  color: #999;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
.btn.active, .btn:active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
}

.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active, .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary.active, .btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:focus, .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success.active, .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:focus, .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info.active, .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:focus, .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning.active, .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active, .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}

body {
  background-color: #eee;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 700;
}

h1, .h1 {
  font-size: 30px;
}

.h2, h2 {
  font-size: 26px;
}

.h3, h3 {
  font-size: 22px;
}

.h4, h4 {
  font-size: 18px;
}

a:link, a:hover, a:visited {
  color: #559eb7;
}

a:hover {
  color: rgb(240.75, 34.25, 109.8538251366);
  color: #fff;
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

a.img:hover {
  background: none;
}

header .box, main .box {
  background-color: #fff;
  padding: 2.5em;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

header {
  margin-top: 10%;
}
header h1, header .h1 {
  font-family: Georgia, Cambria, Times, serif;
  margin-top: -7.5px;
  font-weight: normal;
}
header h4 {
  font-size: 16px;
  font-weight: normal;
}
header p:last-child {
  margin-bottom: 0;
}
header .box {
  margin-bottom: 20px;
}
header .content p {
  font-family: Georgia, Cambria, Times, serif;
  font-size: 18px;
  line-height: 1.75em;
}

#logo {
  margin-top: 5px;
}
#logo img {
  width: 115px;
}

footer {
  margin-top: 4.5em;
  padding: 20px 0;
  background-color: #333;
  color: #fff;
}

footer a:link {
  text-decoration: none;
}

footer .profiles {
  line-height: 25px;
  margin-left: -5px;
}

span.social-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 7px;
}

span.twitter-link {
  background-size: 32px;
  background-position: -6px -6px;
  background-image: url(../images/twitter-bird-dark-bgs.png);
}

span.linkedin-link {
  background-size: 15px;
  background-position: center top;
  background-image: url(../images/Linkedin-logo-png-white-128.png);
}

span.github-link {
  background-size: 20px;
  background-image: url(../images/GitHub-Mark-32px-i.png);
}

a:hover img {
  opacity: 0.8;
}

article {
  /*margin-top: 25px;*/
  margin-bottom: 50px;
}

#projects h2 {
  margin-bottom: 1em;
}

.project {
  margin-bottom: 4em;
}
.project:last-child {
  margin-bottom: 0;
}
.project img {
  border: 1px solid #ccc;
}
.project h3 {
  font-size: 22px;
}
.project h4 {
  font-weight: 600;
  font-size: 16px;
}

article h3 a:link {
  text-decoration: none;
}

#blog {
  color: rgb(71, 70, 69);
}
#blog h1, #blog h2, #blog h3 {
  color: #353535;
}

#blog article:last-child {
  margin-bottom: 0px;
}
#blog article:last-child p.continue {
  margin-bottom: 0;
}
#blog h1, #blog h2, #blog h3 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
#blog .posts .meta {
  margin-top: 15px;
}
#blog .meta {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}
#blog .meta .profile {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
#blog .meta time {
  font-style: italic;
}
#blog .meta .author {
  font-weight: bold;
}
#blog article h2, #blog article h3, #blog article h4 {
  margin-bottom: -0.75em;
}
#blog article p, #blog article ul, #blog article ol {
  font-size: 18px;
  font-family: Georgia, Cambria, Times, serif;
  line-height: 1.8em;
  margin: 1.5em 0;
}
#blog article .highlighter-rouge {
  margin: 1.5em 0;
}
#blog article ul, #blog article ol {
  line-height: 1.5em;
  list-style-type: disc;
}
#blog article ol {
  list-style-type: decimal;
}
#blog article li {
  margin: 0.5em 0;
}
#blog article pre {
  line-height: 1.5em;
  overflow: auto;
}
#blog article pre.highlight {
  margin: 1.5em 0;
  padding: 25px;
  line-height: 1.5em;
}
#blog article blockquote {
  padding: 0px 20px;
  margin: 10px 20px;
  font-style: italic;
}
#blog article p code, #blog article ul code, #blog article ol code {
  font-size: 0.85em;
  background-color: #f8f8f8;
  padding: 0.2em 0.4em;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
}

/*! Railscasts Theme; https://github.com/uraimo/pygments-vimstyles */
.highlight, .highlight pre, .highlight table {
  background: #2B2B2B !important;
  color: #E6E1DC !important;
}

.highlight .hll {
  background-color: #ffffcc !important;
}

.highlight .c {
  color: #BC9458 !important;
  font-style: italic !important;
} /* Comment */
.highlight .err {
  color: #E6E1DC !important;
} /* Error */
.highlight .g {
  color: #E6E1DC !important;
} /* Generic */
.highlight .k {
  color: #CC7833 !important;
} /* Keyword */
.highlight .l {
  color: #E6E1DC !important;
} /* Literal */
.highlight .n, .highlight .h {
  color: #E6E1DC !important;
} /* Name */
.highlight .o {
  color: #E6E1DC !important;
} /* Operator */
.highlight .x {
  color: #E6E1DC !important;
} /* Other */
.highlight .p {
  color: #E6E1DC !important;
} /* Punctuation */
.highlight .cm {
  color: #BC9458 !important;
  font-style: italic !important;
} /* Comment.Multiline */
.highlight .cp {
  color: #CC7833 !important;
} /* Comment.Preproc */
.highlight .c1 {
  color: #BC9458 !important;
  font-style: italic !important;
} /* Comment.Single */
.highlight .cs {
  color: #BC9458 !important;
  font-style: italic !important;
} /* Comment.Special */
.highlight .gd {
  color: #E6E1DC !important;
  background-color: #660000 !important;
} /* Generic.Deleted */
.highlight .ge {
  color: #E6E1DC !important;
} /* Generic.Emph */
.highlight .gr {
  color: #FFFFFF !important;
  background-color: #990000 !important;
} /* Generic.Error */
.highlight .gh {
  color: #FFFFFF !important;
} /* Generic.Heading */
.highlight .gi {
  color: #E6E1DC !important;
  background-color: #144212 !important;
} /* Generic.Inserted */
.highlight .go {
  color: #E6E1DC !important;
} /* Generic.Output */
.highlight .gp {
  color: #E6E1DC !important;
} /* Generic.Prompt */
.highlight .gs {
  color: #E6E1DC !important;
} /* Generic.Strong */
.highlight .gu {
  color: #FFFFFF !important;
} /* Generic.Subheading */
.highlight .gt {
  color: #E6E1DC !important;
} /* Generic.Traceback */
.highlight .kc {
  color: #CC7833 !important;
} /* Keyword.Constant */
.highlight .kd {
  color: #CC7833 !important;
} /* Keyword.Declaration */
.highlight .kn {
  color: #CC7833 !important;
} /* Keyword.Namespace */
.highlight .kp {
  color: #CC7833 !important;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #CC7833 !important;
} /* Keyword.Reserved */
.highlight .kt {
  color: #DA4939 !important;
} /* Keyword.Type */
.highlight .ld {
  color: #E6E1DC !important;
} /* Literal.Date */
.highlight .m {
  color: #A5C261 !important;
} /* Literal.Number */
.highlight .s {
  color: #A5C261 !important;
} /* Literal.String */
.highlight .na {
  color: #FFC66D !important;
} /* Name.Attribute */
.highlight .nb {
  color: #E6E1DC !important;
} /* Name.Builtin */
.highlight .nc {
  color: #E6E1DC !important;
} /* Name.Class */
.highlight .no {
  color: #6D9CBE !important;
} /* Name.Constant */
.highlight .nd {
  color: #E6E1DC !important;
} /* Name.Decorator */
.highlight .ni {
  color: #E6E1DC !important;
} /* Name.Entity */
.highlight .ne {
  color: #E6E1DC !important;
} /* Name.Exception */
.highlight .nf {
  color: #FFC66D !important;
} /* Name.Function */
.highlight .nl {
  color: #E6E1DC !important;
} /* Name.Label */
.highlight .nn {
  color: #E6E1DC !important;
} /* Name.Namespace */
.highlight .nx {
  color: #E6E1DC !important;
} /* Name.Other */
.highlight .py {
  color: #E6E1DC !important;
} /* Name.Property */
.highlight .nt {
  color: #CC7833 !important;
} /* Name.Tag */
.highlight .nv {
  color: #D0D0FF !important;
} /* Name.Variable */
.highlight .ow {
  color: #E6E1DC !important;
} /* Operator.Word */
.highlight .w {
  color: #E6E1DC !important;
} /* Text.Whitespace */
.highlight .mf {
  color: #A5C261 !important;
} /* Literal.Number.Float */
.highlight .mh {
  color: #A5C261 !important;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #A5C261 !important;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #A5C261 !important;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #A5C261 !important;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #A5C261 !important;
} /* Literal.String.Char */
.highlight .sd {
  color: #A5C261 !important;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #A5C261 !important;
} /* Literal.String.Double */
.highlight .se {
  color: #A5C261 !important;
} /* Literal.String.Escape */
.highlight .sh {
  color: #A5C261 !important;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #A5C261 !important;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #A5C261 !important;
} /* Literal.String.Other */
.highlight .sr {
  color: #A5C261 !important;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #A5C261 !important;
} /* Literal.String.Single */
.highlight .ss {
  color: #A5C261 !important;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #E6E1DC !important;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #D0D0FF !important;
} /* Name.Variable.Class */
.highlight .vg {
  color: #D0D0FF !important;
} /* Name.Variable.Global */
.highlight .vi {
  color: #D0D0FF !important;
} /* Name.Variable.Instance */
.highlight .il {
  color: #A5C261 !important;
} /* Literal.Number.Integer.Long */
@media (max-width: 991px) {
  header .content h1 {
    font-size: 1.75em;
  }
  header .box, main .box {
    border: 0;
    padding: 35px;
  }
}
@media (max-width: 767px) {
  body {
    background-color: #fff;
    color: #444;
  }
  header {
    margin-top: 2em;
  }
  header .box, main .box {
    border: 0;
    padding: 5px;
  }
  #logo img {
    width: 70px;
  }
  header .content {
    margin-top: 3em;
  }
  header .content h1 {
    margin-bottom: 1em;
  }
  header .content p {
    padding: 0;
  }
  body.post header .content {
    display: none;
  }
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  header .content h1 {
    font-size: 1.75em;
    line-height: 1.5em;
    font-weight: normal;
    color: #111;
  }
  footer {
    margin-top: 2em;
  }
  footer .footer-logo {
    display: none;
  }
  footer .profiles {
    margin-left: 0px;
  }
  .project {
    margin-bottom: 2.5em;
  }
  .project h3, .project .h3 {
    font-size: 20px;
  }
  .project .view {
    padding-left: 5px;
    padding-right: 5px;
    width: 100vw;
  }
  .project .view a {
    display: block;
  }
  .project .view img {
    border: 0;
  }
  #blog {
    margin-top: 1em;
  }
  #blog h1 {
    font-size: 24px;
  }
  #blog h2 {
    font-size: 22px;
  }
  #blog h3 {
    font-size: 20px;
  }
  #blog pre.highlight {
    font-size: 0.85em;
  }
  #blog article p, #blog article ul, #blog article li {
    font-size: 17px;
  }
  #blog article div.highlighter-rouge {
    margin-left: -20px;
    margin-right: -20px;
  }
}

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