@charset "UTF-8";
/* aR Design Style */
/* Resets */
body,
html,
header,
nav,
h1,
h2,
h3,
h4,
form,
input,
textarea,
section,
article,
ul,
li {
  padding: 0;
  margin: 0;
}

/* Body, HTML */
html {
  height: 100%;
  scroll-padding-top: 90px;
}

html,
body {
  height: 100%;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

body {
  color: #33333A;
  background: #022159;
  background: -moz-linear-gradient(top, #0277bd 0%, #022159 100%);
  background: -webkit-linear-gradient(top, #0277bd 0%, #022159 100%);
  background: linear-gradient(to bottom, #0277bd 0%, #022159 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0277bd", endColorstr="#022159", GradientType=0);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Global */
object {
  pointer-events: none;
}

a,
a:visited {
  font-weight: bold;
  color: #0277bd;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:active {
  color: #E1145C;
}

p {
  line-height: 150%;
}

h1,
p,
#bio-headline,
nav a {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.text-center {
  text-align: center;
}

.btn,
input[type=submit],
input[type=reset] {
  display: inline-block;
  background-color: #022159;
  border: none;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #FAFAFA;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #022159;
  -webkit-appearance: none;
}
.btn, .btn:hover, .btn:active,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset],
input[type=reset]:hover,
input[type=reset]:active {
  transition-property: border, box-shadow, background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #0277bd;
  background-color: #FAFAFA;
  border: 1px solid #0277bd;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
}
.btn:active,
input[type=submit]:active,
input[type=reset]:active {
  color: #E1145C;
  background-color: #FAFAFA;
  border: 1px solid #E1145C;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

.btn-list {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
}
.btn-list li {
  display: inline-block;
  margin: 4px;
}
.btn-list li a {
  color: #FAFAFA;
}

hr {
  height: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 16px auto;
}

/* Container */
#container {
  margin: 0 auto;
  overflow-x: hidden;
}

#content {
  padding-top: 90px;
}

/* Header */
header {
  display: table;
  margin: 0 auto;
  height: 90px;
  width: 100%;
  background-color: #FAFAFA;
  position: fixed;
  z-index: 2;
}
header #logo,
header nav {
  display: table-cell;
  vertical-align: middle;
}
header #logo {
  text-align: left;
  width: 15%;
  padding-left: calc(env(safe-area-inset-left) + 2.5%);
}
header #logo a {
  display: inline-block;
}
header nav {
  width: 85%;
  padding-right: calc(env(safe-area-inset-right) + 2.5%);
  text-align: right;
}
header nav,
header ul {
  list-style-type: none;
  position: relative;
}
header ul {
  display: inline;
}
header ul li {
  display: inline-block;
  text-transform: lowercase;
  margin: 4px;
}
header ul li a {
  letter-spacing: 1px;
}
header::after {
  padding-bottom: 90px;
}

/* Content */
#bio {
  text-align: justify;
  background: #FAFAFA url(../img/me.png) 96% 100% no-repeat;
  background-size: contain;
}
#bio > article {
  width: 60%;
}
#bio p {
  padding: 1.25% 2.5%;
  background-color: rgba(250, 250, 250, 0.75);
  margin-left: -2.5%;
}
#bio #bio-image {
  width: 40%;
  display: none;
  margin: 0 auto;
  text-align: center;
}
#bio #bio-image img {
  width: 100%;
  margin-bottom: -5px;
}
#bio #bio-headline {
  text-align: left;
  font-size: 3em;
  font-weight: bold;
  word-break: keep-all;
  line-height: 150%;
}
#bio #bio-taglines {
  list-style-type: none;
  display: inline;
}
#bio #bio-taglines li,
#bio .emphasis {
  display: inline-block;
  color: #FAFAFA;
  background-color: #0277bd;
}
#bio #bio-taglines li {
  padding: 0px 8px;
  margin: 4px 0px;
}
#bio #bio-taglines li::after {
  content: ",";
}
#bio #bio-taglines li:last-of-type::before {
  content: "& ";
}
#bio #bio-taglines li:nth-last-child(2):after, #bio #bio-taglines li:last-of-type::after {
  content: "";
}

