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 {
  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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
}

.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;
}

html {
  font-size: 125%;
}

body {
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  color: #000;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 4.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 5rem;
}

h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4.35rem;
  line-height: 4rem;
  color: #000;
  letter-spacing: 0.45rem;
}

h3 {
  font-family: fantasy;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  line-height: 5rem;
}

ul,
li,
a,
input,
h1,
h2,
p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

p {
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
}

html {
  scroll-behavior: smooth;
  background-color: rgb(218, 236, 242);
}

.wrapper {
  max-width: 1728px;
  width: 80%;
  margin: 0 auto;
}

a {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #098CE5;
}
a:hover, a:focus {
  color: rgb(232, 10, 121);
  transition: 0.5s;
}

img {
  width: 100%;
}

button {
  border: none;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: #88C1CF;
}
button:hover, button:focus {
  transition: 0.5s;
}

.navBar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #88C1CF;
  border-bottom: 0.5px solid #084b6d;
}
.navBar .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0;
}
.navBar .wrapper .logo h2 {
  margin-left: 50%;
}
.navBar .wrapper .logo h2:hover, .navBar .wrapper .logo h2:focus {
  color: rgb(232, 10, 121);
  transition: 0.5s;
}
.navBar .wrapper img:hover, .navBar .wrapper img:focus {
  background-color: rgb(232, 10, 121);
  border-radius: 30px;
  padding: 0.75rem;
  transition: 0.5s;
}

.slideOutNav {
  padding: 35px 50px;
  border-right: 2px solid #084b6d;
  width: 100%;
  max-width: 15vw;
  height: 100%;
  background-color: #000;
  color: rgb(218, 236, 242);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 20;
  transition: 0.75s;
}
.slideOutNav .buttonContainer {
  right: 0;
  position: absolute;
  margin-bottom: 400px;
  margin-right: 10px;
}
.slideOutNav .buttonContainer button {
  background-color: #000;
}
.slideOutNav .mainMenu a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 1rem;
}
.slideOutNav .socialContactContainer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.slideOutNav .socialContactContainer ul li {
  padding: 1rem;
  width: 3rem;
}
.slideOutNav img:hover, .slideOutNav img:focus {
  background-color: rgb(232, 10, 121);
  border-radius: 30px;
  padding: 0.2rem;
  transition: 0.5s;
}

header {
  background-color: #88C1CF;
  min-height: 90vh;
  text-align: center;
  padding: 6rem 0 1rem 0;
}
header .contentContainer {
  margin: 1rem;
}
header .contentContainer h1 {
  margin: 3.5rem auto 2rem auto;
}
header .flexContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
header .flexContainer .imgContainer {
  padding-top: 2rem;
  max-width: 25vw;
}
header .flexContainer .imgContainer img {
  border-radius: 50%;
}
header .flexContainer .socialMediaContainer {
  width: 33%;
}
header .flexContainer .socialMediaContainer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
header .flexContainer .socialMediaContainer ul li {
  padding: 1rem;
  width: 4rem;
}
header .flexContainer .socialMediaContainer ul li a:hover, header .flexContainer .socialMediaContainer ul li a:focus {
  background-color: rgb(232, 10, 121);
  border: 0.25rem solid rgb(232, 10, 121);
}
@-webkit-keyframes launch {
  100% {
    transform: translateY(100%);
  }
}
@keyframes launch {
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes serve {
  50% {
    transform: translateX(100%);
  }
}
@keyframes serve {
  50% {
    transform: translateX(100%);
  }
}
header .flexContainer .launchContainer {
  -webkit-animation-name: launch;
          animation-name: launch;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10%;
  height: 75vh;
}
header .flexContainer .coffeeContainer {
  -webkit-animation-name: serve;
          animation-name: serve;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform: rotate(15deg);
  position: absolute;
  top: 0;
  left: 0;
  margin: 15% 0 0 10%;
}

.typing h1 {
  overflow: hidden;
  border-right: 0.15em solid rgb(232, 10, 121);
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  -webkit-animation: typing 3.5s steps(30, end), blinking-cursor 0.5s step-end infinite;
          animation: typing 3.5s steps(30, end), blinking-cursor 0.5s step-end infinite;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blinking-cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(232, 10, 121);
  }
}
@keyframes blinking-cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(232, 10, 121);
  }
}
.about,
.skills,
.projects,
.contact {
  padding: 10rem 0 10rem 0;
}

