body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1C1C1D;
  color: #D9D9D9;
  font-family: "Inclusive Sans", sans-serif;
}

.containContent {
  margin: auto;
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
}

.active {
  color: #DABFFF;
}

.readMore {
  color: #e0caff;
  float: inline-end;
}

.welcome-text-medium {
  font-size: 42px;
}

.text-small {
  color: #D9D9D9;
  font-size: 15px;
}

.purple-small {
  color: #DABFFF;
  font-size: 36px;
}

.center {
  text-align: center;
}

.cat-buttons {
  width: 200px;
  display: inline-block;
  color: #D9D9D9;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding: 25px 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #D9D9D9;
  border-radius: 25px;
  box-shadow: 0 9px #D9D9D9;
}
.cat-buttons:active {
  color: #a8a8a8;
  box-shadow: 0 5px #a8a8a8;
  transform: translateY(4px);
}

section {
  padding-top: 20px;
  padding-bottom: 10px;
}
section h2 {
  font-size: 42px;
  padding-bottom: 20px;
}

.dynamicBubble {
  align-self: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 60px;
}
.dynamicBubble .previewBubble {
  max-width: 300px;
  min-width: 100px;
  border: 2px solid #D9D9D9;
  border-radius: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.dynamicBubble .previewBubble h3 {
  margin-bottom: 0;
  font-size: 36px;
}
.dynamicBubble .previewBubble .post-preview {
  margin-bottom: 0;
  font-size: 16px;
}
.dynamicBubble .previewBubble a {
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  top: 0;
  width: 100%;
}
nav #navLinks {
  overflow: hidden;
  width: 0;
  height: 140px;
  background-color: #262627;
}
nav ul {
  padding-left: 0;
  overflow: hidden;
  list-style-type: none;
}
nav ul li {
  padding-left: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
}
nav ul a {
  font-size: 42px;
  text-decoration: none;
  color: white;
}
nav .icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #DABFFF;
  font-size: 72px;
}

#top {
  margin-top: 10vh;
  margin-bottom: 15vh;
}
#top .welcome-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top .welcome-display h1 {
  font-size: 42px;
}
#top .cta-click {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

#projectPreview {
  border-top: 5px solid #DABFFF;
  padding-bottom: 50px;
}
#projectPreview .projectGrid {
  display: grid;
  place-content: center;
  gap: 25px;
}
#projectPreview .projectGrid .previewBubble {
  max-width: 300px;
  min-width: 100px;
  border: 2px solid #D9D9D9;
  border-radius: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
#projectPreview .projectGrid .previewBubble h3 {
  margin-bottom: 0;
  font-size: 36px;
}
#projectPreview .projectGrid .previewBubble .post-preview {
  margin-bottom: 0;
  font-size: 16px;
}
#projectPreview .projectGrid .previewBubble a {
  text-decoration: none;
}

#projectPage img {
  width: 100%;
  height: auto;
}
#projectPage h1 {
  font-size: 50px;
  text-align: center;
}
#projectPage .projectInfo h2 {
  font-size: 32px;
}
#projectPage .projectInfo p {
  font-size: 18px;
}

#skills {
  border-top: 5px solid #DABFFF;
}
#skills h2 {
  text-align: right;
  padding-bottom: 0;
}
#skills #skill-collection {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  padding-bottom: 40px;
}
#skills #skill-collection .randomButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border: none;
  width: 120px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #006deb;
  border-radius: 15px;
  box-shadow: 0 9px rgba(0, 109, 235, 0.5137254902);
}
#skills #skill-collection .randomButton:active {
  color: rgba(230, 230, 230, 0.5137254902);
  box-shadow: 0 9px rgb(29, 29, 29);
  transform: translateY(4px);
}
#skills #skill-collection .randomButton p {
  border-radius: 10%;
  color: #D9D9D9;
  text-shadow: 0 0 20px #1C1C1D;
  background-color: rgba(32, 32, 32, 0.438);
  padding: 3px;
}

#aboutMe {
  border-top: 5px solid #DABFFF;
}
#aboutMe h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: right;
}
#aboutMe article {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#aboutMe article img {
  padding-bottom: 0;
  border: #D9D9D9;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#aboutMe article p {
  padding-top: 0;
  max-width: 250px;
  font-size: 18px;
}

#blogPreview {
  border-top: 5px solid #DABFFF;
}

.blogBubble {
  max-width: 300px;
  min-width: 100px;
  min-height: 150px;
  border: 2px solid #D9D9D9;
  border-radius: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.blogBubble h3 {
  margin-bottom: 0;
  font-size: 36px;
}
.blogBubble .post-preview {
  margin-bottom: 0;
  font-size: 16px;
}
.blogBubble a {
  text-decoration: none;
}

#blogPage {
  padding-top: 100px;
}
#blogPage img {
  width: 100%;
  height: auto;
}
#blogPage h1 {
  font-size: 50px;
  text-align: center;
}
#blogPage .dynamicBlog h2 {
  font-size: 32px;
}
#blogPage .dynamicBlog h2 a {
  color: #DABFFF;
  text-decoration: none;
}
#blogPage .dynamicBlog p {
  padding-left: 20px;
  font-size: 18px;
}

footer {
  border-top: 100px solid #DABFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1D;
  width: 100%;
  height: 15vh;
}
footer a {
  font-size: 26px;
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 550px) {
  #top {
    margin-top: 5vh;
    margin-bottom: 8vh;
  }
  #top .welcome-display h1 {
    font-size: 36px;
  }
  #top .welcome-display img {
    display: none;
  }
  #top .cta-click {
    padding-left: 20px;
    padding-right: 20px;
  }
  #skills h2 {
    text-align: center;
  }
  h2 {
    text-align: center;
  }
  #aboutMe h2 {
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
  }
  #aboutMe article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #aboutMe article img {
    padding-bottom: 0;
  }
  #aboutMe article p {
    margin: 0;
    max-width: 272px;
  }
}
@media only screen and (min-width: 600px) {
  #projectPreview .projectGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 800px) {
  nav {
    top: 0;
    width: 100%;
  }
  nav #navLinks {
    display: block;
    width: 100%;
    height: 72px;
    margin-top: 0;
  }
  nav ul {
    padding-left: 0;
    padding-top: 0;
    overflow: hidden;
    list-style-type: none;
  }
  nav ul li {
    display: inline-block;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  nav ul a {
    font-size: 42px;
    text-decoration: none;
    color: white;
  }
  nav .icon {
    display: none;
  }
  .dynamicBubble {
    flex-direction: row;
  }
}
@media only screen and (max-width: 800px) {
  #navLinks.menu-in {
    animation: menu-in 0.5s ease-in forwards;
  }
  #navLinks.menu-out {
    animation: menu-out 0.3s ease-in forwards;
  }
  @keyframes menu-in {
    0% {
      width: 0;
    }
    100% {
      width: 140px;
    }
  }
  @keyframes menu-out {
    0% {
      width: 140px;
    }
    100% {
      width: 0px;
    }
  }
}/*# sourceMappingURL=cat.css.map */