@import url("https://use.typekit.net/pfp1rxz.css");
.smooth-fast {
  transition: all 0.15s ease;
}
.smooth {
  transition: all 0.5s ease;
}
.smooth-long {
  transition: all 1s ease;
}
.font-family {
  font-family: "century-gothic";
  font-style: normal;
}
.font-family-script {
  font-family: "century-gothic";
  font-style: normal;
}
.font-reg {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
}
.font-bold {
  font-weight: 700;
  font-family: "century-gothic";
  font-style: normal;
}
.font-reg-script {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
}
.font-bold-script {
  font-weight: 700;
  font-family: "century-gothic";
  font-style: normal;
}
.bg-gradient-animation {
  background: linear-gradient(39deg, #4158d0, #c850c0, #ffcc70);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 79% 0%;
  }
  50% {
    background-position: 22% 100%;
  }
  100% {
    background-position: 79% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 79% 0%;
  }
  50% {
    background-position: 22% 100%;
  }
  100% {
    background-position: 79% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 79% 0%;
  }
  50% {
    background-position: 22% 100%;
  }
  100% {
    background-position: 79% 0%;
  }
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
  background: linear-gradient(39deg, #4158d0, #c850c0, #ffcc70);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@media (min-width:992px) {
  body {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  body {
    font-size: 20px;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 24px;
  }
}
@media (min-width:1800px) {
  body {
    font-size: 30px;
  }
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  align-items: center;
}
.bg-gradient-1 {
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.linkages {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.linkages .linkage-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.linkages .linkage-header .avatar {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  border: 3px solid #555555;
  border-radius: 100px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.linkages .linkage-header .avatar img {
  width: 94px;
  height: 94px;
}
.linkages .linkage-header .username {
  display: flex;
  flex-direction: column;
}
.linkages .linkage-header .username h1,
.linkages .linkage-header .username h2,
.linkages .linkage-header .username p {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
  text-align: center;
  color: #ffffff;
}
.linkages .linkage-header .username h1 {
  font-size: 2rem;
}
.linkages .linkage-header .username h2 {
  font-size: 1.25rem;
}
.linkages .linkage-header .username p {
  font-size: 1rem;
}
.linkages .linkage-favs {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-radius: 80px;
  overflow: hidden;
  background: #ffffff;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.linkages .linkage-favs .fa,
.linkages .linkage-favs .fas,
.linkages .linkage-favs .fab,
.linkages .linkage-favs .far {
  font-size: 2.5rem;
  color: #007bff;
}
.linkages .linkage-links {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.linkages .linkage-links .link-unit {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  overflow: hidden;
  width: 300px;
  margin: 0 auto 10px;
  padding: 1rem 1.5rem;
  color: #ffffff;
}
.linkages .linkage-links .link-unit .fa,
.linkages .linkage-links .link-unit .fas,
.linkages .linkage-links .link-unit .fab {
  font-size: 2.25rem;
}
.linkages .linkage-links .link-unit a {
  color: #ffffff;
}
.linkages .linkage-links .link-unit a:hover {
  text-decoration: none;
  color: inherit;
}
.linkages .linkage-links .link-unit .detail {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.linkages .linkage-links .link-unit .detail span:nth-child(1) {
  margin-right: 1rem;
}
.linkages .linkage-links .link-unit .detail span:nth-child(2) {
  position: relative;
  line-height: 1;
}
.linkages .linkage-links .link-unit:hover {
  background: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #007bff;
}
.linkages .linkage-links .link-unit:hover a {
  color: #007bff;
}
.linkages .linkage-cards {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  flex-wrap: wrap;
}
@media (min-width:992px) {
  .linkages .linkage-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.linkages .linkage-cards .card {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1.5rem;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
}
.linkages .linkage-cards .card:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width:992px) {
  .linkages .linkage-cards .card {
    width: calc(50% - 1.5rem);
    margin: 0 0.75rem 1.5rem;
  }
}
@media (min-width:1200px) {
  .linkages .linkage-cards .card {
    max-width: unset;
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width:1600px) {
  .linkages .linkage-cards .card {
    width: calc(25% - 1.5rem);
  }
}
@media (min-width:1800px) {
  .linkages .linkage-cards .card {
    width: calc(20% - 1.5rem);
  }
}
.linkages .linkage-cards .card p {
  font-size: 16px;
  color: #333333;
}
.linkages .linkage-cards .card i {
  margin-right: 10px;
}
.linkages .linkage-cards .card .btn.btn-primary {
  border-radius: 100px;
  padding: 0.375rem 1.25rem;
}
.linkages .linkage-cards .card img.card-img-top {
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}
.footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #333333;
  padding: 0.5rem;
}
.footer-container .footer-copy {
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.footer-container .footer-copy p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
.creative-adventrues {
  display: flex;
  flex-direction: column;
}
.creative-adventrues .creative-adventures-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em 0.25em;
}
.creative-adventrues .creative-adventures-header h1 {
  font-size: 2em;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
}
.creative-adventrues .creative-adventures-grouping {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-start;
}
@media (min-width:992px) {
  .creative-adventrues .creative-adventures-grouping {
    display: flex;
    flex-direction: row;
  }
}
.creative-adventrues .creative-adventures-grouping .card {
  display: flex;
  flex-direction: column;
  width: calc(100% - 0.5em);
  margin: 0.5em 0.25em 0 0.25em;
  border-radius: 0.5em;
  overflow: hidden;
  font-size: 20px;
}
@media (min-width:992px) {
  .creative-adventrues .creative-adventures-grouping .card {
    width: calc(50% - 0.5em);
  }
}
@media (min-width:1200px) {
  .creative-adventrues .creative-adventures-grouping .card {
    width: calc(33.330% - 0.5em);
  }
}
@media (min-width:1600px) {
  .creative-adventrues .creative-adventures-grouping .card {
    width: calc(25% - 0.5em);
  }
}
@media (min-width:1800px) {
  .creative-adventrues .creative-adventures-grouping .card {
    width: calc(20% - 0.5em);
  }
}
.creative-adventrues .creative-adventures-grouping .card img.fluid-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
}
.creative-adventrues .creative-adventures-grouping .card .card-block {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.creative-adventrues .creative-adventures-grouping .card .card-block h4.card-title {
  font-weight: 700;
  font-family: "century-gothic";
  font-style: normal;
  font-size: 1.5em;
  color: #333333;
}
.creative-adventrues .creative-adventures-grouping .card .card-block p.card-text {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
  color: #333333;
  font-size: 0.75em;
  line-height: 1.5;
}
.about-me {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 1em auto;
}
.about-me .about-me-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
}
.about-me .about-me-header h1 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.about-me .about-me-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
}
.about-me .about-me-body .unit {
  font-size: 16px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 20px;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.client-message {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 1em auto ;
  background-color: rgba(51, 51, 51, 0.45);
  padding: 2em;
  border-radius: 1em;
  color: #ffffff;
  font-size: 1.5rem;
}
.client-message .client-message-header {
  display: flex;
  flex-direction: column;
}
.client-message .client-message-header h1 {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
}
.client-message .client-message-message {
  color: #ffffff;
}
.client-message .client-message-message p {
  font-weight: 400;
  font-family: "century-gothic";
  font-style: normal;
}
.client-inspire {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 1em auto ;
  align-items: start;
}
.client-inspire .unit {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: rgba(51, 51, 51, 0.45);
  padding: 20px;
  border-radius: 1em;
  margin: 10px;
}
.client-inspire .unit .unit-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}
.client-inspire .unit .unit-image img {
  max-width: 100%;
  height: auto;
}
.client-inspire .unit .unit-detail {
  font-size: 1.325rem;
  padding: 10px 20px;
}
.client-inspire .unit .unit-detail h3 {
  font-weight: 700;
  font-family: "century-gothic";
  font-style: normal;
}
.client-inspire .unit .unit-detail h3,
.client-inspire .unit .unit-detail p {
  color: #ffffff;
}
