@import "~mdi/css/materialdesignicons.min.css";

/* src/scss/style.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: transparent;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto", serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", serif;
}
* {
  box-sizing: border-box;
}
#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  transition: 0.4s;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-item {
  display: inline-block;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.controls {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1100px;
  padding: 3px;
  text-align: right;
}
.toggle-theme {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 115px;
}
.sheet {
  margin: 60px auto;
  position: relative;
  max-width: 1100px;
  padding: 45px;
}
.head {
  border-bottom: 2px solid;
}
.head h1 {
  font-size: 1.9rem;
  font-weight: 700;
}
.head .download-btn {
  font-size: 1.2rem;
  padding: 6px 18px;
  border-radius: 3px;
  white-space: nowrap;
}
.contact {
  margin-top: 9px;
}
.contact .flex-item {
  text-align: center;
}
.contact .contact-item {
  transition: 0.3s;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 3px;
}
.pitch {
  margin-top: 15px;
}
.pitch a {
  text-decoration: underline;
}
.pitch ul li {
  list-style-type: disc;
  font-size: 1rem;
  padding: 3px;
  margin-left: 42px;
}
.section {
  margin-top: 18px;
}
.section .flex {
  align-items: baseline;
}
.section .flex-item {
  flex: 1;
  display: block;
}
.section h2 {
  font-size: 1.56rem;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 2px dashed;
}
.section article {
  margin-top: 24px;
  max-width: 493px;
}
.section article:first-of-type {
  margin-right: 24px;
}
.section h3 {
  position: relative;
  font-size: 1.095rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .date {
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.section p {
  font-size: 1rem;
  display: block;
  margin-top: 6px;
  line-height: 1.5;
}
.section .tags {
  display: block;
  margin-top: 6px;
}
.section .tag-item {
  display: inline-block;
  text-decoration: none;
  border: 1px solid;
  padding: 0.4285714286px 6px;
  font-size: 0.75rem;
  margin-left: 9px;
  border-radius: 3px;
  font-weight: normal;
}
.section .tag-item:first-of-type:not(a) {
  margin-left: 0;
}
.default-theme {
  background-color: #eee;
  color: #33333e;
}
.default-theme .sheet {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.default-theme .head {
  border-color: #444452;
  padding-bottom: 3.6px;
}
.default-theme a {
  color: #33333e;
}
.default-theme a:hover {
  background-color: #e6e6eb;
}
.default-theme .contact-item {
  color: #33333e;
}
.default-theme .section h2 {
  border-color: #444452;
}
.default-theme .section .date {
  color: #9595a8;
}
.default-theme .section .tag-item {
  border-color: #9595a8;
}
.dark-theme {
  background-color: #252627;
  color: #d5d5d5;
}
.dark-theme .sheet {
  background-color: #181818;
  box-shadow: none;
}
.dark-theme .head {
  border-color: #444452;
}
.dark-theme a {
  color: #d5d5d5;
}
.dark-theme a:hover {
  background-color: black;
}
.dark-theme .contact-item {
  color: #d5d5d5;
}
.dark-theme .section h2 {
  border-color: #444452;
}
.dark-theme .section .date {
  color: #6f6f6f;
}
.dark-theme .section .tag-item {
  border-color: #6f6f6f;
}
.switch {
  display: inline-block;
  position: relative;
  width: 53px;
  height: 24px;
  border-radius: 30px;
  overflow: hidden;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #cbe37f;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #cbe37f;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  border-radius: 50%;
  bottom: 2px;
  background-color: white;
  transition: 0.2s;
}
@media (max-width: 700px) {
  .responsive .sheet {
    padding: 15px;
  }
  .responsive .flex {
    flex-direction: column;
  }
}
.printer .controls,
.printer .download-btn {
  display: none;
}
.printer .date {
  position: absolute;
  right: 0;
  top: 0;
}
.printer .sheet {
  padding-top: 0 !important;
}
.printer #education-section {
  padding-top: 200px !important;
}
/*# sourceMappingURL=root.css.map */
