/* You can customize theme styles here */

.content {
  padding-top: 80px;
}

.content p,
.content li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: -0.2px;
  color: #000;
}

.content p + ol,
.content p + ul {
  margin-top: -20px;
}

.content img {
  width: 100%;
}

.content figcaption p {
  text-align: center;
  color: #6c757d;
  font-size: 80%;
  margin-top: 0.5rem;
  font-style: italic;
}

.content dl,
.content ol,
.content ul {
  margin-bottom: 30px;
}

.content h1 {
  font-size: 2.25rem;
}

.top-link {
  font-size: 80%;
  font-weight: 400;
}

.top-link i {
  font-size: 95%;
}

.rad-showcase {
  margin-bottom: 30px;
}

.rad-showcase__profile {
  order: 1;
  margin-bottom: 40px;
  text-align: center;
}

.rad-showcase__text {
  order: 2;
}

.rad-showcase__profile-img {
  width: 75%;
  height: auto;
  border-radius: 100%;
}

.footer p {
  color: rgba(255, 255, 255, 0.8);
}

.footer h3,
.footer a {
  color: #fff;
}

.footer h3 {
  font-size: 32px;
  font-weight: 700;
}

.footer a {
  font-weight: 400;
  text-decoration: underline;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.rad-showcase .platform-links [class^='text'] {
  margin-right: 10px;
  /* font-size: 17px; */
  color: #000;
  display: inline-block;
}

.rad-showcase .platform-links [class^='text']:hover {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .container {
  -webkit-box-align: start;
  align-items: start;
}

.footer__copy {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .content h1 {
    font-size: 2.5rem;
  }

  .rad-showcase__profile-img {
    width: 50%;
  }

  .footer .container {
    -webkit-box-align: center;
    align-items: center;
  }

  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .footer__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .content p,
  .content li {
    font-size: 18px;
  }

  .content {
    padding-top: 120px;
  }

  .rad-showcase__profile {
    order: 2;
    margin-bottom: 0;
  }

  .rad-showcase__text {
    order: 1;
  }

  .rad-showcase__profile-img {
    width: 75%;
  }

  .rad-showcase {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .rad-showcase {
    min-height: 870px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
