.about h1, .portfolio h1, .skills h1, .headline--primary {
  font-weight: 900;
  letter-spacing: 1px;
}

.headline--secondary {
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 1px;
}

.portfolio__block button, .portfolio__container, .portfolio__project-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.portfolio__modal__close-btn:hover, .arrow:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.portfolio__modal__close-btn, .arrow:hover {
  cursor: pointer;
}
.portfolio__modal__close-btn:hover, .arrow:hover {
  opacity: 0.5;
}
.portfolio__modal__close-btn:focus, .arrow:focus:hover {
  opacity: 1;
}
.portfolio__modal__close-btn:active, .arrow:active:hover {
  opacity: 0.8;
}

.home__landing {
  position: relative;
  display: table;
  background: #E9ECEF;
  z-index: -1;
}

.home__wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home__inner {
  display: table;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
}

.home__caption {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.contact p, .home__caption h1 {
  color: white;
  text-shadow: 0 0 1.25em #B2D57C;
  text-transform: uppercase;
}
.contact p:after, .home__caption h1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #B2D57C;
  filter: blur(15px);
}

.about, .portfolio, .contact, .skills {
  box-shadow: inset 0em 0.6875em 0.5em -0.625em #CCC, inset 0em -0.6875em 0.5em -0.625em #CCC;
}

.arrow {
  position: relative;
  font-size: 3.125em;
  text-align: center;
  animation: bouncearrow 5s infinite;
}
.line {
  border-top: 1px dotted #9e9e9e;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style-type: none;
}

p {
  line-height: 1.5;
}

html,
body {
  height: 100%;
  width: 100%;
  color: #222;
}

body {
  overflow-x: hidden;
  color: #505962;
}

.padding {
  padding-bottom: 3.125em;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #6648b1;
}

.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}

.html {
  color: #e54d26;
}
.html__text-color {
  color: #e54d26;
}

.css {
  color: #3b5998;
}
.css__text-color {
  color: #3b5998;
}

.sass {
  color: #CD6799;
}

.boot {
  color: #563d7c;
}

.js {
  color: #F7DF1D;
}

.python {
  color: blue;
}

@keyframes icon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bouncearrow {
  0% {
    top: 0em;
  }
  50% {
    top: 0.9375em;
  }
  100% {
    top: 0em;
  }
}
@keyframes bouncearrow2 {
  0% {
    top: 0em;
  }
  50% {
    top: 0.3125em;
  }
  100% {
    top: 0em;
  }
}
.home {
  box-shadow: 0.3125em 0.625em #888888;
}
.home__landing {
  width: 100%;
  height: 100vh;
}
.home__inner {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../images/background-tokyo.jpg");
}
.home__caption {
  position: absolute;
  top: 50%;
  left: 10%;
}
.home__caption h1 {
  font-size: 1.875em;
}
@media (min-width: 769px) {
  .home__caption h1 {
    font-size: 2.5em;
  }
}
.home__caption p {
  font-size: 1.25em;
  color: #fff;
}
.home__caption button {
  color: #fff;
}
.home__caption__arrow {
  left: 38% !important;
  margin-top: 0.9375em;
  color: #fff;
}

.navbar {
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding: 0.9375em;
}
.navbar__toggler:focus {
  outline: none;
}
.navbar__navbar-nav {
  display: flex;
  align-items: center;
}
.navbar__navbar-nav__nav-item {
  padding-right: 1.25em;
}
.navbar__navbar-nav__nav-item__nav-link {
  font-size: 1em !important;
}

