* {
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #9de5a3;
  margin: 0;
}

img {
  width: 100%;
  margin: 0;
  display: block;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.1em;
  color: #b51d0d;
}

h1 {
  font-size: 100px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 50px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 20px;
  margin: 0;
  text-align: start;
}

p {
  font-size: 18px;
  font-weight: 500;
}

header {
  background-color: #f3f2f2;
  padding: 30px;
}

nav {
  position: sticky;
  top: 0;
  height: 50px;
  background-color: #f3f2f2;
  z-index: 10;
}
nav .btn-placeholder {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
}
nav .btn-placeholder #responsive-title {
  display: none;
  font-size: 30px;
}
nav .btn-placeholder #menu-btn {
  display: none;
  height: 80%;
  width: calc(50px * 0.8);
  border: 1px solid #b51d0d;
  background-color: #f3f2f2;
  border-radius: 5px;
  color: #b51d0d;
}
nav #menu {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f3f2f2;
  border-bottom: 1px solid #b51d0d;
}
nav #menu a h5 {
  margin: 0;
}
nav #menu a h5:hover {
  color: #9de5a3;
}
@media screen and (max-width: 992px) {
  nav {
    border-bottom: 1px solid #b51d0d;
  }
  nav .btn-placeholder {
    display: flex;
  }
  nav .btn-placeholder #responsive-title {
    display: block;
  }
  nav .btn-placeholder #menu-btn {
    display: block;
  }
  nav #menu {
    position: absolute;
    top: 50px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-evenly;
    width: 100%;
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  nav #menu.responsive {
    height: 100px;
  }
}

.anchored {
  margin-top: 0;
  padding-top: 50px;
}

.photo {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.photo > div {
  border-radius: 50%;
  overflow: hidden;
  max-width: 500px;
}

.project {
  display: grid;
  padding: 25px 20px;
  overflow: hidden;
}
.project#project-parimis {
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 992px) {
  .project#project-parimis {
    grid-template-columns: 1fr;
  }
}
.project#project-room {
  grid-template-columns: 1fr;
}
.project#project-discusrotatim {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 992px) {
  .project#project-discusrotatim {
    grid-template-columns: 1fr;
  }
  .project#project-discusrotatim .project-description {
    order: -1;
  }
}
.project .project-description {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .project .project-description {
    padding: 0 0 20px 0;
  }
}
.project .project-description > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-color: #f3f2f2;
  padding: 20px;
  max-width: 1000px;
}
.project .project-description > div .technos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.project .project-description > div .technos > div {
  max-width: 70px;
  margin: 0 10px;
}
.project .project-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project .project-image .attribution-link {
  display: block;
  text-decoration: none;
  font-size: smaller;
  text-align: end;
  color: grey;
}

.project-link {
  color: #b51d0d;
  text-transform: uppercase;
  font-size: larger;
  display: inline-block;
  height: 50px;
  transition: color 0.5s ease;
  margin: 20px;
}
.project-link .animated-btn {
  padding: 0 calc(50px / 3) 0 calc(50px + 50px / 3);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #9de5a3;
  border-radius: calc(50px / 2);
}
.project-link .animated-btn .btn-text {
  z-index: 1;
}
.project-link .animated-btn .btn-shape {
  position: absolute;
  left: 0;
  background-color: #b51d0d;
  height: 100%;
  width: 50px;
  border-radius: calc(50px / 2);
  z-index: 0;
  transition: width 0.5s ease;
}
.project-link .animated-btn .btn-shape .btn-arrow {
  transition: transform 0.5s ease;
}
.project-link .animated-btn .btn-shape .btn-arrow .btn-arrow-tip {
  width: calc(50px / 3);
  height: calc(50px / 3);
  border-top: 2px solid #9de5a3;
  border-right: 2px solid #9de5a3;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50px / 3);
  left: calc(50px / 4);
  transition: transform 0.5s ease;
}
.project-link .animated-btn .btn-shape .btn-arrow .btn-arrow-body {
  width: calc(50px / 2);
  height: 2px;
  background-color: #9de5a3;
  position: absolute;
  top: calc(50px / 2 - 1px);
  left: calc(50px / 9);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.project-link:hover {
  color: #9de5a3;
}
.project-link:hover .btn-shape {
  width: 100%;
}
.project-link:hover .btn-shape .btn-arrow {
  transform: translate(calc(50px / 3));
}
.project-link:hover .btn-shape .btn-arrow .btn-arrow-tip {
  transform: rotate(45deg);
}
.project-link:hover .btn-shape .btn-arrow .btn-arrow-body {
  opacity: 100%;
}

.js-scroll {
  opacity: 0;
  transition: opacity 1s ease;
}
.js-scroll.scrolled {
  opacity: 100%;
}
.js-scroll.scrolled.slide-right {
  animation: slide-in-right 1s ease;
}
.js-scroll.scrolled.slide-left {
  animation: slide-in-left 1s ease;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 100%;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
footer {
  background-color: #f3f2f2;
  border-top: 1px solid #b51d0d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
}
footer .footer-div {
  padding: 20px;
}
footer .footer-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-div ul a {
  color: black;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */