article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 125%;
}

body * {
  padding: 0;
  margin: 0;
}

@media (max-width: 400px) {
  header .headings h1 {
    font-size: 2.6rem;
    padding-top: 1.7rem;
  }
  header .headings h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 510px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h2, header h1 {
    padding-right: auto;
    text-align: center;
  }
  .wrapper div.myPhoto {
    float: none;
    margin: 4rem auto;
  }
  .banner {
    width: 100vw;
  }
  section.about {
    padding-top: 0;
  }
  section .subheading {
    font-size: 2rem;
  }
}

@media (min-width: 750px) {
  header > .banner .menu {
    display: none;
  }
  body p {
    font-size: 1.125rem;
  }
  .about .wrapper .accordion {
    max-width: 550px;
  }
  .about .innerBox {
    margin-bottom: 1.5rem;
  }
  .subheading {
    font-weight: 500;
  }
  section.toolkit {
    margin-top: 3rem;
  }
  section.toolkit h3 {
    padding-top: 1rem;
  }
  section.toolkit .wrapper .skills {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    padding-top: 1rem;
  }
  section.toolkit .wrapper .skills .redux-container {
    width: 4.5rem;
  }
  section.toolkit .wrapper .skills .icon {
    margin: 2rem 2.2rem;
    max-width: 40%;
  }
  section.toolkit .wrapper .skills .icon h4 {
    font-size: 1rem;
  }
  section.toolkit .wrapper .skills .icon i {
    font-size: 4.5rem;
  }
  .wrapper .contact {
    max-width: 550px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .wrapper .contact .cardWrap {
    padding: 1.5rem;
  }
  .wrapper .contact .siteLink {
    font-weight: 300;
  }
  .wrapper .contact h4 {
    font-size: 1.3rem;
  }
  .wrapper .contact h5 {
    font-size: 1.1rem;
    padding-top: 0.5rem;
  }
}

@media (min-width: 1000px) {
  .about .wrapper .accordion {
    max-width: 650px;
  }
  .headings h1 {
    font-size: 3.5rem;
  }
  .headings h2 {
    font-size: 2rem;
  }
}

header {
  line-height: 1.15;
  margin: 0 auto;
}

header h1, header h2 {
  font-family: "Gupter", serif;
}

header .banner {
  color: #483EA0;
  padding: 1rem;
}

header .banner .menu {
  height: 100%;
}

header .sideNav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  color: #FFFCFC;
  background-color: #483EA0;
  opacity: 0.98;
  /*disables horizontal scroll*/
  overflow-x: hidden;
  padding-top: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "IBM Plex Sans", sans-serif;
}

header .sideNav li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 2.3;
}

header .sideNav li a {
  color: #FFFCFC;
  text-decoration: none;
  font-weight: 500;
}

header .sideNav li a i {
  color: #FFFCFC;
}

header .sideNav li a:hover {
  text-decoration: underline;
}

header .sideNav li a:active {
  text-decoration: underline;
}

header h1 {
  font-weight: 500;
  font-size: 3rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  color: #483EA0;
}

header h2 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  padding-right: 2rem;
  color: #0B0C10;
}

header div.myPhoto {
  width: 270px;
  margin: 3rem 1rem 2rem 2rem;
  float: right;
}

@media (max-width: 375px) {
  header div.myPhoto {
    width: 250px;
    margin-top: 2rem;
  }
}

@media (min-width: 750px) {
  header div.myPhoto {
    width: 325px;
  }
}

header div.myPhoto img {
  max-width: 100%;
}

.about {
  padding: 1rem 0 3rem 0;
}

.about h3 {
  padding: 8px 12px;
  background: #483EA0;
  color: #FFFCFC;
  margin: 0.8rem 0;
  position: relative;
}

.about h3 span {
  max-height: 100%;
  position: absolute;
  top: 3px;
  right: 1rem;
  font-size: 1.4rem;
}

.about .hide {
  display: none;
}

.about .show {
  display: block;
}

.about .isActive {
  background: #F4C75D;
  color: #0B0C10;
}

.about .accordion {
  margin: 0 auto;
  max-width: 375px;
}

.about h3:hover, .about #second:hover {
  background: #F4C75D;
  border: none;
  color: #0B0C10;
}

.about h3:active, .about #second:hover {
  background: #F4C75D;
  border: none;
  color: #0B0C10;
}

.about .innerBox {
  padding: 12px 12px 0 12px;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.toolkit {
  background: #F4C75D;
}

.toolkit .wrapper {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.toolkit .wrapper .skills {
  max-width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.toolkit .wrapper .redux-container {
  width: 4rem;
  max-width: 30%;
}

.toolkit .wrapper .redux-container img {
  width: 100%;
}

.toolkit .wrapper .icon {
  margin: 1rem;
  max-width: 30%;
}

.toolkit .wrapper .icon h4 {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
}

.toolkit .wrapper .icon i {
  font-size: 3.7rem;
  max-width: 100%;
  color: #0B0C10;
}

@media (min-width: 900px) {
  .toolkit .wrapper .icon i {
    font-size: 4rem;
  }
}

.samples {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.samples .subheading {
  padding-bottom: 2rem;
  color: #483EA0;
}

.samples .project {
  padding-bottom: 4rem;
}

.samples .project .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.samples .project .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.samples .project .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.samples .project .description {
  padding-bottom: 1.5rem;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .samples .project .description {
    max-width: 650px;
  }
}

.samples .project .description .highlight {
  color: #9E0C0C;
  text-decoration: none;
}

.samples .project .description .highlight:hover {
  text-decoration: underline;
  color: #483EA0;
}

.samples .project .description .tools {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (min-width: 510px) {
  .samples .project .description .tools {
    margin-top: 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
}

.samples .project .description .links {
  text-align: center;
}

.samples .project .description .links .button {
  color: #9E0C0C;
  padding: 8px 16px;
  font-weight: 500;
  margin-right: 2%;
}

.samples .project .description .links .button:hover {
  background: #9E0C0C;
  color: #FFFCFC;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.wantChat {
  background: #F4C75D;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1000px) {
  .wantChat {
    padding-bottom: 4rem;
    padding-top: 4.5rem;
  }
}

.contact {
  clear: both;
  max-width: 375px;
  background-color: #0B0C10;
  color: #FFFCFC;
  font-size: 0.85rem;
  margin: 0 auto;
  border-radius: 2px;
}

.contact p {
  margin: 0;
}

.contact h4 {
  font-size: 1rem;
}

.contact h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 1rem 0;
}

.contact .cardWrap {
  padding: 1rem;
}

.contact hr {
  margin: 0.5rem 0;
  color: #FFFCFC;
}

.contact .siteLink.email {
  margin-bottom: 1rem;
}

.contact .siteLink > a {
  color: #FFFCFC;
  text-decoration: none;
}

.contact .siteLink > a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.contact .siteLink > a:active {
  text-decoration: underline;
  font-weight: bold;
}

body {
  background-color: #FFFCFC;
  color: #0B0C10;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .wrapper {
  margin: 1rem 2rem;
}

h3 {
  padding-bottom: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

.subheading {
  font-size: 1.6rem;
  font-family: "Gupter", serif;
  text-align: center;
}

footer {
  background: #0B0C10;
  color: #F4C75D;
  font-size: 0.9rem;
  padding: 0.8rem;
  text-align: center;
}
