html, body, #anychart {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-size: 16px;
}

html * {
  position: relative;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  font-size: 1.2rem;
  line-height: 1.1em;
}

img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

pre {
  width: 100%;
}

.tingle-modal * {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.tingle-modal h2 {
  width: 100%;
  background-color: #000;
  font-size: 3.4vh;
  font-weight: 700;
  color: #eee;
  margin-top: 0;
  padding: 10px;
  text-align: center;
}
.tingle-modal h3 {
  color: #eee;
  background-color: #222;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
  border: 5px solid #111;
}
.tingle-modal strong {
  font-weight: 700;
  color: #333;
}
.tingle-modal .tingle-modal-box {
  background-color: #444;
}
.tingle-modal .tingle-modal-box__content {
  min-height: 1400px;
}
.tingle-modal .tingle-modal-box__footer {
  background-color: #222;
}
.tingle-modal .tingle-btn {
  background-color: #222;
  text-transform: uppercase;
}

.contentHolder {
  display: none;
}

#anychart {
  max-width: 900px;
  margin: 0 auto;
}
#anychart .anychart-credits {
  display: none !important;
}

.logo {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  background-color: #000;
  padding: 15px;
}
.logo-invert img {
  background-color: #fff;
  padding: 8px;
}
.logo-smaller {
  width: 100px;
  height: 100px;
}

.smalltext {
  font-size: 0.8rem;
}

.project-image {
  border: 5px solid #111;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.42);
  z-index: 2;
  display: flex;
  justify-content: center;
  background-color: #222;
}
.project-image__code {
  overflow: scroll;
  height: 400px;
  color: #eee;
  width: 100%;
}
.project-image__narrow {
  max-width: 350px;
}
.project-description {
  background-color: #eee;
  margin: 0 auto 25px;
  padding: 20px 0;
  width: 90%;
}
.project-description p {
  width: 640px;
  max-width: 90%;
  color: #333;
  margin: 0 auto 1rem;
}
.project-description__button {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}
.project-description__button a {
  color: #fff;
}

.hr {
  width: 50%;
  margin: 30px auto 50px;
  border-bottom: 2px solid #333;
}

.textLink {
  border-bottom: 2px dotted #000;
}

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