/* Vendor Dependencies */
/* Authored Dependencies (colors, typography) */
/* header styles */
body {
  font-family: "Crimson", "Georgia", serif;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.5em;
}

.alt {
  font-family: "Raleway", sans-serif;
}

code {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
}

p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-weight: 400;
  color: #000000;
}
p.alt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-family: "Raleway", sans-serif;
  margin-left: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson", "Georgia", serif;
  font-weight: 400;
  color: #000000;
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 700;
  margin-left: 40px;
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
h2.alt {
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-left: 40px;
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

a {
  color: #005AFF;
  cursor: pointer;
}

a:hover {
  color: #0048cc;
  text-decoration: none;
}

blockquote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 0 0 0 32px;
  font-family: "Raleway", sans-serif;
}
blockquote p {
  color: #5e5e5e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
}

ul li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}

ol li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.highlight {
  margin-bottom: 30px;
}

pre {
  counter-reset: line-numbering;
  border: solid 0px transparent;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 30px;
  white-space: pre;
  overflow-x: auto;
  padding: 15px 15px;
  display: block;
}

.linenos pre {
  border-right: solid 1px #FFFFFF;
}

.highlight pre {
  word-wrap: normal;
}

.highlight pre code {
  white-space: pre !important;
}

pre code {
  counter-reset: line-numbering;
}

pre code .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  /* space after numbers */
  width: 1.5em;
  text-align: right;
  opacity: 0.5;
}

.container img {
  max-width: 100%;
}

.container-thin {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-thin img {
  max-width: 100%;
}

.container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
}

/* Components (button styles, tabs, modals, etc.) */
/* General button style (reset) */
.btn-menu {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 12px 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-menu:after, .btn-menu:before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-menu:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  z-index: -1;
}

/* Button 1 */
.btn-menu {
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
}

/* Button 1e */
.btn-anim {
  overflow: hidden;
}

.btn-anim:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-anim:hover,
.btn-anim:active {
  color: #ef0e43;
}

.btn-anim:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-anim:active:after {
  height: 400%;
  opacity: 1;
}

.logo {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  line-height: 4.8rem;
}
.logo img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.logo a {
  color: #000000;
}
.logo a:hover {
  color: #005AFF;
}

#name {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Crimson", "Georgia", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 900;
}

#desc {
  color: #FFFFFF;
}

nav {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
nav li {
  display: inline-block;
  margin: 0 12px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: "Raleway", sans-serif;
}
nav li a {
  background-image: none;
  color: #005AFF;
}

footer {
  height: 30px;
  margin-top: 64px;
  margin-top: 6.4rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.img-preview {
  width: 100%;
  height: 120px;
}

.home {
  margin-top: 64px;
  margin-top: 6.4rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

#fold {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.small-paragraph {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.header {
  margin-top: 64px;
  margin-top: 6.4rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.header a {
  background-image: none;
}

h1.home-emphasis {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin-left: 0;
  font-family: "Crimson", "Georgia", serif;
  font-weight: 400;
  color: #000000;
}

h2.home-emphasis {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-left: 0;
  font-family: "Crimson", "Georgia", serif;
  font-weight: 400;
  color: #000000;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post p img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.projects h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  color: #005AFF;
}
.projects h1:hover {
  color: #0048cc;
}
.projects p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
