
/* Grid */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
.row {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.column {
  padding: 0;
  float: left;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .column {
    width: 96% !important;   
    margin: 2% !important;
    float: none; }
}


/* Base Styles
note: html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 70%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; 
  text-align: justify; 
  text-justify: inter-word; 
}
img {
  border-radius: 50%;
}
.hidden {
  display: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-weight: 400; 
  color: #404040;
}
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.8rem; }
  h2 { font-size: 4.0rem; }
  h3 { font-size: 3.4rem; }
  h4 { font-size: 2.8rem; }
  h5 { font-size: 2.2rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links */
a {
  white-space: nowrap;
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Divs */
div { 
  margin-top: 0; 
  margin-bottom: 0;
  text-align: justify; 
  text-justify: auto;
}

div.row { 
  margin-top: 2rem; }

div.row div.row { 
  margin-top: 0; }

div.toggle {
  font-size: 90%; 
  color: #808080; 
  display: none; }


/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists */
ul {
  list-style: circle outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  margin: 0 0 0 0;
  padding-left: 1.75rem; }
ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 90%; }
li {
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 0.75rem; }


/* Code */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables */
table {
  margin: 0 0 0 0;
}
th,
td {
  vertical-align: top;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.75rem; 
  text-align: justify; 
  text-justify: inter-word;
}
td.tag {
  padding-right: 1.5rem;
  white-space: nowrap;
}
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
table,
figure,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

.tag {
  color: #808080;
}



/* Misc */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/* === Minimal additions: theme + cards (appended) === */
:root{
  --bg:#ffffff;
  --text:#222222;
  --muted:#404040;
  --link:#1EAEDB;
  --link-hover:#0FA0CE;
  --card-bg:#f8fafc;
  --border:#e2e8f0;
  --code-bg:#F1F1F1;
  --code-border:#E1E1E1;
}
html[data-theme="dark"]{
  --bg:#0b0f14;
  --text:#e6edf3;
  --muted:#9aa4af;
  --link:#4cc9f0;
  --link-hover:#82d9fb;
  --card-bg:#0f141a;
  --border:#1f2a37;
  --code-bg:#0f1a24;
  --code-border:#1f2a37;
}
body{ background:var(--bg); color:var(--text); }
h1, h2, h3, h4, h5, h6{ color:var(--muted); }
a{ color:var(--link); }
a:hover{ color:var(--link-hover); }
code{ background:var(--code-bg); border-color:var(--code-border); }
.tag{ color:var(--muted); }

/* Only the second main row should look like two cards (no HTML change). */
.container .row + .row > .column{
  background:var(--card-bg);
  border:1px solid var(--border);
  border-radius:14px;
  padding:1.25rem;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}

/* Theme toggle button */
.theme-toggle{
  position:fixed; top:12px; right:12px;
  border:1px solid var(--border);
  background:var(--card-bg);
  border-radius:999px;
  padding:.4rem .7rem;
  font:inherit;
  line-height:1;
  z-index:1000;
}
.theme-toggle:hover{ box-shadow:0 1px 6px rgba(0,0,0,.1); }
