body {
  background: #ddd;
  margin: 1rem;
  padding: 1rem;
  max-width: 500px;
  margin: 2rem auto;
  font-family: "Open Sans", sans-serif;
}

nav {
  border-bottom: 2px solid orange;
}

ol {
  padding-left: 0;
}

.crumb {
  margin-right: 2em;
  display: inline;
}

a {
  color: orange;
}

a:visited {
  color: crimson;
}

input {
  display: block;
}

.checkBox {
  display: flex;
}

img {
  max-width: 300px;
}

#bikeJump {
  width: 200px;
}

#profilePic,
#bikeJump {
  box-shadow: 10px 10px 10px gray;
}

#skills {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  height: 200px;
}

.skillLogo {
  width: 130px;
  height: 90px;
}

figcaption {
  font-size: small;
}

.logo {
  width: 50px;
}

#interests,
#profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#quote {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-style: italic;
}

.class {
  margin: opx;
}

ul {
  padding-left: 5px;
}

.favoriteButton {
  background-color: white;
  width: 135px;
  height: 30px;
}
