.landingsPage {
  background-image: url(https://wallpapercave.com/wp/wp2757874.gif);
  background-size: cover;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.landingsPageText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  text-align: center;
  border: solid;
  border-width: 1px;
  border-radius: 50px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.landingsPage h1 {
  color: white;
  font-family: Monsterrat;
  font-weight: bolder;
  padding-bottom: 10px;
}

.landingsPageButton {
  background: none;
  text-align: center;
  border-color: white;
  color: white;
}

.landingsPageButton:hover {
  background-color: rgba(241, 54, 55, 0.7);
  text-align: center;
  border-color: white;
  color: white;
}

.navbarCustom {
  border: solid;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-color: rgb(241, 54, 55);
  background-color: rgb(24, 24, 32);
}

.navItem {
  padding-left: 10px;
  padding-right: 10px;
}

.navbarButton {
  margin-left: 10px;
}

.profilePicture img {
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: rgb(241, 54, 55, 0.7);
}

.column {
  padding: 30px;
  text-align: center;
}

.column h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  color: rgb(241, 54, 55);
}

.column-left {
  padding: 30px;
  text-align: right;
}

.column-right {
  padding: 30px;
  text-align: left;
}

.column-right h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  color: rgb(241, 54, 55);
}

.projectColumn {
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}

.projectColumn:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.projectText {
  width: 100%;
  height: 90%;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(33, 35, 50);
  text-decoration: none;
  overflow: hidden;

  -webkit-transition: width 0.75s, height 0.75s, margin 0.75s,
    background-color 0.75s;
  -moz-transition: width 0.75s, height 0.75s, margin 0.75s,
    background-color 0.75s;
  -o-transition: width 0.75s, height 0.75s, margin 0.75s, background-color 0.75s;
  transition: width 0.75s, height 0.75s, margin 0.75s, background-color 0.75s;
}

.projectText:hover {
  background-color: rgba(24, 24, 32, 1);
  width: 100%;
  height: 100%;
  margin: 0;
}

.projectText:hover p1 {
  margin-left: 10%;
  margin-right: 10%;
}

.projectText p1 {
  color: white;
  font-family: Monsterrat;
  font-weight: bolder;
  font-size: larger;
  margin-left: 5%;
  margin-right: 5%;
  -webkit-transition: margin 0.75s;
  -moz-transition: margin 0.75s;
  -o-transition: margin 0.75s;
  transition: margin 0.75s;
  margin-top: auto;
}

.projectText h1 {
  color: white;
  font-family: Monsterrat;
  font-weight: bolder;
  margin-top: auto;
  text-decoration: underline;
}

.projectPillContainer {
  width: 90%;
  height: 20%;
  margin-top: auto;
  margin-bottom: 5%;
  width: initial;
  -webkit-transition: margin 0.75s;
  -moz-transition: margin 0.75s;
  -o-transition: margin 0.75s;
  transition: margin 0.75s;
  
}

.projectText:hover .projectPillContainer {
  margin-left: 5%;
  margin-right: 5%;
}

.projectPill {
  background-color: rgb(241, 54, 55);
  border-radius: 20px;
  font-family: Monsterrat;
  font-weight: bolder;
  font-size: medium;
  margin: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

#about {
  padding-top: 50px;
  margin-top: -50px;
}

#skills {
  padding-top: 50px;
  margin-top: -50px;
}

#projects {
  padding-top: 50px;
  margin-top: -50px;
}

.footer {
  margin-top: 50px;
}

@font-face {
  font-family: Azonix;
  src: url(../Azonix.otf);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(../Montserrat-Regular.ttf);
  font-display: swap;
}

@media (max-width: 768px) {
  .column-right {
    text-align: center;
  }

  .column-left {
    padding-top: 30px;
  }
}
