@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 125%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

ul {
  list-style: none;
  padding: 0;
}

li::before {
  content: "​";
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "PT Sans", sans-serif;
}

h1,
h2 {
  font-family: "Nunito", sans-serif;
}

h3,
h4 {
  font-weight: 700;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 700;
}

i {
  font-size: 2rem;
}

body {
  background: #FBFBFB;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  display: inline-block;
  padding: 4px 8px;
  width: 128px;
  text-align: center;
  border: 2px solid #FBFBFB;
}
a:focus, a:hover {
  border: 2px dashed #3D48AE;
}

.button {
  background-color: #FBAF01;
  border-radius: 4px;
}
.button:focus, .button:hover {
  color: #FBFBFB;
  background: #3D48AE;
}

section {
  padding: 4vh 0;
}

header {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 16px;
}
header nav .wrapper {
  height: 75px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header a {
  color: #2A3033;
}
header i {
  padding: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
header i:focus, header i:hover {
  color: #FBAF01;
}
header h3 a {
  text-align: left;
  width: inherit;
}
header h3, header i {
  z-index: 10;
}
header ul {
  -webkit-transition: 0.64s;
  transition: 0.64s;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 60px;
  background: #FBFBFB;
  padding: 5px;
  text-align: center;
}
header .upTop {
  top: -500px;
}
header input {
  opacity: 0;
  position: absolute;
}

.about {
  border-top: 5px dashed #3D48AE;
  border-bottom: 5px dashed #3D48AE;
  position: sticky;
}

.aboutText,
.skills {
  padding: 2vh 0;
}

.aboutText {
  background: #E7E8EE;
}

.skills {
  background: #3D48AE;
  color: #FBFBFB;
}
.skills ul {
  list-style-type: disc;
  list-style-position: outside;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 150px;
     -moz-column-width: 150px;
          column-width: 150px;
  padding: 0 2.5%;
}
.skills li::marker {
  color: #FBAF01;
}
.skills li {
  padding: 5% 0;
}

.projects .wrapper,
.projects .projectGallery {
  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;
}
.projects .projectGallery {
  width: 100%;
  max-width: 1000px;
}
.projects h2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.projects h4 {
  color: #3D48AE;
}
.projects ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects .button {
  margin-top: 24px;
}
.projects .projectContainer {
  background: #FBFBFB;
  padding: 24px 10px;
  margin: 2.5vh 0;
  width: 90%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projects .projectImg {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects .projectImg img {
  padding: 5px;
  border: 1px dashed #3D48AE;
}
.projects .projectText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
}
.projects .projectText a:visited {
  color: #141c65;
}
.projects .projectText a.inLine {
  display: inline;
  padding: inherit;
}
.projects .projectText .button {
  -ms-flex-item-align: center;
      align-self: center;
}
.projects .projectText ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact {
  background: #DFE0FC;
  border-top: 5px solid #3D48AE;
}
.contact .contactText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact a {
  border: 2px solid #DFE0FC;
}
.contact i:focus, .contact i:hover {
  border: 2px dashed #3D48AE;
}

footer {
  background: #3D48AE;
  color: #FBFBFB;
}

@media (min-width: 760px) {
  .about {
    width: 95%;
    max-width: 800px;
    padding: 0.5vh;
    margin: 0 auto;
    border: 3px dashed #3D48AE;
  }
  .projects h2 {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 100px 0;
  }
  .projectGallery {
    padding: 0 20px;
  }
}
@media (min-width: 1270px) {
  header nav .wrapper {
    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;
  }
  header ul {
    position: static;
    padding: 0;
    width: revert;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menuButtonContainer {
    display: none;
  }
  .projects .projectGallery {
    -webkit-box-align: revert;
        -ms-flex-align: revert;
            align-items: revert;
  }
  .projects .projectContainer {
    border: 5px dashed #3D48AE;
    margin: 5vh 0;
  }
  .projects .projectContainer:nth-child(odd) {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .projects .projectContainer:nth-child(even) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .projects .projectText {
    padding: 20px;
  }
}