/****************************************
*************Import Files****************
****************************************/
/*! 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; }

p {
  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; }

/****************************************
*************Variables*******************
****************************************/
/****************************************
*************Global**********************
****************************************/
@media (min-width: 1024px) {
  .main {
    background: white;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    margin-top: 100vh; } }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem; }

* {
  box-sizing: border-box; }

p,
ul li,
button {
  font-family: "Overlock", sans-serif; }
  @media (min-width: 768px) {
    p,
    ul li,
    button {
      font-size: 1.4rem; } }

h2 {
  font-family: "Overlock", sans-serif;
  text-align: center; }

.main-bg {
  background-size: cover;
  min-height: 100vh; }
  @media (min-width: 1024px) {
    .main-bg {
      position: fixed;
      bottom: 0;
      right: 0;
      height: auto;
      width: auto;
      min-height: 100%;
      min-width: 100%;
      z-index: -9999; } }
  @media (orientation: portrait) {
    .main-bg {
      background-image: url("../image/bg_image_mobile.jpg"); } }
  @media (orientation: landscape) {
    .main-bg {
      background-image: url("../image/bg_image.jpg"); } }
  @media (min-width: 768px) {
    .main-bg {
      background-image: url("../image/bg_image.jpg");
      background-size: cover; } }
  .main-bg .video-container {
    display: none; }
    @media (min-width: 1024px) {
      .main-bg .video-container {
        margin: 0;
        position: relative; }
        .main-bg .video-container video {
          min-width: 100%;
          min-height: 100vh; } }
  @media (min-width: 1024px) {
    .main-bg #overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 2; } }
  .main-bg .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    align-items: center; }
    @media (min-width: 1024px) {
      .main-bg .content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3; } }
    .main-bg .content .hi,
    .main-bg .content .name,
    .main-bg .content .title {
      font-size: 1.2rem;
      color: white;
      font-family: "Gochi Hand", cursive; }
      @media (min-width: 768px) {
        .main-bg .content .hi,
        .main-bg .content .name,
        .main-bg .content .title {
          font-size: 1.6rem; } }
      @media (min-width: 1024px) {
        .main-bg .content .hi,
        .main-bg .content .name,
        .main-bg .content .title {
          position: absolute;
          font-size: 1.8rem; } }
    .main-bg .content .name {
      font-size: 2.6rem; }
      @media (min-width: 768px) {
        .main-bg .content .name {
          font-size: 4rem; } }
      @media (min-width: 1024px) {
        .main-bg .content .name {
          font-size: 5rem; } }
    .main-bg .content .title {
      position: absolute;
      bottom: 60px; }
      @media (min-width: 768px) {
        .main-bg .content .title {
          bottom: 150px; } }
    @media (min-width: 1024px) {
      .main-bg .content .hi {
        top: 300px; } }
    .main-bg .content .arrow-container {
      position: absolute;
      bottom: 10px; }
      .main-bg .content .arrow-container #down-arrow {
        fill: white; }

.main .intro-text {
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .main .intro-text {
      padding: 50px; } }
  .main .intro-text p {
    color: #1f252d;
    max-width: 800px; }
    .main .intro-text p:last-child {
      margin-top: 15px; }

.main .skills {
  position: relative;
  background-color: #1f252d;
  display: flex;
  justify-content: center; }
  .main .skills::after {
    content: "";
    border-bottom: 2px solid white;
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: 60%;
    left: 20%; }
    @media (min-width: 768px) {
      .main .skills::after {
        border-bottom: none;
        border-right: 2px solid white;
        width: 2px;
        height: 67%;
        top: 15%;
        left: 50%; } }
  @media (min-width: 768px) {
    .main .skills .skills-layout {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 1000px; } }
  .main .skills .skills-layout .skills-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .main .skills .skills-layout .skills-container {
        padding: 50px 0;
        flex: 0 0 50%; } }
    .main .skills .skills-layout .skills-container svg {
      fill: white; }
    .main .skills .skills-layout .skills-container .skills-list,
    .main .skills .skills-layout .skills-container .tools-list {
      padding: 0;
      text-align: center; }
      .main .skills .skills-layout .skills-container .skills-list li,
      .main .skills .skills-layout .skills-container .tools-list li {
        color: white;
        list-style-type: none; }
    .main .skills .skills-layout .skills-container .skills-list {
      display: flex;
      flex-direction: row; }
      @media (min-width: 768px) {
        .main .skills .skills-layout .skills-container .skills-list {
          flex-direction: column; } }
      .main .skills .skills-layout .skills-container .skills-list li {
        padding-right: 10px;
        padding-top: 20px; }
        @media (min-width: 768px) {
          .main .skills .skills-layout .skills-container .skills-list li {
            padding-top: 10px; } }

