<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

body {
  background-color: black;
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

h2 {
  color: white;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}

h3 {
  color: white;
  font-size: 26px;
  font-weight: 700;
  padding: 20px 10px;
}

p {
  color: white;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.navigation a {
  color: white;
  text-decoration: none;
}

.navigation ul {
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navigation li {
  font-weight: 100;
  letter-spacing: 2px;
  padding: 20px;
}

.navigation li.logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
}

.logo_size {
  max-width: 4rem;
}

#banner {
  background-image: url("/resources/media/pictures/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  max-width: 100%;
}

/*#banner:hover {
  filter: saturate(0.2);
  filter: blur();
  transform: scale();
  remove this, this is just playing around. Check documentationa bout filter functions
}*/

.hero-info h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  top: 190px;
  margin: 0 auto;
}

.hero-info p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
  top: 210px;
}
.profile-pict {
  max-width: 70%;
  border-radius: 20px;
}

.hero-info figcaption {
  color: white;
  font-size: 18px;
  text-align: right;
  position: relative;
  bottom: -470px;
  padding-right: 10px;
}
.hero-info figcaption a {
  color: turquoise;
}

.btn-branding {
  background: blue;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 30px;
}
.click-me {
  padding: 40px 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.click-me a {
  border: 3px solid white;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
  padding: 14px;
}

.click-me a:hover {
  background: blue;
  border: 1px solid white;
  color: white;
}

.emoji {
  display: flex;
  justify-content: center;
}

footer {
  margin: 60px auto;
}

footer .myemail_link {
  text-decoration: none;
  color: white;
  font-size: 24px;
  padding-bottom: 10px;
}

footer .myemail_link:hover {
  color: blue;
}

footer .sm-links a {
  color: white;
  background: blue;
  border-radius: 50%;
  border: solid black 1px;
  margin: 0 20px;
  padding: 10px 14px;
  font-size: 18px;
  transition: all 100ms ease-in-out;
}

.contact-sm-links a {
  color: white;
  background: blue;
  border-radius: 15%;
  margin: 0 20px;
  padding: 10px 14px;
  font-size: 3.5rem;
}

footer .sm-links a:hover {
  color: white;
  background-color: black;
}

#resumeDownload {
  cursor: pointer;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 56px;
  }
  h3 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }

  .hero-info figcaption {
    color: white;
    font-size: 16px;
    text-align: right;
    position: relative;
    bottom: -360px;
    padding-right: 10px;
  }

  .hero-info h1 {
    font-size: 2.2rem;
  }
  .hero-info p {
    font-size: 1rem;
  }

  .hero-info figcaption {
    font-size: 16px;
    position: relative;
    bottom: -440px;
    padding-right: 10px;
  }
  .hero-info figcaption a {
    color: turquoise;
  }
}
</pre></body></html>