@font-face {
  font-family: 'Montserrat Subrayada';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserratsubrayada/v15/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMW.ttf) format('truetype');
}
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cantarell/v10/B50NF7ZDq37KMUvlO01Jiw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cantarell/v10/B50IF7ZDq37KMUvlO01xN4dOFA.ttf) format('truetype');
}
.red {
  color: #ff3b65;
}
.yellow {
  color: #ffd31b;
}
.blue {
  color: #35d8f2;
}
a {
  text-decoration: none;
  color: #04bfe0;
  font-weight: bold;
  letter-spacing: -1px;
}
a:hover {
  text-decoration: underline;
  color: #019db9;
}
body {
  background-color: #f6f6f6;
  margin: 0;
  font-family: "Cantarell", sans-serif;
  color: #515151;
}
body * {
  transition: all ease-in-out 50ms;
}
.fixed-width {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.white-wrapper {
  background-color: white;
  padding-bottom: 60px;
  z-index: 5;
  position: relative;
}
#title-logo {
  display: none;
}
#top-panel {
  text-align: center;
}
#top-panel .clickable-icon {
  display: inline-block;
  margin: 35px 8px 0;
}
#top-panel .clickable-icon img {
  height: 40px;
  opacity: 0.7;
}
#top-panel .clickable-icon img:hover {
  transform: scale(1.1);
}
.image-container {
  background-image: url("../images/pattern.jpg");
  height: 200px;
  background-position: 381px 20%;
  opacity: 0.8;
  width: 830px;
  margin: auto;
  background-size: 240%;
  transition: all ease-in-out 2s;
  transform: scale(0.8);
}
.text {
  background-color: white;
  color: black;
  font-size: 120px;
  font-weight: bold;
  text-align: center;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  padding: 0;
  text-transform: uppercase;
  font-family: "Montserrat Subrayada", sans-serif;
  margin-top: 40px;
}
h2 {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  color: grey;
  font-weight: bold;
  font-size: 24px;
}
nav {
  position: sticky;
  top: 0;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px white;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 4;
  height: 23px;
  overflow: hidden;
}
nav #navbar-buttons {
  transition: top ease-in-out 200ms;
  position: relative;
  z-index: 1;
  top: 0;
}
nav #navbar-logo {
  height: 40px;
  position: relative;
  bottom: -30px;
  transition: all ease-in-out 200ms;
  cursor: pointer;
}
nav a {
  outline: none;
  text-decoration: none;
  color: #515151;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 30px;
  border-radius: 20px;
  margin: 0 15px;
  box-shadow: inset 0 0 0 1px #ececec;
}
nav a:hover {
  background-color: #ffe576;
  text-decoration: none;
  box-shadow: none;
  color: #515151;
}
nav .active {
  background-color: #ff3b65 !important;
  color: white !important;
  box-shadow: none;
}
article {
  position: relative;
}
.site-mark {
  position: absolute;
  top: -70px;
}
.about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -1px;
}
.about p {
  font-size: 19px;
  text-align: justify;
  margin-bottom: 0;
}
.profile {
  width: 205px;
  border-radius: 100%;
  float: left;
  margin-right: 40px;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: -1px;
}
.bold {
  font-weight: bold;
}
.title {
  text-align: center;
}
.title span {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 30px;
  border-radius: 20px;
  margin: 0 15px 40px;
  background-color: #ff3b65 !important;
  color: white !important;
}
.title span {
  position: relative;
}
article {
  padding-top: 30px;
}
.my-designs {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 1px;
}
.my-designs a {
  letter-spacing: 0;
}
.my-designs .item {
  margin-bottom: 100px;
}
.my-designs .image-wrapper {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.my-designs .image-wrapper .preview {
  max-width: 390px;
  width: 100%;
  border-radius: 10px;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.my-designs .strip {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
}
.my-designs .strips-1::before {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: #ff5265;
  transform: rotate(-45deg);
  left: -26px;
  top: 13px;
}
.my-designs .strips-1::after {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: #20b4d0;
  transform: rotate(-45deg);
  right: -26px;
  bottom: 13px;
}
.my-designs .strips-2::before {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: #ff5265;
  transform: rotate(-45deg);
  left: -26px;
  top: 13px;
}
.my-designs .strips-2::after {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: #20b4d0;
  transform: rotate(-45deg);
  right: -26px;
  bottom: 13px;
}
.my-designs .strips-2::before {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  transform: rotate(45deg);
  left: unset;
  right: -26px;
}
.my-designs .strips-2::after {
  content: "";
  width: 90px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: #20b4d0;
  transform: rotate(45deg);
  left: -26px;
}
.my-designs h4 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.my-designs h5 {
  font-weight: normal;
  font-size: 17px;
  color: grey;
  margin-top: 0;
  margin-bottom: 5px;
}
.my-designs p {
  color: grey;
}
.my-designs .tags a {
  background: #515151;
  border-radius: 20px;
  padding: 3px 12px;
  color: white;
  font-size: 12px;
  text-decoration: none;
  margin-right: 5px;
  opacity: 0.8;
  display: inline-block;
  margin-top: 7px;
}
.my-designs .tags a:hover {
  opacity: 1;
}
.additions {
  text-align: center;
  font-size: 19px;
  margin: 0 auto auto;
  max-width: 590px;
}
@media (max-width: 920px) {
  .my-designs .item {
    margin-bottom: 40px;
  }
  .my-designs .image-wrapper {
    float: unset;
    margin-right: 0;
  }
}
@media (max-width: 830px) {
  .white-wrapper {
    padding-bottom: 40px;
  }
  .white-wrapper #title-background {
    display: none;
  }
  .white-wrapper #title-logo {
    width: 80%;
    display: block;
    margin: 40px auto;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: calc(100vw / 25);
  }
  .about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .profile {
    width: 80px;
    margin-right: 20px;
  }
  .about h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .about p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=styles.css.map */