.highlighted {
  color: #111;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden !important;
}

body {
  color: #eeeeee;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body main {
  margin-top: 4rem;
}

.narrow p, .narrow h1, .narrow h2, .narrow h3, .narrow h4, .narrow h5, .narrow h6, .narrow ul, .narrow li, .narrow ol, .narrow a, .narrow em, .narrow strong, .narrow cite, .narrow hr {
  max-width: 800px;
  margin: 0 auto;
}

section {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem;
  z-index: -10;
}

blockquote {
  border-left: 2px solid #111;
  border-right: 2px solid #111;
  padding: 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.row:nth-child(even) {
  flex-direction: row-reverse;
}
.row.projects {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w25 {
  width: 25% !important;
  padding: 1rem;
}

.w34 {
  width: 34% !important;
  padding: 1rem;
}

.w50 {
  width: 50% !important;
  padding: 1rem;
  justify-content: center;
  align-self: auto;
}

.w66 {
  width: 66% !important;
  padding: 1rem;
}

.row:nth-child(odd) .w25:first-child, .row:nth-child(odd) .w34:first-child, .row:nth-child(odd) .w50:first-child, .row:nth-child(odd) .w66:first-child {
  padding-left: 0;
}
.row:nth-child(odd) .w25:last-child, .row:nth-child(odd) .w34:last-child, .row:nth-child(odd) .w50:last-child, .row:nth-child(odd) .w66:last-child {
  padding-right: 0;
}

.row:nth-child(even) .w25:last-child, .row:nth-child(even) .w34:last-child, .row:nth-child(even) .w50:last-child, .row:nth-child(even) .w66:last-child {
  padding-left: 0;
}
.row:nth-child(even) .w25:first-child, .row:nth-child(even) .w34:first-child, .row:nth-child(even) .w50:first-child, .row:nth-child(even) .w66:first-child {
  padding-right: 0;
}

.projects img {
  max-height: 300px;
  width: -webkit-fill-available;
  justify-self: center;
  align-self: center;
  object-fit: contain;
}

.projects .w50 {
  justify-content: center;
  width: 50%;
  padding: 3rem;
  justify-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

hr {
  margin: 0 auto;
  border-color: #111;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: -webkit-fill-available;
}

.bgimage {
  height: 100vh;
  position: fixed;
  z-index: -1000;
  opacity: 0.1;
}

.soft-pad {
  padding: 1rem;
}

header {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.centered {
  display: block;
  margin: 0 auto;
  text-align: center;
}

img {
  width: -webkit-fill-available;
  width: -moz-available;
}

blockquote img {
  max-width: 150px;
  margin: 2rem;
}

@media screen and (min-width: 1200px) {
  blockquote {
    max-width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  blockquote {
    max-width: 75%;
    padding: 1.5rem;
  }

  .w34, .w66 {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 0 !important;
    margin-bottom: 5rem;
  }

  .hidden-sm {
    display: none;
  }

  .w25, .w34, .w50, .w66 {
    width: 100% !important;
    padding: 2rem 0;
  }

  .disciplines a {
    width: calc(50% - 2rem) !important;
  }

  main {
    padding: 2rem;
  }

  section {
    padding: 0;
  }

  .soft-pad {
    padding: 1rem 0;
  }

  blockquote {
    border-left: 0;
    border-right: 0;
    max-width: 100%;
    padding: 1rem;
    margin: 0;
  }
  blockquote.row img {
    max-height: 150px;
    width: auto;
    margin: 2rem auto;
  }
  blockquote.row .aboutme {
    margin-left: 0;
  }

  section {
    margin-top: 4rem;
  }

  .hide-sm {
    display: none;
  }
}
.card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-row .card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-row .card h3 {
  margin-top: 1rem;
}
.card-row .card.--2 {
  max-width: 45%;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem 0;
}
.card-row .card.--3 {
  max-width: 30%;
}
.card-row .card :hover h3 {
  color: #111;
}
.card-row .card div {
  width: -webkit-fill-available;
}
.card-row .card img {
  width: 100%;
}
.card-row a:hover {
  -webkit-filter: brightness(0.8) sepia(1) saturate(750%) hue-rotate(161deg);
  filter: brightness(0.8) sepia(1) saturate(750%) hue-rotate(161deg);
}
.card-row a:hover h3 {
  color: #111;
}

.credit {
  float: right;
  padding: 0.5rem;
  font-style: italic;
}

.disciplines a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 5rem);
  margin: 1rem;
  aspect-ratio: unset;
}
.disciplines a img {
  width: 50%;
  width: 100px;
  height: 100px;
  padding: 1rem;
}

@media screen and (max-width: 1024px) {
  .card-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .card-row .card {
    padding: 1rem;
  }
  .card-row .card p {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-row .card.--2, .card-row .card.--3 {
    max-width: -webkit-fill-available;
    margin: 0;
    margin-bottom: 1rem;
  }
}
table {
  width: -webkit-fill-available;
}
table td {
  border: 1px solid black;
  width: 25%;
  text-align: center;
}
table tr {
  font-weight: 700;
  padding: 0.5rem;
}
table tr :first-child {
  font-weight: 700;
}

.resume {
  margin: 0 auto;
}
.resume h3 {
  margin-top: 1rem;
}
.resume .special-button {
  width: fit-content;
}
.resume em {
  display: block;
  color: #eeeeee;
  background-color: #111;
  padding: 0rem 2rem;
  margin-bottom: 0.5rem;
}
.resume strong {
  color: #111;
}
.resume span {
  color: #111;
  font-weight: 900;
}
.resume ol {
  margin-bottom: 2rem;
}
.resume ol li {
  margin-top: 0;
  margin-left: 0rem;
  display: list-item;
  line-height: 1.5;
  padding: 1rem 0rem;
}

.profile-img {
  border-radius: 50%;
  max-width: 200px;
  margin: 2rem auto;
}

.aboutme {
  margin-left: 2rem;
}

.portfolios .row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  flex-direction: row;
}

.portfolios a {
  max-width: 300px;
  aspect-ratio: 16/3;
}

@media screen and (max-width: 768px) {
  .portfolios .row {
    flex-direction: column;
  }
}
footer {
  margin-top: 10rem;
  background-color: #111;
}
footer h2 {
  font-family: "nasalization";
  color: #007ea5;
  border-bottom: 2px solid #ff4545;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
footer > div .footer-space {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1080px;
  padding: 2rem;
}
footer > div .footer-space div {
  flex-direction: column;
  display: flex;
  width: -webkit-fill-available;
  padding: 1rem 3rem;
}
footer > div .footer-space div:first-child {
  padding-left: 0rem;
}
footer > div .footer-space div:last-child {
  padding-right: 0rem;
}
footer > div .footer-space div p {
  color: #eeeeee;
}
footer > div .footer-space div a {
  transition: 0.1s;
  width: -webkit-fill-available;
  color: #eeeeee;
}
footer > div .footer-space div a.cta {
  text-align: center;
  color: #111111;
}
footer > div .footer-space div a img {
  width: -webkit-fill-available;
  max-width: 200px;
  justify-content: center;
  align-items: center;
}
footer > div .footer-space div a:hover, footer > div .footer-space div a:active, footer > div .footer-space div a:focus {
  color: #ff4545;
}
footer > div .footer-space div a:hover img {
  filter: hue-rotate(230deg) brightness(2);
}
footer > div .footer-space h4 {
  border-bottom: 1px solid #111;
  width: 50%;
}
footer .secondary-footer {
  background-color: #111;;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}
footer .secondary-footer p {
  color: #eeeeee;
}
footer .footer-logo-mobile {
  display: none;
}
footer .credit p {
  font-size: 1.3rem;
}
footer .footer-shared {
  background-color: #111111;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2rem;
  }
  footer > div .footer-space {
    padding: 0;
    flex-direction: column !important;
  }
  footer > div .footer-space > div {
    text-align: center;
  }
  footer > div .footer-space > div a.cta {
    margin: 2rem auto;
  }
  footer > div .footer-space > div:first-child, footer > div .footer-space > div:last-child {
    padding: 1rem 3rem;
  }
  footer .footer-logo {
    display: none;
  }
  footer .footer-logo-mobile {
    display: block;
    margin: 0 auto;
    padding: 2rem;
    max-width: 85% !important;
    filter: brightness(100) grayscale(1) saturate(1);
  }
  footer .secondary-footer {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  footer .secondary-footer > div {
    flex-direction: row;
  }
}
.popover-bg {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  position: fixed;
  z-index: 100;
  top: 0;
}
.popover-bg.hidden {
  display: none;
}

.popover {
  background-color: #eeeeee;
  padding: 2rem;
  width: 80%;
  max-width: 800px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.popover a {
  width: fit-content;
}
.popover::after {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  font-family: "nasalization";
  color: #111111;
  position: absolute;
  content: "Close";
  top: 10%;
  right: 10%;
  cursor: pointer;
}

@font-face {
  font-family: "nasalization";
  src: url("../fonts/nasalization-rg.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-regular.ttf");
  font-weight: normal;
}
figcaption {
  font-size: 1.2rem;
  font-style: italic;
}

section,
p,
a,
li,
em,
strong,
ul,
ol,
td,
tr,
thead,
table {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2;
  color: #270303;
}

main p {
  margin-bottom: 2rem;
}

blockquote p, blockquote {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}

h1, h2, h3, h4 {
  font-family: "nasalization";
  color: #111;
  margin-top: 2rem !important;
}

.subheading {
  font-size: 2rem;
  color: #111111;
  margin-bottom: 0;
}

h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

h3 {
  font-size: 2.5rem;
  font-weight: 100;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
  font-weight: 700;
}

a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  color: #ffffff;
  margin: 0 auto;
  height: 4rem;
  font-size: 1.8rem;
}

.highlighted {
  color: #111;
}

header {
  font-family: "spraypaint", sans-serif;
  font-size: 2rem;
}

section a {
  color: #111;
}
section a:hover {
  color: #111111;
}
section a p {
  color: #eeeeee;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 65%;
  }

  h1, h2, h3, h4 {
    margin-bottom: 0rem;
    line-height: 1.2;
  }
}
@keyframes fade-in {
  to {
    opacity: 100%;
  }
}
.button-primary {
  padding: 1rem 3rem;
  font-family: "nasalization";
}

.btn-animation {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #111111;
}
.btn-animation:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4545;
  z-index: -2;
}
.btn-animation:before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 100%, 0 0);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #eeeeee;
  transition: all 0.3s;
  z-index: -1;
}
.btn-animation:hover:before {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  width: 100%;
}

a > h2 {
  color: #ff4545 !important;
}

.special-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #111111 !important;
  transition: 0.3s;
  width: 100%;
  line-height: 1.5;
  font-size: 2rem;
  height: auto;
  padding: 1rem;
  font-family: "nasalization";
  text-align: center;
  border: 2px solid #111111;
  transform: translateX(-3px) translateY(-3px);
  box-shadow: 3px 3px 0px 0px #111111;
  margin: 3rem auto !important;
}
.special-button:hover {
  background-color: #ff4545;
  color: #270303;
  transform: translateX(0px) translateY(0px);
  -webkit-box-shadow: 0px 0px 0px 0px #111111;
  box-shadow: 0px 0px 0px 0px #111111;
}
.special-button:hover img {
  -webkit-filter: brightness(0.1);
  filter: brightness(0.1);
}