section {
  padding: 2.5% calc(env(safe-area-inset-left) + 2.5%) 2.5% calc(env(safe-area-inset-right) + 2.5%);
  background-color: #FAFAFA;
}
section article {
  width: 100%;
}
section .sub-sections {
  overflow: hidden;
}
section .sub-sections .sub-section {
  display: block;
  margin: 8px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2.5%;
  color: #FAFAFA;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
section .sub-sections .sub-section input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
section .sub-sections .sub-section label {
  width: 100%;
  display: inline-block;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
section .sub-sections .sub-section label::after {
  position: absolute;
  right: 4px;
  content: "❯";
  width: 1.1em;
  height: 1.1em;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
section .sub-sections .sub-section .sub-section-content {
  width: 100%;
  height: 0;
  opacity: 0;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
section .sub-sections .sub-section .sub-section-content > * {
  display: none;
}
section .sub-sections .sub-section:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.25);
}
section .sub-sections .sub-section:hover, section .sub-sections .sub-section:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease-in-out;
}
section .sub-sections .sub-section input[type=checkbox]:checked + .sub-label::after {
  content: "✚";
  transform: rotate(45deg);
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content {
  display: block;
  opacity: 1;
  height: auto;
  margin: 2.5% 0px;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content > * {
  display: block;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content > h2 {
  padding: 1.25% 2.5% 0 2.5%;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content > span {
  padding: 1.25% 2.5%;
  font-size: 0.9em;
  line-height: 150%;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content > p {
  padding: 0 2.5%;
  margin: 0;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content > hr {
  width: 95%;
  margin: 0 auto;
  border: 1px solid rgba(250, 250, 250, 0.35);
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content a {
  color: #FAFAFA;
  transition: color 0.2s ease-in-out;
}
section .sub-sections .sub-section input[type=checkbox]:checked ~ .sub-section-content a:hover {
  color: #E1145C;
  transition: color 0.2s ease-in-out;
}
section .item-list {
  list-style-type: none;
  margin: 1.25% auto;
  width: 97.5%;
  text-align: left;
}
section .item-list li {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0px;
  width: 32.5%;
}
section .item-list li h2 {
  font-size: 0.95em;
  font-weight: bold;
  border-bottom: 1px solid rgba(250, 250, 250, 0.35);
}
section .item-list li p {
  font-size: 0.8em;
}
section .item-list li h2,
section .item-list li p {
  margin: 2px 0px;
  padding: 0;
}
section .item-list img,
section .video-embed {
  display: block;
  width: 100%;
  margin: 0px auto;
  border-radius: 6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
  padding: 0;
}
section .item-list img.no-shadow {
  box-shadow: none;
}
section .emphasis {
  font-weight: bold;
  padding: 2px 4px;
  margin: 0 2px;
  border-radius: 2px;
}
section h1 {
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 2em;
  background-color: #0277bd;
  color: #FAFAFA;
  display: inline-block;
  padding: 2px 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
section.alt {
  background-color: #0277bd;
  color: #FAFAFA;
}
section.alt h1 {
  background-color: #FAFAFA;
  color: #0277bd;
}
section .resume-item {
  margin: 16px 0px;
}
section .resume-item ul {
  margin: 4px 0px;
  list-style-type: none;
}
section .resume-item ul li {
  font-size: 0.85em;
  line-height: 150%;
  margin: 4px 0px;
}
section .resume-item h2 {
  text-transform: uppercase;
  border-bottom: 2px solid #E1145C;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  color: #E1145C;
  padding: 1px 3px;
  font-size: 1.15em;
  letter-spacing: 4px;
}
section .resume-item .item-title {
  font-weight: bold;
  color: #022159;
}
section .side-by-side {
  display: table;
  width: 100%;
  border-collapse: separate;
}
section .side-by-side .resume-item {
  display: table-cell;
  width: 50%;
}
section #platforms-list {
  column-count: 1;
}
section #skills-list,
section #education-list {
  column-count: 3;
}
section #work-list {
  column-count: 2;
}
section #education-list p,
section #work-list p {
  display: inline-block;
  width: 100%;
  margin: 4px 0px;
}

/* Contact Form */
#contact a {
  color: #FAFAFA;
}

#contact_form input[type=text],
#contact_form input[type=email],
#contact_form textarea {
  display: block;
  margin: 8px 0px;
  font-size: 1.15em;
  padding: 1.5%;
  border-radius: 2px;
  width: 97%;
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
#contact_form input[type=text]:hover, #contact_form input[type=text]:focus,
#contact_form input[type=email]:hover,
#contact_form input[type=email]:focus,
#contact_form textarea:hover,
#contact_form textarea:focus {
  background-color: #FAFAFA;
}
#contact_form textarea {
  min-height: 150px;
  font-family: Arial, Helvetica, sans-serif;
}
#contact_form div {
  text-align: right;
  margin-top: 6px;
}

/* Footer */
#footer-spacer,
footer {
  height: 50px;
  position: relative;
  z-index: 2;
}

footer {
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
  background-color: #0277bd;
  width: 100%;
  bottom: 0;
  color: #FAFAFA;
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 150%;
  padding-right: env(safe-area-inset-right);
}
footer > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}
footer > div:first-of-type {
  padding-left: env(safe-area-inset-left);
}
footer #footer-links {
  list-style-type: none;
  text-align: right;
  padding-right: env(safe-area-inset-right);
}
footer #footer-links li {
  display: inline-block;
  margin: 0px 8px;
}
footer #footer-links li a,
footer #footer-links li a:hover,
footer #footer-links li a:active,
footer #footer-links li a:focus {
  transition: scale 0.2s ease-in-out;
}
footer #footer-links li a {
  display: block;
  scale: 1;
}
footer #footer-links li a:hover {
  scale: 1.15;
}
footer #footer-links li a:active,
footer #footer-links li a:focus {
  scale: 0.85;
}

