/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
/* line 5, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Dropbox/Sync/local/share/mise/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* FontAwesome Icons */
/* line 28, ../sass/screen.scss */
body {
  background-image: linear-gradient(130deg, #a516c5 0%, #c716ca 5%, #d016b4 10%, #d91798 16%, #de177a 22%, #e8175d 29%, #e91c3e 37%, #eb2724 46%, #ec4b27 56%, #ed7331 66%, #ed9435 77%, #efba3e 88%, #f0d942 100%);
  height: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

/* line 36, ../sass/screen.scss */
#logo {
  height: auto;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.2s linear;
}

/* line 43, ../sass/screen.scss */
header a {
  background: transparent;
  margin: 20px;
  float: left;
  position: absolute;
  top: 10px;
}
/* line 50, ../sass/screen.scss */
header a:hover #logo {
  opacity: 1;
  transition: opacity 0.2s linear;
}
/* line 55, ../sass/screen.scss */
header a::after {
  display: block;
  content: "brettterpstra.com";
  position: absolute;
  width: 250px;
  height: 250px;
  font-size: 1.35em;
  color: #fa9f9f;
  transform: rotate(-90deg);
  left: 80px;
  top: -89px;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.55px;
  opacity: 0.75;
  transition: opacity 0.4s linear;
}
/* line 73, ../sass/screen.scss */
header a:hover::after {
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 650px) {
  /* line 43, ../sass/screen.scss */
  header a {
    transform: scale(0.5);
    top: -3.5em;
    left: -2em;
  }
}

/* line 85, ../sass/screen.scss */
section {
  margin: 6em auto;
  overflow-x: hidden;
  text-align: center;
  width: 100%;
}

/* line 92, ../sass/screen.scss */
.textinput {
  max-width: 500px;
  width: 80%;
  height: 40px;
  border-radius: 5px;
  margin-right: 5px;
  border: none;
  font-size: 1.2em;
  color: #888;
  font-weight: 700;
  padding: 0 1em;
}

/* line 105, ../sass/screen.scss */
.clearbutton {
  background: transparent;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
  font-size: 1.3em;
  line-height: 1.9;
  padding: 0;
  position: relative;
  top: -2px;
  width: 50px;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
/* line 121, ../sass/screen.scss */
.clearbutton:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 126, ../sass/screen.scss */
body > section:nth-child(2) > h1:nth-child(1) {
  margin-top: 3em;
}

/* line 130, ../sass/screen.scss */
h1,
h2,
h3 {
  display: block;
  margin: 1em 0;
  color: #fff;
  font-size: 3em;
  letter-spacing: 1px;
  font-weight: 100;
}

/* line 141, ../sass/screen.scss */
h2 {
  font-size: 2em;
  margin-top: 3em;
}

/* line 146, ../sass/screen.scss */
h3 {
  font-size: 1.8em;
}

/* line 150, ../sass/screen.scss */
ol {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.5;
  margin-left: 2em;
}

/* line 157, ../sass/screen.scss */
ul {
  list-style-type: none;
  line-height: 2;
  margin-left: 2em;
}
/* line 162, ../sass/screen.scss */
ul li {
  position: relative;
}
/* line 165, ../sass/screen.scss */
ul li::before {
  background: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  height: 10px;
  left: -1em;
  position: absolute;
  top: 1em;
  width: 10px;
}

/* line 179, ../sass/screen.scss */
p {
  font-size: 1.25em;
  color: #fff;
  margin: 2em 1.5em 1em;
  line-height: 2;
}

/* line 186, ../sass/screen.scss */
strong {
  font-weight: 700;
}

/* line 190, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 194, ../sass/screen.scss */
a {
  color: #a8ffff;
  transition: all 0.2s linear;
  border-bottom: solid 2px #a8ffff;
}
/* line 199, ../sass/screen.scss */
a:hover {
  color: #0ff;
  border-bottom: solid 4px #0ff;
  transition: all 0.2s linear;
}
/* line 205, ../sass/screen.scss */
header a {
  color: #fff;
  border-bottom: none;
}
/* line 209, ../sass/screen.scss */
header a:hover {
  color: #fff;
  border-bottom: none;
  transition: all 0.2s linear;
}

/* line 217, ../sass/screen.scss */
#endpoint,
.example {
  padding: 10px;
  max-width: 100%;
  overflow: auto;
  display: block;
  width: 100%;
}

/* line 226, ../sass/screen.scss */
#buttons {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
/* line 231, ../sass/screen.scss */
#buttons .copy_button_success {
  background: rgba(159, 228, 120, 0.64) !important;
  color: #fff;
  transition: background 0.2s linear;
}

