* {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
}

.header {
  height: 100%;
  background-color: black;
  color: white;
  width: 100vw;
}
.header__navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .header__navigation {
    flex-direction: row;
    align-items: flex-start;
  }
}
.header__navigation--container {
  padding: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .header__navigation--container {
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header__navigation--container {
    padding-left: 2.5rem;
  }
}
.header__navigation--container a {
  color: white;
  text-decoration: none;
}
.header__navigation--container-logo {
  width: 8.75rem;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .header__navigation--container-logo {
    width: 6.375rem;
    height: auto;
    margin: 0 1.25rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header__navigation--container-logo {
    margin: 0 0 0 3rem;
  }
}
.header__navigation--menu {
  display: flex;
  max-width: 100%;
  align-items: center;
  padding: 0;
  margin-top: 7px;
}
.header__navigation--menu-item {
  display: flex;
  list-style-type: none;
  text-decoration: none;
  align-items: center;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 1.25rem 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .header__navigation--menu-item {
    padding: 1.5rem 0 0 0;
  }
}
.header__navigation--menu-item-list {
  padding: 0 0 1rem 0;
  position: relative;
}
.header__navigation--menu-item-list a {
  color: white;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header__navigation--menu-item-list a {
    font-size: 1rem;
  }
}

.footer {
  background-color: black;
  text-align: left;
}
.footer-wrapper {
  color: white;
  padding: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper {
    padding: 2.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-wrapper {
    margin: 0 auto;
    padding: 2.25rem 5rem;
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer__top-wrapper {
    display: flex;
    flex-direction: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2.3rem;
  }
}
.footer__header {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer__header {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: normal;
  }
}
.footer__content {
  display: flex;
  flex-direction: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    gap: 3.4rem;
  }
}
.footer__content-item {
  padding: 0.5rem 0;
}
.footer__content-title {
  font-weight: 600;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer__content-title {
    padding-bottom: 0.5rem;
  }
}
.footer__content-subtitle {
  padding-bottom: m;
  line-height: 1.25rem;
}
.footer__content-gif {
  height: 50px;
  width: 50px;
}
.footer__logo-img {
  padding: 1.5rem 0 1rem;
  max-width: 10rem;
}
@media only screen and (min-width: 768px) {
  .footer__logo-img {
    padding: 0;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__copyright {
    padding: 1rem 0;
  }
}

iframe {
  visibility: hidden;
  height: 300px;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  iframe {
    visibility: visible;
    height: 300px;
    width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  iframe {
    visibility: visible;
    width: 500px;
    height: 250px;
    padding-left: 100px;
  }
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.header__title {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .header__title {
    font-size: 47px;
    padding-top: 20px;
  }
}

body {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

#prompt {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
}

button, input, a {
  margin: 10px 10px 50px 10px;
  padding: 10px 20px;
  font-size: 16px;
}

button {
  background-color: black;
  color: white;
  font-weight: 700;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  #prompt {
    padding: 5rem 0;
    font-size: 3rem;
  }
}

#gifsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gifContainer {
  position: relative;
  margin: 20px 20px 20px 20px;
}

.gifContainer img {
  width: 250px;
  height: 300px;
}

.gifContainer button {
  position: absolute;
  bottom: 10px;
  left: 85%;
  bottom: -10%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}

#favoritesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#favoriteContainer {
  margin: 10px;
  text-align: center;
}

#favoriteContainer img {
  width: 200px;
  height: auto;
}

.favoritesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .favoritesContainer {
    margin: 0 50px 0 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.favoriteContainer {
  background-color: #fff;
  margin: 40px;
  padding: 20px;
  padding: 0;
  text-align: center;
  width: 250px;
  transition: transform 0.2s;
}

#favoriteContainer:hover {
  transform: translateY(-5px);
}

.favoriteContainer img {
  border-radius: 8px;
  width: 250px;
  height: 300px;
}

.favoriteContainer p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .favoriteContainer p {
    font-size: 24px;
  }
}

.favoriteContainer button {
  background-color: #ff6666;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s;
}

.favoriteContainer button:hover {
  background-color: #ff3333;
}/*# sourceMappingURL=main.css.map */