/* Responsive */
@media screen and (max-width: 568px) {
  html {
    scroll-padding-top: 110px;
  }
}
@media screen and (min-width: 1366px) {
  #container,
header,
footer {
    width: 1280px;
  }

  #content section:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  footer {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  html,
body {
    font-size: 1em;
  }

  header #logo {
    padding-left: 4%;
  }
  header nav {
    padding-right: 4%;
  }

  section {
    padding: 4%;
  }

  #bio {
    background: #FAFAFA;
    background-image: none !important;
    padding-bottom: 0;
    text-align: left;
  }
  #bio > article {
    width: 100%;
  }
  #bio p {
    padding-left: 2.5%;
  }
  #bio #bio-image {
    display: block;
  }

  #bio-headline {
    font-size: 2em !important;
  }

  #resume .side-by-side {
    display: block;
  }
  #resume .side-by-side .resume-item {
    display: block;
    width: 100%;
  }
  #resume #platforms-list {
    column-count: 1;
  }
  #resume #skills-list,
#resume #education-list,
#resume #work-list {
    column-count: 2;
  }

  footer {
    position: fixed;
    font-size: 0.5em;
  }
}
@media screen and (min-width: 767px) {
  #footer-spacer {
    display: none;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  body {
    background: #0277bd;
  }

  .mobile-hide {
    display: none;
  }

  #content {
    padding-top: 110px;
  }

  header {
    padding-top: 2.5%;
  }
  header ul {
    display: block;
  }
  header #logo,
header nav {
    display: block;
    width: 100%;
  }
  header #logo {
    margin-bottom: 8px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
  header nav {
    padding-bottom: 12px;
  }
  header nav ul {
    text-align: center;
  }

  section .sub-sections .sub-section label {
    font-size: 1em !important;
  }

  .item-list li {
    height: auto !important;
    width: 97.5% !important;
    margin: 16px 0px;
  }

  #skills-list {
    column-count: 2 !important;
  }

  #contact {
    margin-bottom: 25px;
  }
}
/* Dark Mode */
@media (prefers-color-scheme: dark) {
  body {
    color: #FAFAFA;
    background: #022159;
    background: -moz-linear-gradient(top, #022159 0%, #161616 100%);
    background: -webkit-linear-gradient(top, #022159 0%, #161616 100%);
    background: linear-gradient(to bottom, #022159 0%, #161616 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022159", endColorstr="#161616", GradientType=0);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  header,
#bio {
    background-color: #161616;
  }

  h1,
p,
#bio-headline,
nav a {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  }

  a,
a:visited {
    color: #00a2ff;
  }

  a:hover,
a:active {
    color: #ff075e;
  }

  #bio p {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #bio #bio-taglines li,
#bio .emphasis {
    color: #FAFAFA;
    background-color: transparent;
    border: 2px solid #00a2ff;
  }

  section {
    background-color: #161616;
  }
  section h1 {
    background-color: transparent;
    color: #FAFAFA;
    display: inline-block;
    padding: 2px 4px;
    border: 2px solid #33333A;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
  section.alt {
    background-color: #022159;
  }
  section.alt h1 {
    background-color: transparent;
    color: #FAFAFA;
    display: inline-block;
    padding: 2px 4px;
    border: 2px solid #00a2ff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
  section .resume-item .item-title {
    font-weight: bold;
    color: #00a2ff;
  }
  section .resume-item h2 {
    border-bottom: 2px solid #ff075e;
    color: #ff075e;
  }
  section .btn,
section input[type=submit],
section input[type=reset] {
    display: inline-block;
    background-color: #022159;
    border: none;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #FAFAFA;
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #022159;
    -webkit-appearance: none;
  }
  section .btn, section .btn:hover, section .btn:active,
section input[type=submit],
section input[type=submit]:hover,
section input[type=submit]:active,
section input[type=reset],
section input[type=reset]:hover,
section input[type=reset]:active {
    transition-property: border, box-shadow, background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  section .btn:hover,
section input[type=submit]:hover,
section input[type=reset]:hover {
    color: #00a2ff;
    background-color: #161616;
    border: 1px solid #00a2ff;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
  }
  section .btn:active,
section input[type=submit]:active,
section input[type=reset]:active {
    color: #ff075e;
    background-color: #000000;
    border: 1px solid #ff075e;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  }

  footer {
    background-color: #022159;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) and (prefers-color-scheme: dark) {
  body {
    background: #022159;
  }
}
@media screen and (min-width: 767px) and (prefers-color-scheme: dark) {
  #footer-spacer {
    display: none;
  }
}
@media screen and (max-width: 767px) and (prefers-color-scheme: dark) {
  #container {
    background-color: #022159;
  }
}
@media screen and (min-width: 1366px) and (prefers-color-scheme: dark) {
  #content section:last-of-type,
#content section.alt:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  footer {
    background-color: transparent;
  }
}

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