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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-weight: normal !important;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #000;
  background-color: #e2dbc8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-github:before {
  content: "\e902";
}

.icon-phone1:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e903";
}

.icon-menu1:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-content_paste:before {
  content: "\e901";
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}

.body {
  background-color: #e2dbc8;
}

.return {
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .return {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}
.return a {
  color: #52351e;
  text-decoration: none;
}
.return a:hover {
  text-decoration: underline;
}

.form-popup {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  padding: 10px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .form-popup {
    left: calc(240px + (100% - 240px) / 2);
  }
}
.form-popup.show {
  opacity: 1;
}
.form-popup.success {
  background: green;
  color: #fff;
}
.form-popup.error {
  background: red;
  color: #fff;
}

.hamburger {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 3;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger .icon-menu1 {
  font-size: 2rem;
  line-height: 1;
  color: #52351e;
}

.sidebar {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  padding: 10px;
  z-index: 2;
  background-color: #c0a886;
  box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.4);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.sidebar.is-open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .sidebar {
    transform: translateX(0);
  }
}
.sidebar .logo {
  margin: 0;
  padding: 20px 0 0;
  font-family: "Cinzel Decorative", serif;
  font-size: 4rem;
  color: #18140c;
  transition: transform 0.2s ease;
}
.sidebar .logo a {
  color: inherit;
  text-decoration: none;
}
.sidebar .logo a:visited {
  color: inherit;
  text-decoration: none;
}
.sidebar .logo:hover {
  transform: translateY(-4px);
}

.sidebar-nav {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding-left: 30px;
}
.sidebar-nav a {
  color: #52351e;
  text-decoration: none;
}
.sidebar-nav a:hover {
  text-decoration: underline;
}
.sidebar-nav h4 {
  margin: 0;
  color: #444;
}
.sidebar-nav .contact-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidebar-nav .contact-heading a {
  color: #444;
}

.socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.socials .social-link {
  display: flex;
  color: #52351e;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
.socials .social-link:hover {
  text-decoration: none;
  color: #18140c;
  transform: translateY(-4px);
}

.header {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-bottom: 1px solid #94866d;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .header {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}
.header .name {
  margin-top: -300px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .header .name h1 {
    font-size: 3rem;
  }
  .header .name p {
    font-size: 1.5rem;
  }
}
.header .scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .project-filters {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}

.project-filter {
  padding: 6px 14px;
  font: inherit;
  font-size: 0.85rem;
  color: #000;
  background-color: #d8ccb4;
  border: 1px solid #94866d;
  border-radius: 3px;
  cursor: pointer;
}
.project-filter.is-active {
  color: white;
  background-color: #936039;
  border-color: #936039;
}

.projects {
  box-sizing: border-box;
  height: auto;
  padding: 16px;
  margin-top: 12px;
  background-color: #e2dbc8;
}
@media (min-width: 768px) {
  .projects {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}
.projects .slick-list {
  margin: 0 -8px;
  padding-top: 8px;
  padding-bottom: 28px;
}
.projects .slick-dots {
  position: relative;
  margin-top: -40px;
}

.project-item {
  box-sizing: border-box;
  position: relative;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  height: 280px;
  margin: 0 8px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.project-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.project-item:hover .project-link-text {
  text-decoration: underline;
}

.project-language {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 8px;
  font-size: 0.75rem;
  color: #000;
  background-color: #d8ccb4;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.project-title {
  margin: 0 0 4px;
  font-size: 1.1rem;
}

.project-description {
  margin: 0;
  overflow: clip;
}

.project-link {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  margin-top: auto;
  color: #936039;
}

.project-image {
  width: 100%;
  flex: 3;
  min-height: 0;
  overflow: clip;
  object-fit: cover;
  background-color: #b8a282;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.project-content {
  box-sizing: border-box;
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 8px;
  min-height: 0;
  border: 1px solid #94866d;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.contact-section {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  padding: 16px;
}
@media (min-width: 768px) {
  .contact-section {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}

.contact {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85%;
  padding: 16px;
  background-color: #d8ccb4;
  border: 1px solid #7e6e58;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1260px) {
  .contact {
    flex-direction: row;
  }
}

.contact-details {
  width: 100%;
}
.contact-details a {
  color: inherit;
  text-decoration: none;
}
.contact-details a:visited {
  color: inherit;
  text-decoration: none;
}
.contact-details a:hover {
  text-decoration: underline;
}
.contact-details .icon {
  margin-right: 10px;
}
@media (min-width: 1260px) {
  .contact-details {
    width: 40%;
  }
}

.copy-icon {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.copy-icon .icon {
  margin-right: 0;
}
.copy-icon:hover {
  text-decoration: underline;
}

.copy-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #605443;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.copy-tooltip.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .contact-form {
    width: 60%;
  }
}

.form-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 1260px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-grid .form-email,
  .form-grid .form-subject,
  .form-grid .form-message {
    grid-column: 1/-1;
  }
}

.form-submit {
  margin-top: 10px;
  width: 6rem;
  border-radius: 4px;
  transition: background-color 0.2s ease, transform 0.15s ease;
  background-color: #605443;
  border-color: #605443;
}
.form-submit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.form {
  border: 1px solid #94866d;
  padding: 3px 3px;
  border-radius: 4px;
}

.form:focus {
  outline: 0;
}

.about {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  padding: 16px;
}
@media (min-width: 768px) {
  .about {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}

.about-me {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85%;
  padding: 16px;
  background-color: #d8ccb4;
  border: 1px solid #7e6e58;
  border-radius: 4px;
}
.about-me h1,
.about-me h2,
.about-me h3 {
  margin: 7px;
}
.about-me p {
  margin: 5px;
}
.about-me ul {
  margin: 5px;
  padding-left: 20px;
}

.scs {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  padding: 16px;
}
@media (min-width: 768px) {
  .scs {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}

.scs-scheme {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85%;
  padding: 16px;
  background-color: #d8ccb4;
  border: 1px solid #7e6e58;
  border-radius: 4px;
}
.scs-scheme h1,
.scs-scheme h2,
.scs-scheme h3,
.scs-scheme h4,
.scs-scheme p,
.scs-scheme a {
  margin: 10px;
}
.scs-scheme a {
  display: inline-block;
  align-self: flex-start;
  text-decoration: none;
  color: #52351e;
}
.scs-scheme a:hover {
  text-decoration: underline;
}

.coding {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  padding: 16px;
}
@media (min-width: 768px) {
  .coding {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}

.coding-examples {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85%;
  padding: 16px;
  background-color: #d8ccb4;
  border: 1px solid #7e6e58;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}

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