/* fonts */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Medium"), local("Barlow-Medium"), url("fonts/Barlow-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local("Barlow MediumItalic"), local("Barlow-MediumItalic"), url("fonts/Barlow-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: local("Barlow Extra Bold"), local("Barlow-ExtraBold"), url("fonts/Barlow-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: local("Barlow Extra Bold Italic"), local("Barlow-ExtraBoldItalic"), url("fonts/Barlow-ExtraBoldItalic.ttf") format("truetype"); }
/* colors */
/* fonts */
/* breakpoints */
body {
  background-color: #020659;
  background-image: url("images/BG-BannerDots.svg");
  background-repeat: no-repeat;
  background-size: 290%;
  color: white;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 49rem) {
    body {
      background-size: 150%;
      margin-top: 30px;
      font-size: 18px;
      line-height: 22px; } }

a {
  background-color: transparent;
  border-bottom: 2px solid #ffba40;
  color: white;
  text-decoration: none; }
  a:hover {
    border-bottom-color: white; }

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

h1 {
  color: white;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  padding: 0;
  text-align: center; }

h2 {
  color: #ffba40;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 1rem 0;
  word-wrap: break-word; }

h3 {
  color: #ffba40;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  padding: 1.3rem 0 0.3rem 0; }

h4 {
  color: #3a36bf;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 1.3rem 0 0.3rem 0; }

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 1rem 0; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 600; }

p {
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0; }

p.white {
  color: white; }

p.black {
  color: black; }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 26px;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0 0 2rem; }
  ol li {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    position: relative; }
    ol li:before {
      color: black;
      content: counter(li-counter);
      counter-increment: li-counter;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1;
      position: absolute;
      top: 0.2rem;
      left: -0.6rem;
      text-align: right; }