.cta {
  background-color: #ff4545;
}
.cta:hover {
  background-color: #eeeeee;
  color: #111111 !important;
}

.footer-shared a.footer-button {
  background-color: #ffffff;
  width: fit-content;
  padding: 1rem 10rem;
  font-size: 2rem;
  color: #007EA5;
  font-family: "nasalization";
  margin: 1rem;
}

.special-button.active {
  background-color: #eeeeee;
  color: #270303;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-box-shadow: 0px 0px 0px 0px #111111;
  box-shadow: 0px 0px 0px 0px #111111;
  pointer-events: none;
}
.special-button.active img {
  -webkit-filter: brightness(0.1);
  filter: brightness(0.1);
}

@media screen and (max-width: 768px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .special-button {
    width: fit-content;
    padding: 1rem 2rem;
    margin: 2rem auto;
    font-size: 1.5rem;
  }

  .portfolios .special-button {
    width: 100%;
    max-width: unset;
    aspect-ratio: 4/1;
    margin: 1rem auto;
  }
}
.img-container-3-2 {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container-3-2 img {
  height: 100%;
  width: unset;
  object-fit: cover;
  position: center;
}

.img-container {
  height: 100%;
}

.flex-center {
  width: 100%;
  min-height: 50vh;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3d {
  padding: 10px;
  -webkit-animation: icon3d 200ms 10;
  animation: icon3d 200ms 10;
  color: #fff;
}
.icon-3d:hover {
  -webkit-animation: icon3d 200ms infinite;
  animation: icon3d 200ms infinite;
}

@keyframes icon3d {
  0% {
    text-shadow: 5px 4px #f44336, -5px -6px #2196f3;
  }
  25% {
    text-shadow: -5px -6px #f44336, 5px 4px #2196f3;
  }
  50% {
    text-shadow: 5px -4px #f44336, -8px 4px #2196f3;
  }
  75% {
    text-shadow: -8px -4px #f44336, -5px -4px #2196f3;
  }
  100% {
    text-shadow: -5px 0 #f44336, 5px -4px #2196f3;
  }
}
iframe, .video {
  width: 100%;
  min-height: 600px;
  height: 56.25vw;
  max-height: calc(100vh - 300px);
  padding: 0rem 3rem;
}

@media screen and (max-width: 768px) {
  iframe, .video {
    width: 100%;
    min-height: 300px;
    height: 56.25vw;
    max-height: calc(100vh - 300px);
  }
}
.menuwrapper {
  background: #111;
  width: 100%;
  box-shadow: #111111 0rem 0rem 1rem;
  position: fixed;
  top: 0;
  display: block;
}

.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  color: #eeeeee;
  margin: 0 auto;
  height: 4rem;
}
.menu-bar a img {
  width: 200px;
  padding: 1rem;
  transition: 0.1s;
}
.menu-bar a:hover img {
  filter: hue-rotate(230deg) brightness(2);
}
.menu-bar .menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.menu-bar .menu-group > a {
  margin-left: 0.5rem;
}
.menu-bar .menu-group > a:visited {
  color: #eeeeee;
}

.menu-item {
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
.menu-item span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-item:hover {
  color: #ff4545;
}
.menu-item:hover span {
  color: #ff4545;
}
.menu-item .home {
  font-size: 3rem;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -10%;
  z-index: 100;
}

.dropdown {
  position: relative;
  display: inline-block;
  height: inherit;
}

.menu-group > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fill-available;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto", Helvetica, sans-serif;
}
.dropdown-content a {
  color: #270303;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-content a:hover {
  background-color: #111;
  color: #ff4545;
}

.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hamburger-icon {
  display: none;
  height: 20px;
  width: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10000;
  margin: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger-icon .hamburger-bar {
  width: inherit;
  height: 3px;
  display: block;
  content: "";
  background-color: white;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.hamburger-icon.active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hamburger-icon.active :first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.hamburger-icon.active :nth-child(2) {
  opacity: 0;
  width: 0;
}
.hamburger-icon.active :last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  background-color: #111111f6;
  align-items: center;
  z-index: -1;
  padding-top: 0;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  clip-path: polygon(0% 0%, 100% 0, 100% 0, 50% 100%, 0 0);
}
.mobile-nav.active {
  height: 100%;
  padding-top: 8rem;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 100%, 0% 100%);
}
.mobile-nav a {
  color: #eeeeee;
  width: -webkit-fill-available;
  text-align: center;
  max-width: 75%;
}
.mobile-nav h2 {
  border-bottom: 2px solid #111;
  padding-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .menu-bar {
    height: 5rem;
  }
  .menu-bar .menu-group {
    display: none;
  }

  .hamburger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sticky-nav {
    position: relative;
    top: unset;
  }
}
/* Style the Image Used to Trigger the Modal */
.myImages {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.myImages:hover {
  opacity: 0.7;
}

.modal-thumb {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-thumb img {
  width: 100% !important;
  height: auto;
  position: center center;
  object-fit: cover;
}

#fullscreen {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

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