/* line 238, ../sass/screen.scss */
pre {
  width: 100%;
  text-align: center;
}

/* line 243, ../sass/screen.scss */
code,
.example {
  background: rgba(0, 9, 9, 0.25);
  border-radius: 8px;
  border: none;
  color: #fff;
  font-family: menlo, courier, monospace;
  font-size: 1em;
  padding: 0.35em;
  text-align: center;
  white-space: pre;
}
/* line 255, ../sass/screen.scss */
code.example,
.example.example {
  font-size: 0.7em;
}

/* line 260, ../sass/screen.scss */
article {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 267, ../sass/screen.scss */
#grafs {
  border-radius: 4px;
  padding: 2px 0 2px 5px;
}

/* Style dropdowns to match button aesthetic */
/* line 273, ../sass/screen.scss */
select {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  height: 40px;
  padding: 0 12px;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}
/* line 292, ../sass/screen.scss */
select:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 297, ../sass/screen.scss */
select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 303, ../sass/screen.scss */
select option {
  background: #2c3e50;
  color: #fff;
  padding: 8px;
}

/* Style number input to match dropdowns */
/* line 311, ../sass/screen.scss */
input[type="number"] {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  height: 40px;
  padding: 0 12px;
  text-align: center;
  transition: all 0.3s ease;
  width: 80px;
  /* Hide number input spinners */
}
/* line 325, ../sass/screen.scss */
input[type="number"]:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 330, ../sass/screen.scss */
input[type="number"]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 337, ../sass/screen.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 343, ../sass/screen.scss */
input[type="number"][type=number] {
  -moz-appearance: textfield;
}

/* line 348, ../sass/screen.scss */
label {
  color: #fff;
  font-size: 1.2em;
  margin-left: 10px;
}

/* line 354, ../sass/screen.scss */
#toggle-all {
  margin-left: 10px;
}

/* line 358, ../sass/screen.scss */
#test-form {
  /* Two-column layout for checkbox options only */
}
/* line 359, ../sass/screen.scss */
#test-form ul {
  list-style: none;
}
/* line 362, ../sass/screen.scss */
#test-form ul li {
  color: #fff;
  padding: 5px 0;
}
/* line 366, ../sass/screen.scss */
#test-form ul li::before {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 373, ../sass/screen.scss */
  #test-form .checkbox-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    column-gap: 40px;
  }
}

/* line 383, ../sass/screen.scss */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
/* line 396, ../sass/screen.scss */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 405, ../sass/screen.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 10px;
}

/* On mouse-over, add a grey background color */
/* line 416, ../sass/screen.scss */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 421, ../sass/screen.scss */
.container input:checked ~ .checkmark {
  background-color: #e01457;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 426, ../sass/screen.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 433, ../sass/screen.scss */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 438, ../sass/screen.scss */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 450, ../sass/screen.scss */
.btn {
  background: transparent;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* Mobile responsive - show only icons on small screens */
}
/* line 469, ../sass/screen.scss */
.btn i {
  font-size: 1.1em;
  z-index: 2;
  position: relative;
}
/* line 475, ../sass/screen.scss */
.btn span {
  z-index: 2;
  position: relative;
}
/* line 480, ../sass/screen.scss */
.btn::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
/* line 492, ../sass/screen.scss */
.btn:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
/* line 496, ../sass/screen.scss */
.btn::after {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.2, 1.2);
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
/* line 510, ../sass/screen.scss */
.btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  /* line 517, ../sass/screen.scss */
  .btn span {
    display: none;
  }
  /* line 521, ../sass/screen.scss */
  .btn i {
    font-size: 1.3em;
  }
}

/* line 527, ../sass/screen.scss */
ol,
ul {
  list-style-type: none;
}

/* line 532, ../sass/screen.scss */
#test-form ul {
  line-height: 1.4;
}

/* line 536, ../sass/screen.scss */
#additional label {
  margin: 0;
}