.skills {
  background-color: #F0F0F0;
  padding-top: 3.125em;
}
.skills__icon {
  padding: 1.25em 0;
}
.skills__icon:hover {
  animation: icon 2s linear infinite;
}
.skills__icon--size {
  position: relative;
  font-size: 4.0625em;
}
.skills__arrow {
  left: 46.5%;
  color: #0b0b0b;
}
@media (min-width: 769px) {
  .skills__arrow {
    left: 47.5%;
  }
}
.contact {
  min-height: 28.125em;
  padding-top: 1.875em;
  width: 100%;
  height: 60vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.contact img {
  margin-bottom: 1.875em;
}
.contact p {
  font-size: 1.25em;
  line-height: 1.875em;
}
.contact__arrow {
  left: 0;
  transform: rotate(180deg);
  animation: bouncearrow2 5s infinite !important;
  color: #fff;
}
.contact__link {
  text-transform: lowercase !important;
}

.portfolio {
  background-color: #F0F0F0;
  padding-top: 3.125em;
  min-height: 184.375em;
}
@media (min-width: 769px) {
  .portfolio {
    min-height: 113.75em;
  }
}
.portfolio__arrow {
  color: #0b0b0b;
  position: relative !important;
  top: 300%;
  left: 49%;
  margin-top: 53.75em;
}
@media (min-width: 769px) {
  .portfolio__arrow {
    margin-top: 31.5625em;
  }
}
.portfolio__treehouse-title {
  margin-top: -168.75em;
  margin-bottom: -13.75em;
}
@media (min-width: 769px) {
  .portfolio__treehouse-title {
    margin: -100em 0 -13.75em 0;
  }
}
.portfolio__fcc-title {
  margin: 3.125em 0 5em 0;
  position: relative;
  top: 54.5%;
}
@media (min-width: 769px) {
  .portfolio__fcc-title {
    top: 49%;
  }
}
.portfolio__container {
  -webkit-perspective: 56250em;
  perspective: 56250em;
}
@media (min-width: 769px) {
  .portfolio__container {
    margin-left: 25em;
  }
}
@media (min-width: 769px) and (min-width: 1024px) {
  .portfolio__container {
    margin-left: 50em;
  }
}
.portfolio__block {
  width: 14.375em;
  height: 10.625em;
  position: absolute;
  box-shadow: 0.8125em 0.75em 0.9375em 0.3125em rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (min-width: 769px) {
  .portfolio__block {
    transform: rotateX(45deg) rotateY(0deg) rotateZ(20deg);
  }
}
.portfolio__block img {
  width: 14.375em;
  height: 10.625em;
  transition: all 0.6s;
}
.portfolio__block img:hover {
  transform: translate(-3%, -3%);
  opacity: 0.3;
}
.portfolio__block__img-description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.portfolio__block button {
  margin-top: 3.125em;
}
.portfolio__block button p {
  margin-top: 0.9375em;
}
.portfolio #b1 {
  top: 3.75em;
}
@media (min-width: 769px) {
  .portfolio #b1 {
    right: -10em;
  }
}
.portfolio #b2 {
  top: 17.5em;
}
@media (min-width: 769px) {
  .portfolio #b2 {
    top: 11.875em;
    right: -5.9375em;
  }
}
.portfolio #b3 {
  top: 31.25em;
}
@media (min-width: 769px) {
  .portfolio #b3 {
    top: 20em;
    right: -1.875em;
  }
}
.portfolio #b4 {
  top: 45em;
}
@media (min-width: 769px) {
  .portfolio #b4 {
    top: 11.875em;
    right: -23.75em;
  }
}
.portfolio #b5 {
  top: 58.75em;
}
@media (min-width: 769px) {
  .portfolio #b5 {
    top: 20em;
    right: -19.6875em;
  }
}
.portfolio #b6 {
  top: 72.5em;
}
@media (min-width: 769px) {
  .portfolio #b6 {
    top: 28.125em;
    right: -15.625em;
  }
}
.portfolio #b7 {
  top: 96.875em;
}
@media (min-width: 769px) {
  .portfolio #b7 {
    top: 53.125em;
    right: -11.5625em;
  }
}
.portfolio #b8 {
  top: 110.625em;
}
@media (min-width: 769px) {
  .portfolio #b8 {
    top: 61.25em;
    right: -7.5em;
  }
}
.portfolio #b9 {
  top: 124.375em;
}
@media (min-width: 769px) {
  .portfolio #b9 {
    top: 69.375em;
    right: -3.4375em;
  }
}
.portfolio #b10 {
  top: 138.125em;
}
@media (min-width: 769px) {
  .portfolio #b10 {
    top: 61.25em;
    right: -25em;
  }
}
.portfolio__modal {
  width: 80%;
  max-height: calc(120vh - 225px);
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 0.625em;
  background: white;
  border: 0.0625em solid #bbbbbb;
  z-index: 1;
  display: none;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 3.125em 3.75em;
  overflow-y: auto;
}
.portfolio__modal img {
  width: 12.5em;
  height: 12.5em;
}
@media (min-width: 769px) {
  .portfolio__modal img {
    width: 25em;
    height: 20em;
  }
}
.portfolio__modal__close-btn {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  background: #bbbbbb;
}
.portfolio__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}

.about {
  background-color: #F0F0F0;
  padding-top: 3.125em;
}
.about__arrow {
  left: 47.5%;
  margin-top: 0.625em;
  color: #0b0b0b;
}
.about__carousel img {
  box-shadow: 0.8125em 0.75em 0.9375em 0.3125em rgba(0, 0, 0, 0.3);
  border: 0.1875em solid #fff;
  margin: 3.125em 0;
  width: 17.5em;
  height: 16.25em;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .about__carousel img {
    width: 31.25em;
    height: 21.875em;
  }
}
.about p {
  margin: auto;
  width: 50%;
}

.social {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.social__icons {
  padding: initial;
}
.social__icons__linkedin {
  background-color: #007bb5;
}
.social__icons__github {
  background-color: #0b0b0b;
}
.social__icons__twitter {
  background-color: #55acee;
}
.social__icons__facebook {
  background-color: #3b5998;
}
.social__icons__instagram {
  background-color: #ff4800;
}
.social__icons__email {
  background-color: #B2D57C;
}
.social__icons li {
  width: 2.5em;
  height: 2.1875em;
  border-radius: 0 5px 5px 0;
  padding: 0.375em 0 0 0.75em;
  margin-top: 0.3125em;
  color: #fff;
}
.social__icons li:hover {
  padding-left: 1.875em;
  width: 5em;
  transition: 1.2s;
}

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