body {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.projects {
  display: flex;
  flex-direction: row;
  flex: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.projects .item {
  background-image: url("/images/keker_images/long-keker-logo-whitebar.png");
  background-size: cover;
  height: 400px;
  width: 400px;
  justify-content: space-around;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.item-info h2 {
  font-weight: 900;
  color: #ffffff;
}

.item-info span {
  color: #cfcfcf;
  font-family: Arial;
  font-style: italic;
  font-size: 1.5em;
  padding-top: 5px;
}

.item-info {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
}

.navbar-nav li a {
  color: white;
}

h1 {
  font-size: 1em;
  color: black;
}

#logo {
  width: 200px;
  margin-right: 20px;
}

#image_splash_box h2 {
  background-color: #F8F9FA;
  height: 15vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#splash_text_projects h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.625em;
  font-family: "Mukta", sans-serif;
  color: white;
}

.projects .item .item-info {
  border-style: solid;
  border-color: black;
  border-width: 8px;
}

#splash_text {
  margin-top: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#splash_text h1, #splash_text h3 {
  color: white;
}
#splash_text a {
  margin-top: 20px;
}
#splash_text h3 {
  font-size: 1.5em;
}
#splash_text h1 {
  font-size: 3.5em;
}

#sticky-footer {
  width: 100%;
  padding: 1.5em;
  background-color: #292b2c;
  color: black;
  text-align: center;
  font-weight: 500;
  margin-top: auto;
}
#sticky-footer p {
  background-color: inherit;
  color: white;
}

#page-content {
  flex: 1 0 auto;
}

/* for tablets  */
@media screen and (max-width: 1024px) {
  .projects {
    flex-direction: column;
  }

  .projects .item {
    margin-left: 25%;
  }
}
/* for mobile devices */
@media screen and (max-width: 414px) {
  .projects {
    flex-direction: column;
  }

  .projects .item {
    width: 300px;
    height: 300px;
    margin-left: 30px;
    margin-right: 0px;
  }

  .nav-item {
    margin-right: 20px;
  }

  .item-info {
    width: 300px;
    height: 300px;
  }

  #splash_text {
    margin-top: 60px;
  }
  #splash_text h1, #splash_text h3 {
    color: white;
  }
  #splash_text h3 {
    margin-top: 30px;
  }
  #splash_text h3 span {
    background-color: black;
  }
  #splash_text a {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #splash_text_projects h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #logo {
    width: 175px;
    margin-right: 5px;
  }
}

/*# sourceMappingURL=styles.css.map */
