body {
  margin: 0;
  padding: 0;
  font-family: 'Figtree', sans-serif;
  background-image: url('images/background.jpg');
  background-size: cover;
  background-position: center;
}

.background-image {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}




.content {
  text-align: center;
  color: white;
}

.main {
  margin: 0 auto;
  min-width: 100%;
  max-width: 1200px;
}

.subtitle {
  margin-bottom: 3em;
  font-size: 1em;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .subtitle {font-size: .8em;}
    .background-image {
      height: auto;
    }

}

.container {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
}



.credit {font-size: .65em; margin: 5em 0 0 0; text-align: center; padding: 0 0 1em 0;}

.column {
  flex: 1;
  padding: 0;
  margin: .25em;
}


img.headshot {
  width: 120px;
  height: 120px;
  margin-top: 2em;
  clip-path: circle(50%);
}

ul {
  text-align: left;
  margin: 0em 0 0 0;
  padding: .75em 0 0 .5em;
}

li {list-style: none; list-style-type: none; margin: 1em 0; padding: .25em 0; display: block;}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
}

li.icon {
  padding-left: 2em;
  background-size: contain;
}

.resume {background: center left url('images/icons/resume.svg') no-repeat;}
.email {background: center left url('images/icons/email.svg') no-repeat;}
.linkedin {background: center left url('images/icons/linkedin.svg') no-repeat;}
.mastodon {background: center left url('images/icons/mastodon.svg') no-repeat;}
.threads {background: center left url('images/icons/threads.svg') no-repeat;}



a {
  color: #ffd700; /* Change the color to your preference */
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #ff9900; /* Change the color to your preference */
}