.projects {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .projects h2 {
    margin: 0;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .projects h2 {
        padding: 50px 0; } }
  .projects .project-screenshots {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .projects .project-screenshots {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1000px;
        padding-bottom: 50px; } }
    .projects .project-screenshots .flip-card {
      background-color: transparent;
      width: 300px;
      height: 300px;
      margin: 10px; }
      @media (min-width: 768px) {
        .projects .project-screenshots .flip-card {
          margin: 5px; } }
      .projects .project-screenshots .flip-card .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d; }
        .projects .project-screenshots .flip-card .flip-card-inner .front,
        .projects .project-screenshots .flip-card .flip-card-inner .back {
          position: absolute;
          width: 100%;
          height: 100%;
          backface-visibility: hidden; }
        .projects .project-screenshots .flip-card .flip-card-inner .back {
          background-color: #1f252d;
          color: white;
          transform: rotateY(180deg);
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center; }
          .projects .project-screenshots .flip-card .flip-card-inner .back p {
            padding: 20px 20px 50px 20px; }
          .projects .project-screenshots .flip-card .flip-card-inner .back .flip-card-link {
            border: 2px solid white;
            background: none;
            color: white;
            padding: 15px;
            cursor: pointer;
            text-decoration: none;
            font-family: "Overlock", sans-serif; }
    .projects .project-screenshots .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg); }
    .projects .project-screenshots img {
      border: 1px solid #dad7d7;
      box-shadow: 4px 4px 4px #999;
      width: 100%; }

.about {
  background-color: #e4e4e5;
  padding-bottom: 55px;
  display: flex;
  justify-content: center; }
  .about .about-container {
    max-width: 1000px; }
    @media (min-width: 1024px) {
      .about .about-container .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .about .about-container .container .image-container {
      display: flex;
      justify-content: center;
      width: 80%;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .about .about-container .container .image-container {
          width: 100%; } }
      .about .about-container .container .image-container img {
        width: 100%; }
    .about .about-container .container .text-container {
      padding: 20px 30px; }
      .about .about-container .container .text-container p {
        text-align: center; }
    .about .about-container .container .button-container {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      @media (min-width: 1024px) {
        .about .about-container .container .button-container {
          align-items: flex-end; } }
      .about .about-container .container .button-container a {
        background-color: #1f252d;
        text-decoration: none;
        border: none;
        color: white;
        font-family: "Overlock", sans-serif;
        padding: 10px; }

.contact {
  margin-top: -60px; }
  .contact .contact-container {
    background-color: #1f252d;
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0); }
    .contact .contact-container h2 {
      color: white;
      padding-top: 80px; }
    .contact .contact-container p {
      color: white;
      text-align: center;
      padding: 10px 0; }
    .contact .contact-container .form-layout {
      max-width: 700px;
      margin: 0 auto; }
      .contact .contact-container .form-layout .contact-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 30px 20px 30px; }
        .contact .contact-container .form-layout .contact-form input,
        .contact .contact-container .form-layout .contact-form textarea {
          background-color: #1d2024;
          border: none;
          margin-top: 5px;
          padding: 10px;
          color: white;
          font-family: "Overlock", sans-serif; }
          .contact .contact-container .form-layout .contact-form input:focus,
          .contact .contact-container .form-layout .contact-form textarea:focus {
            border: 1px solid white; }
        .contact .contact-container .form-layout .contact-form button {
          background-color: #1d2024;
          color: white;
          border: none;
          width: 50%;
          margin: 0 auto;
          margin-top: 5px;
          padding: 10px;
          font-family: "Overlock", sans-serif;
          cursor: pointer; }
          .contact .contact-container .form-layout .contact-form button:focus {
            border: 1px solid white; }

.footer {
  background-color: #1f252d; }
  .footer .social-media {
    display: flex;
    justify-content: center; }
    .footer .social-media svg {
      width: 8%;
      height: 8%;
      margin: 15px 0 15px 0; }
      @media (min-width: 768px) {
        .footer .social-media svg {
          width: 50px; } }
      .footer .social-media svg:first-child {
        margin-right: 15px; }
  .footer .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px; }
    .footer .copyright p {
      color: white;
      font-size: 1rem; }
      .footer .copyright p a {
        text-decoration: none;
        color: white; }
