@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  background-color: #FDFDFD;
}

.navbar-brand img {
  max-width: 125px;
}

.nav-item i {
  font-size: 18px;
}

.prompt {
  padding: 0;
}
.prompt .option {
  position: relative;
  padding: 0;
  outline: none;
  border: none;
  height: 50vh;
  width: 100%;
  display: flex;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1960784314));
}
.prompt .option :focus {
  outline: none;
  border: none;
}
.prompt .option img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.prompt .option .content {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 100%);
}
.prompt .option .content span {
  width: fit-content;
  background-color: blue;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
}
.prompt .option .content p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.latest {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.latest h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: "montserrat";
}
.latest .post-featured {
  aspect-ratio: 0.83;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1960784314));
  padding: 0;
  border: none;
  outline: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.latest .post-featured :focus {
  border: none;
  outline: none;
}
.latest .post-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest .post-featured .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: white;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.latest .post-featured .content p {
  font-weight: bold;
  font-size: 18px;
  color: black;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  width: fit-content;
  border-radius: 2px;
  font-family: "montserrat";
}
.latest .post-featured .content h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: start;
  font-family: "montserrat";
}

.app-banner {
  padding-top: 300px;
  padding-bottom: 300px;
}
.app-banner .ad {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.app-banner .ad h1 {
  font-size: 35px;
  color: #717171;
  text-align: center;
  font-family: "montserrat";
}
.app-banner .ad a {
  margin-top: 50px;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 35px;
  font-weight: bold;
  background-color: transparent;
  color: #717171;
  border: 2px solid #717171;
  font-family: "montserrat";
  text-decoration: none;
}
.app-banner .ad a i {
  padding-left: 30px;
  font-size: 40px;
}

.featured-articles {
  margin-top: 150px;
}
.featured-articles .heading {
  font-family: "montserrat";
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.post-listing {
  padding-top: 20px;
  padding-bottom: 150px;
}
.post-listing .post {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  outline: none;
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
}
.post-listing .post :focus {
  outline: none;
  border: none;
}
.post-listing .post .content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: end;
  border: 1px solid #E5E5E5;
}
.post-listing .post .content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: end;
  max-lines: 2;
  text-overflow: ellipsis;
  font-family: "montserrat";
  color: #717171;
}
.post-listing .post .content p {
  font-size: 20px;
  text-align: end;
  width: 70%;
  max-lines: 3;
  text-overflow: ellipsis;
  font-family: "montserrat";
  color: #717171;
}
.post-listing .post .illustration img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

footer {
  background-color: #F0F0F0;
}
footer .row {
  width: 100%;
}
footer .content {
  padding: 20px;
  display: flex;
  width: 100%;
}
footer .content .copyright .logos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
footer .content .copyright .logos img {
  width: 80px;
  height: auto;
  padding: 5px;
}
footer .content .copyright p {
  color: #717171;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
}
footer .content .social-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .content .social-media .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .content .social-media .content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #717171;
  margin-bottom: 10px;
  width: 100%;
  text-align: start;
}
footer .content .social-media .content .social {
  display: flex;
}
footer .content .social-media .content .social a {
  display: flex;
  background-color: #717171;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
}
footer .content .social-media .content .social a i {
  color: white;
  font-size: 25px;
}

.article article {
  margin-top: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
.article article small {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  color: #939393;
}
.article article .title {
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #2E2B2B;
  width: 75%;
  text-align: start;
}
.article article p {
  font-size: 25px;
  color: #2E2B2B;
  text-align: justify;
  font-family: "montserrat";
}
.article article img {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1960784314));
}
.article article h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 60px;
  font-family: "montserrat";
}
.article article ul {
  font-size: 25px;
  padding-left: 40px;
  font-family: "montserrat";
}
.article article a {
  color: #2E2B2B;
  font-weight: bold;
}

.not-found-content {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.not-found-content img {
  height: 50px;
  width: auto;
  object-fit: cover;
}
.not-found-content h1 {
  font-size: 25px;
  color: #717171;
  text-transform: uppercase;
  margin: 10px;
}
.not-found-content a {
  text-decoration: none;
  border-radius: 10px;
  border: #2E2B2B 1px solid;
  padding: 15px;
  color: #2E2B2B;
}

@media (max-width: 991.98px) {
  .post-list .post .content h2 {
    text-align: center;
  }
  .post-list .post .content p {
    text-align: center;
    width: 100%;
  }
  .post-list .post .illustration {
    aspect-ratio: 1;
  }
  footer .content .social-media {
    margin-bottom: 20px;
  }
  footer .content .social-media .content p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .article article .title {
    width: 100%;
    text-align: start;
  }
  .article article {
    margin-top: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

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