body {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
}

body, ul {
  margin: 0;
  padding: 0;
}

h1, h2, .skills-list {
  font-family: 'Shrikhand', cursive;
  /* font-family: 'Inknut Antiqua', serif; */
}
img {
  /* this limits the size of the image so it takes the maximum size of the parent element and no more */
  max-width: 100%;
}
nav {
    background-color: #FCE2F4;
    position: fixed;
    z-index: 100;
    width: 100%;
}
nav ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

nav li a {
  text-decoration: none;
  color: black;
}

nav li a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
}
nav ul {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

ul li {
list-style: none;
margin: 10px 0;
}

header {
    top: 50px;
    position: relative;
    margin-bottom: 220px;
    background-image: url('../img/pinkbckg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -400px;
}

h1 {
  font-size: 100px;
  line-height: 130%;
}

h2 {
  font-size: 30px;
  line-height: 130%;
}

h1, h2 {
  font-weight: normal;
}

p {
  line-height: 150%;
}

section a {
  text-decoration: none;
  color: cornflowerblue;
}

.button {
  border: 1px solid black;
  text-decoration: none;
  color: black;
  padding: 10px 30px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 100px;
  transition: background 0.3s ease-in-out; color 0.3s ease-in-out;
}

.button:hover {
  background: #FCE2F4;
  color: cornflowerblue;
}

figcaption {
  font-size: 10px;
  margin-top: 10px;
}

.intro-img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.skills-list {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 100px;
}

.project {
  margin: 30px 0;
  padding: 50px;
}

.pink {
  background-color: #FCE2F4;
}

.project .button {
  margin-top: 10px;
}

footer {
  text-align: center;
  margin: 80px;
}

footer h2 {
  font-size: 50px;
  text-align: center;
}

.right-alignment {
  text-align: right;
}

li.empty {
  width: 70px;
  border: 1px solid cornflowerblue;
  top: -3px;
  position: relative;
}

/* FF738E for font color
FFDCE8 for background*/