.about p {
  margin-top: 3rem;
}

.skills {
  background-color: rgb(232, 10, 121);
}
.skills .iconContainer {
  margin: 5rem auto 1rem auto;
  max-width: 60%;
}
.skills .iconContainer ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
}
.skills .iconContainer ul li {
  margin: 0 auto;
  margin: 3rem;
  width: 5vw;
}
.skills .iconContainer ul li img {
  max-width: 100%;
}

.projects ul {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.projects li {
  margin: 1rem;
  max-width: 35vw;
  text-align: center;
  margin: 0 auto;
}
.projects li p {
  padding-bottom: 1rem;
}
.projects li img {
  border-radius: 30px;
  width: 500px;
  border: 1px solid black;
  margin: 5rem auto 2rem auto;
  transition: 0.2s ease;
}
.projects li img:hover, .projects li img:focus {
  box-shadow: 0.2rem 0.2rem rgb(232, 10, 121);
  transform: scale(1.2);
}
.projects li a {
  padding: 0.5rem 1rem;
  background-color: rgb(218, 236, 242);
  border: 2px solid #BBACD8;
  border-radius: 30px;
  margin: 2rem 1rem;
}
.projects li a:hover, .projects li a:focus {
  background-color: #BBACD8;
}

.contact {
  background-color: #BBACD8;
}
.contact h2,
.contact p,
.contact fieldset {
  padding: 1rem;
}
.contact form {
  margin: 0 auto;
  background: rgb(218, 236, 242);
  padding: 1rem 2rem;
  width: 90%;
  max-width: 80vw;
  border-radius: 5%;
}
.contact form input,
.contact form textarea {
  border: 0;
  margin: 0.75rem 0;
  outline: none;
  border-radius: 30px;
  padding: 1rem;
  resize: none;
}
.contact fieldset {
  display: flex;
  flex-direction: column;
  border: none;
}
.contact fieldset button {
  border-radius: 30px;
  padding: 1rem 3rem;
  margin: 0 auto;
  border: 1px solid #BBACD8;
  cursor: pointer;
}
.contact fieldset button:hover, .contact fieldset button:focus {
  background-color: rgb(232, 10, 121);
}

footer {
  background-color: rgb(218, 236, 242);
}
footer p {
  text-align: center;
  padding: 0.5rem 0;
}

@media (max-width: 1700px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 1500px) {
  header .typing h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1300px) {
  body {
    text-align: center;
  }
  header .typing h1 {
    font-size: 2rem;
  }
  header .flexContainer .coffeeContainer {
    margin: 50% 20% 0 0;
  }
  .slideOutNav .mainMenu a {
    font-size: 1rem;
  }
  .slideOutNav .socialContactContainer ul {
    flex-direction: column;
  }
  .projects ul {
    flex-direction: column;
  }
  .projects ul li {
    max-width: 80vw;
  }
  .projects ul li img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  header .typing h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .skills .iconContainer {
    margin: 0;
    max-width: 100%;
  }
  .skills .iconContainer ul li {
    width: 30%;
    margin: 10% auto;
    padding: 0 1rem;
  }
}
@media (max-width: 650px) {
  header .typing h1 {
    font-size: 1rem;
  }
  header .flexContainer .coffeeContainer {
    margin: 120px 0 0 -60px;
  }
  header .flexContainer .imgContainer {
    max-width: 50vw;
  }
  header .flexContainer .socialMediaContainer {
    width: 50%;
  }
  .navBar .wrapper .logo h2 {
    margin: 0 auto;
  }
}