p a,
li a {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid #ffba40; }
  p a:hover,
  li a:hover {
    border-bottom: 2px solid white; }

.js-no {
  display: inline-block; }

.js-yes {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.centered {
  margin: 0 auto; }

pre {
  background-color: #edf1f4;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.hidden {
  display: none; }

.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.glitch-bg {
  background: #ffba40;
  background-size: cover; }

.button,
button {
  background: #ffba40;
  border: 2px solid #ffba40;
  border-radius: 18px;
  clear: both;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  padding: 0.3rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s; }
  .button:hover,
  button:hover {
    background: black;
    border: 2px solid black;
    color: white;
    text-decoration: none; }
  .button:disabled,
  button:disabled {
    border-color: #aeb6c1;
    background: url("../images/spinner.gif") bottom right no-repeat;
    background-color: #aeb6c1;
    background-size: contain;
    cursor: auto; }

.page-wrapper {
  float: left;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 0;
  width: 100%; }

.main-content {
  display: block;
  height: auto;
  padding: 0 1rem 3rem;
  width: 100%; }
  .main-content .title {
    margin: 0; }
  @media (min-width: 49rem) {
    .main-content {
      margin: 0 auto;
      max-width: 48rem; } }

.main-content.home-page {
  padding: 0; }
  @media (min-width: 49rem) {
    .main-content.home-page {
      padding: 0 0 3rem; } }
  .main-content.home-page .tiles-all {
    display: inline-block;
    margin: 1rem 2%; }
    @media (min-width: 49rem) {
      .main-content.home-page .tiles-all {
        margin: 1rem 0; } }
    .main-content.home-page .tiles-all h2 {
      margin-left: 1%; }
    .main-content.home-page .tiles-all .tech-container {
      float: left;
      height: auto;
      margin: 0 0.25rem;
      padding: 0;
      width: 31%; }
      @media (min-width: 32rem) {
        .main-content.home-page .tiles-all .tech-container {
          width: 31.3%; } }
      @media (min-width: 49rem) {
        .main-content.home-page .tiles-all .tech-container {
          margin: 0 0.5rem; } }
    .main-content.home-page .tiles-all .tech-container:nth-child(3n) {
      margin-right: 0; }
  .main-content.home-page [class*='company-name'] {
    color: #3a36bf;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    margin: 0.3rem auto 0;
    text-align: center; }
    @media (min-width: 49rem) {
      .main-content.home-page [class*='company-name'] {
        font-size: 1.3rem;
        padding: 0 0 0 1rem;
        text-align: left; } }
  .main-content.home-page .company-name-fixed {
    padding-left: 0;
    position: relative;
    text-align: left; }
    @media (min-width: 32rem) {
      .main-content.home-page .company-name-fixed {
        padding-left: 0;
        text-align: center; } }
    @media (min-width: 32rem) {
      .main-content.home-page .company-name-fixed {
        padding-left: 11px;
        text-align: center; } }
    @media (min-width: 49rem) {
      .main-content.home-page .company-name-fixed {
        padding-left: 0; } }
    .main-content.home-page .company-name-fixed:after {
      background-image: url("/images/Encrypted.svg");
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      top: 0;
      height: 18px;
      width: 18px;
      right: 0;
      top: -2px; }
      @media (min-width: 32rem) {
        .main-content.home-page .company-name-fixed:after {
          right: 14%; } }
      @media (min-width: 49rem) {
        .main-content.home-page .company-name-fixed:after {
          background: none; } }
  .main-content.home-page .mobile-asks {
    background: #020659;
    font-weight: 600;
    padding: 3rem 2rem; }
    @media (min-width: 49rem) {
      .main-content.home-page .mobile-asks {
        display: none; } }
    .main-content.home-page .mobile-asks h3 {
      margin-left: 0; }
    .main-content.home-page .mobile-asks p {
      font-weight: 400;
      line-height: 20px;
      margin-top: 0; }
    .main-content.home-page .mobile-asks .ask-list ul {
      list-style: none;
      position: relative;
      padding-left: 0; }
      @media (min-width: 49rem) {
        .main-content.home-page .mobile-asks .ask-list ul {
          padding-left: 2rem; } }
      .main-content.home-page .mobile-asks .ask-list ul h2 {
        padding-bottom: 0; }
      .main-content.home-page .mobile-asks .ask-list ul ul {
        margin-left: 3rem; }
        .main-content.home-page .mobile-asks .ask-list ul ul li {
          cursor: pointer;
          position: relative; }
          .main-content.home-page .mobile-asks .ask-list ul ul li:before {
            background: url("/images/arrow-right.svg");
            background-repeat: no-repeat;
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            left: -40px;
            top: 18px; }
  .main-content.home-page .should,
  .main-content.home-page .ask,
  .main-content.home-page .ask-fixed,
  .main-content.home-page .fixed-text {
    display: none; }
    @media (min-width: 49rem) {
      .main-content.home-page .should,
      .main-content.home-page .ask,
      .main-content.home-page .ask-fixed,
      .main-content.home-page .fixed-text {
        display: inline-block; } }
  .main-content.home-page .fixed-text {
    margin-left: 0;
    padding-left: 1.5rem;
    position: relative; }
    .main-content.home-page .fixed-text:before {
      background-image: url("/images/Encrypted.svg");
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      top: 0;
      left: 0; }
  .main-content.home-page .ask,
  .main-content.home-page .ask-fixed {
    color: #020659;
    font-size: 1rem;
    line-height: 21px;
    padding: 5px 1.6rem 0 1rem; }
    .main-content.home-page .ask:after,
    .main-content.home-page .ask-fixed:after {
      background-image: url("/images/arrow-blue-right.svg");
      position: absolute;
      content: "";
      width: 15px;
      height: 30px;
      background-repeat: no-repeat;
      background-position-y: 4px;
      background-position-x: 2px; }
  .main-content.home-page .ask-fixed {
    color: white; }
  @media (min-width: 49rem) {
    .main-content.home-page .should {
      margin-left: -0.3rem; } }

.ask-list {
  list-style: none;
  position: relative;
  background: #020659;
  margin: 0; }
  .ask-list h2 {
    padding-bottom: 0; }
  .ask-list ul {
    margin-left: 3rem; }
    .ask-list ul li {
      cursor: pointer;
      position: relative; }
      .ask-list ul li:before {
        background: url("/images/arrow-right.svg");
        background-repeat: no-repeat;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        left: -40px;
        top: 18px; }
  .ask-list h3 {
    margin-bottom: 0;
    margin-left: 0; }
  .ask-list p {
    line-height: 14px; }
  .ask-list h3,
  .ask-list h2,
  .ask-list p,
  .ask-list li,
  .ask-list a {
    color: #ffba40; }
  .ask-list ul {
    list-style: none;
    position: relative; }
    .ask-list ul h2 {
      padding-bottom: 0; }
    .ask-list ul ul {
      margin-left: 3rem; }
      .ask-list ul ul li {
        cursor: pointer;
        position: relative; }
        .ask-list ul ul li:before {
          background: url("/images/arrow-right.svg");
          background-repeat: no-repeat;
          content: "";
          width: 30px;
          height: 30px;
          position: absolute;
          left: -40px;
          top: 18px; }

.bar {
  background: black;
  color: white;
  display: block;
  font-size: 12.8px;
  height: 30px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
  .bar .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
    padding: 0; }
  .bar .donate {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 3px;
    padding: 0 3px;
    text-transform: uppercase;
    text-align: right; }
    .bar .donate:hover {
      color: #ffba40; }
  .bar a {
    border: 0; }
  .bar img {
    margin-left: 0.5rem;
    padding-top: 5px;
    width: 80px; }
    @media screen and (min-width: 49rem) {
      .bar img {
        margin-left: 0; } }

header .banner {
  background-color: transparent;
  padding: 3rem 0 2rem; }
  header .banner img {
    display: block;
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 49rem) {
      header .banner img {
        width: 32rem; } }
header .tagline {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 2rem 0 0;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  width: 90%; }
  @media (min-width: 49rem) {
    header .tagline {
      font-size: 1.5rem; } }

footer .footer-wrapper {
  margin: 1rem auto 3rem;
  max-width: 47rem;
  padding-top: 15px; }
@media (min-width: 49rem) {
  footer .social-media {
    display: inline-block;
    float: left;
    margin-top: 0.5rem; } }
footer .social-media a {
  margin-right: 1rem; }

footer {
  background: #020659;
  clear: both;
  color: white;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0 1rem;
  text-transform: uppercase;
  width: 90%; }
  @media screen and (min-width: 49rem) {
    footer {
      font-size: 1.1rem;
      padding: 0;
      width: 100%; } }
  footer .footer-wrapper {
    padding-top: 0; }
    @media screen and (min-width: 49rem) {
      footer .footer-wrapper {
        padding-top: 2rem; } }
    footer .footer-wrapper a {
      border: 0;
      color: white; }
      footer .footer-wrapper a:hover {
        border-bottom: 2px solid white;
        color: white; }
    footer .footer-wrapper .footer-nav {
      display: grid;
      grid-column-gap: 1%;
      grid-template-columns: 33% 33% 33%;
      margin-top: 3rem;
      width: 100%; }
      footer .footer-wrapper .footer-nav ul {
        line-height: 1;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-nav li {
        line-height: 1.25;
        list-style: none;
        margin: 0; }
      footer .footer-wrapper .footer-nav a {
        border: 0;
        color: white;
        text-decoration: none;
        text-transform: none; }
        footer .footer-wrapper .footer-nav a:hover {
          color: white; }
      footer .footer-wrapper .footer-nav > div:last-child {
        padding-top: 1rem; }
    footer .footer-wrapper .attribution {
      clear: both;
      float: left;
      font-size: 11px;
      margin: 1rem 0 2rem;
      text-align: left;
      text-transform: uppercase; }
      footer .footer-wrapper .attribution a {
        color: #ffba40;
        font-size: 11px; }
  footer .footer-logo {
    margin: 0;
    width: 100%; }
    footer .footer-logo a,
    footer .footer-logo a:hover {
      border: 0; }
    footer .footer-logo img {
      height: 90px; }

.social-media {
  text-align: left;
  transition: all 1s; }
  .social-media a {
    margin-right: 0; }
    @media (min-width: 49rem) {
      .social-media a {
        margin-right: 1rem; } }
  .social-media img {
    height: auto;
    opacity: 1;
    width: 50px; }
    .social-media img:hover {
      opacity: 0.6; }
  .social-media textarea {
    float: right;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; }
    @media (min-width: 49rem) {
      .social-media textarea {
        height: auto; } }
  .social-media .copy-confirm {
    transition: opacity 0.8s ease;
    color: #7676ff;
    font-weight: 400;
    opacity: 0; }
    .social-media .copy-confirm.active {
      opacity: 1; }
  .social-media [class^="url-field-"] {
    display: none;
    margin: 4px 0 0; }
    @media (min-width: 49rem) {
      .social-media [class^="url-field-"] {
        width: 200px; } }
    .social-media [class^="url-field-"] input {
      display: inline;
      margin: 0;
      padding: 5px;
      width: 100%; }
  .social-media .url-field-social {
    width: 100%; }
    @media (min-width: 49rem) {
      .social-media .url-field-social {
        width: 250px; } }

.modal {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  transition: opacity 400ms ease-in;
  z-index: 100; }
  .modal .modal-inner {
    position: relative; }
    @media (min-width: 49rem) {
      .modal .modal-inner {
        margin: 0 auto;
        max-width: 58rem; } }
  .modal .tech-icon {
    display: inherit;
    margin: 1rem 0;
    min-width: 250px;
    width: 50%; }
    @media (min-width: 49rem) {
      .modal .tech-icon {
        float: left;
        min-width: 200px;
        margin: 0 2rem 0 0;
        width: 200px; } }
  .modal h3 {
    color: #7676ff;
    margin: 0 auto;
    padding-top: 0; }
  .modal .tech-flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 49rem) {
      .modal .tech-flex {
        flex-direction: row; } }
  @media (min-width: 49rem) {
    .modal h3[class*='modal-title'] {
      font-size: 40px;
      line-height: 43px; } }
  .modal .unencrypt {
    height: 2rem;
    margin-top: -4px;
    width: 2rem; }
  .modal .tech-main-fixed h3.modal-title {
    color: #7676ff; }
  .modal .tech-main-fixed h3.modal-title-fixed {
    color: white;
    font-size: 35px;
    line-height: 38px; }
  .modal h3.share-title {
    color: #ffba40;
    margin: 2rem 0 0.5rem; }
  .modal p {
    clear: both;
    color: white; }
    @media (min-width: 49rem) {
      .modal p {
        font-size: 18px; } }
  .modal .share-links {
    margin-bottom: 1.5rem; }
    @media (min-width: 49rem) {
      .modal .share-links {
        clear: both; } }
  .modal [class*='tech-main'] {
    background: black;
    border: 1px solid black;
    border-radius: 24px 24px 0 0;
    padding: 1rem 10% 0; }
    @media (min-width: 49rem) {
      .modal [class*='tech-main'] {
        font-size: 20px; } }
    .modal [class*='tech-main'] .fixed-text {
      padding-left: 3rem; }
      .modal [class*='tech-main'] .fixed-text:before {
        width: 40px;
        height: 40px; }
    .modal [class*='tech-main'] a {
      color: white; }
  .modal .why {
    background: #ffba40;
    color: #020659;
    margin: 0;
    padding: 3rem 10%; }
    @media (min-width: 49rem) {
      .modal .why {
        clear: both;
        display: inline-block;
        position: relative; } }
    .modal .why h3,
    .modal .why p,
    .modal .why a {
      color: #020659; }
    @media (min-width: 49rem) {
      .modal .why h3 {
        font-size: 28px;
        line-height: 28px; } }
    @media (min-width: 49rem) {
      .modal .why p {
        font-size: 18px; } }
    .modal .why a {
      border-bottom-color: #020659; }
      .modal .why a:hover {
        border-bottom-color: white; }
  .modal .ask-list {
    list-style: none;
    position: relative;
    background: #3a36bf;
    font-weight: 600;
    margin: 0;
    padding: 3rem 2rem; }
    @media (min-width: 49rem) {
      .modal .ask-list {
        clear: both;
        display: inline-block;
        padding: 3rem 10%;
        position: relative;
        width: 80%; }
        .modal .ask-list ul {
          padding-left: 2rem; } }
    .modal .ask-list h2 {
      padding-bottom: 0; }
    .modal .ask-list ul {
      margin-left: 3rem; }
      .modal .ask-list ul li {
        cursor: pointer;
        position: relative; }
        .modal .ask-list ul li:before {
          background: url("/images/arrow-right.svg");
          background-repeat: no-repeat;
          content: "";
          width: 30px;
          height: 30px;
          position: absolute;
          left: -40px;
          top: 18px; }
    .modal .ask-list h2 {
      color: #ffba40; }
    .modal .ask-list h3 {
      margin-bottom: 0;
      padding: 1.1rem 0 0.3rem 0; }
    .modal .ask-list p {
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 0; }
      @media (min-width: 49rem) {
        .modal .ask-list p {
          font-size: 18px;
          line-height: 14px; } }
    .modal .ask-list h3,
    .modal .ask-list p,
    .modal .ask-list li,
    .modal .ask-list a {
      color: white; }
    .modal .ask-list ul {
      margin-top: 1.5rem;
      padding-left: 0; }
    .modal .ask-list li {
      cursor: pointer; }
  .modal .share-icons {
    background: black;
    column-gap: 1rem;
    cursor: pointer;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 3rem 0; }
    .modal .share-icons .share-icon {
      display: inline-block;
      height: 3.5rem; }
      @media (min-width: 49rem) {
        .modal .share-icons .share-icon {
          margin-top: 0; } }
      .modal .share-icons .share-icon a,
      .modal .share-icons .share-icon span {
        border-bottom: none;
        color: #7676ff;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        text-decoration: none; }
        .modal .share-icons .share-icon a:hover,
        .modal .share-icons .share-icon span:hover {
          text-decoration: underline; }
      .modal .share-icons .share-icon img {
        margin-right: 5px;
        width: 35px; }
      .modal .share-icons .share-icon img:not(:hover) {
        transition: 0.5s; }
      .modal .share-icons .share-icon img:hover {
        filter: saturate(0%) brightness(150%);
        transition: 0.5s; }
    .modal .share-icons .share-icon.link span {
      margin-top: 3px; }
      .modal .share-icons .share-icon.link span:hover {
        text-decoration: none; }
    .modal .share-icons .share-icon.link .url-field-share {
      display: none;
      margin: 0;
      position: relative; }
      .modal .share-icons .share-icon.link .url-field-share input {
        background: black;
        border: none;
        color: #ffba40;
        display: inline-block;
        font-size: 15px;
        font-style: italic;
        font-weight: bold;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 75%; }
        @media (min-width: 49rem) {
          .modal .share-icons .share-icon.link .url-field-share input {
            width: 170px; } }
      .modal .share-icons .share-icon.link .url-field-share:after {
        color: #ffba40;
        content: "";
        position: absolute;
        top: 5px; }
  .modal .jump {
    z-index: 101;
    background-image: url("/images/arrow-down.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 45%;
    top: -15px; }
    @media (min-width: 49rem) {
      .modal .jump {
        left: 50%;
        cursor: pointer; } }
    .modal .jump:hover {
      filter: invert(100%);
      transition: 0.5s; }

.modal * div {
  background: black;
  margin: 5% auto 0;
  position: relative;
  opacity: 1; }
  @media (min-width: 49rem) {
    .modal * div {
      background: none; } }

.close-modal {
  background: white;
  border: 0;
  color: black;
  font-weight: bold;
  line-height: 24px;
  position: absolute;
  right: 12px;
  top: 11px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: none;
  z-index: 99; }
  @media (min-width: 49rem) {
    .close-modal {
      right: 28px;
      top: 24px; } }
  .close-modal img {
    height: auto;
    padding-bottom: 4px;
    width: 17px; }

.close-modal:hover {
  background: #7676ff; }

.modal * div.close-bottom {
  background: black;
  border-radius: 0 0 24px 24px;
  margin: 0 0 2rem;
  padding: 3rem 0; }
  .modal * div.close-bottom .close-modal {
    left: 6.5rem;
    top: 2rem; }
  .modal * div.close-bottom span {
    color: #ffba40;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    left: 8.5rem;
    top: 2.1rem; }

.tweet-modal .tech-main {
  border-radius: 24px; }
  .tweet-modal .tech-main p {
    clear: right; }
.tweet-modal .share-icon {
  float: none;
  margin: 0 0 3rem;
  width: 90%; }
.tweet-modal h3.share-title {
  clear: both;
  display: block; }
.tweet-modal .twitter-text {
  margin: 0 auto;
  width: 90%; }

.tech-container .tile {
  background: #ffba40;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  min-height: 136px;
  padding: 0.5rem 0.5rem; }
  @media (min-width: 49rem) {
    .tech-container .tile {
      border-radius: 38px;
      cursor: pointer;
      height: 350px;
      padding: 0.5rem 0.1rem; }
      .tech-container .tile:hover {
        background: white; } }
  @media (min-width: 49rem) {
    .tech-container .tile .tile-image {
      margin: 0 auto;
      padding: 1rem 0;
      width: 180px; } }

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