html {
  font-size: 20px;
}

h1 {
  font-size: 2rem;
}

p {
  line-height: 1.6rem;
}

div.tag-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
  margin-top: 20px;
}
div.tag-container a:hover * {
  color: #DF7126;
}
div.tag-container span.project-tag {
  background-color: #c2b8b2;
  border-radius: 4px;
  border: 1px #c2b8b2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}

div.project-info {
  margin: 0 auto;
}
div.project-info h3 {
  font-size: 1.4rem;
}
div.project-info img.project-image {
  display: block;
  margin: 0 auto;
  max-height: 180px;
  object-fit: contain;
  margin-top: 12px;
  clip-path: circle(50%);
}

div.project-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.carrosel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  max-width: 90%;
  row-gap: 20px;
}
div.carrosel .hero img {
  width: auto;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
div.carrosel .image-wheel {
  box-sizing: border-box;
  background-color: #222;
  border: 2px black;
  padding: 20px;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  align-items: center;
  column-gap: 10px;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  max-width: 75%;
}
div.carrosel .image-wheel img {
  cursor: pointer;
  filter: grayscale(85%);
  transform: scale(85%);
  transition: transform 0.25s;
  width: 180px;
  height: 180px;
}
div.carrosel .image-wheel img.selected {
  filter: grayscale(0%);
  padding-bottom: 40px;
  transform: scale(100%);
}

div.accordian {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.accordian div.accordian {
  width: 100%;
}
div.accordian div.accordian-header {
  background-color: #eee0d7;
  padding: 0px 20px 0px 20px;
  display: flex;
}
div.accordian div.accordian-header .title {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
div.accordian div.accordian-header p.title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 8px;
  width: auto;
  margin-right: 20px;
}
div.accordian div.accordian-header p.subtitle {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
div.accordian div.accordian-header p.subtitle::before {
  content: "( ";
}
div.accordian div.accordian-header p.subtitle::after {
  content: " )";
}
div.accordian button {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
}
div.accordian button svg {
  transition: transform 0.25s;
}
div.accordian > div.accordian-content {
  display: grid;
  transition: grid-template-rows 0.5s ease-in-out, padding-top 0.5s ease-in-out;
  background-color: rgb(232.5957894737, 214.1452631579, 202.2842105263);
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
div.accordian > div.accordian-content .wrapper div.accordian-content {
  background-color: rgb(221.7873684211, 194.4357894737, 176.8526315789);
}
div.accordian .accordian-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.accordian.open > div.accordian-content {
  padding-top: 20px;
  grid-template-rows: 1fr;
}
div.accordian.open > div.accordian-header > button svg {
  transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {
  div.accordian {
    width: 100%;
  }
  div.accordian button {
    display: block;
  }
  div.accordian > div.accordian-content {
    grid-template-rows: 0fr;
    padding-top: 0px;
  }
  div.accordian > div.accordian-content > .wrapper {
    overflow-y: hidden;
  }
  div.accordian img {
    object-fit: contain;
    margin: 0 auto;
    max-height: 480px;
    width: 100%;
    display: block;
  }
  div.carrosel .image-wheel {
    width: 100%;
  }
  div.carrosel .hero img {
    width: 100%;
    height: auto;
  }
  div.note {
    width: 75%;
  }
  div.project-info {
    width: 100%;
  }
}
div.stack-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: self-start;
}
div.stack-wrapper div.stack-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  max-width: 30%;
}
div.stack-wrapper div.stack-section p:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  font-size: 1.4rem;
}
div.stack-wrapper div.stack-section:nth-child(2) {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

div.langholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  columns: 3;
  row-gap: 10px;
  column-gap: 35px;
  margin-bottom: 10px;
}
div.langholder div.about-lang {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-basis: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  border: 2px black solid;
}

@media screen and (max-width: 1200px) {
  div.stack-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.stack-wrapper div.stack-section {
    width: 80%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.stack-wrapper div.stack-section p {
    max-width: 50%;
    justify-content: start;
    column-gap: 20px;
    max-width: 100%;
  }
  div.stack-wrapper div.stack-section:nth-child(2) {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }
  div.langholder {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.langholder div.about-lang {
    flex-basis: 80%;
  }
  div.langholder div.about-lang:nth-child(2) {
    align-self: self-start;
  }
}
form.elsform {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
form.elsform div.section {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  column-gap: 40px;
  width: 60%;
}
form.elsform div.section label {
  font-size: 1.4rem;
}
form.elsform div.section input {
  flex-basis: 60%;
}
form.elsform div.section button {
  flex-basis: 20%;
  margin-top: 40px;
  font-size: 1.2rem;
  border: 2px solid #ddd;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}

div.blog-wrapper ul {
  list-style: none;
}
div.blog-wrapper ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.blog-wrapper ul li.year-sep {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
div.blog-wrapper ul li.year-sep:not(:first-child) {
  margin-top: 60px;
}
div.blog-wrapper div.admin-panel {
  background-color: #DDD;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 20px;
}
div.blog-wrapper div.admin-panel button.action {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background-color: #999;
  width: 120px;
  height: 40px;
  border-radius: 16px;
  transition: background-color 0.25s;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid black;
}
div.blog-wrapper div.admin-panel button.action:hover {
  background-color: #AAA;
}
div.blog-wrapper div.admin-panel button.action:active {
  background-color: #444;
}
@media screen and (max-width: 1200px) {
  div.blog-wrapper div.admin-panel button.action > span {
    display: none;
  }
}
div.blog-wrapper dialog#edit_content_dialog {
  width: 60%;
}
div.blog-wrapper dialog#edit_content_dialog form {
  display: flex;
  flex-direction: column;
}
div.blog-wrapper dialog#edit_content_dialog form div.buttons {
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-around;
}
div.blog-wrapper dialog#edit_content_dialog form div.buttons button {
  width: 120px;
  font-size: 1.2rem;
}
div.blog-wrapper dialog#image_overview {
  width: 80%;
  max-height: 80%;
}
div.blog-wrapper dialog#image_overview div.images {
  width: 90%;
  min-height: 500px;
  border: 1px solid black;
  margin: 0 auto;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 12.5px;
  column-count: 5;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  div.blog-wrapper dialog#image_overview div.images {
    column-count: 1;
  }
}
div.blog-wrapper dialog#image_overview div.images figure {
  border: 1px solid #888;
  cursor: pointer;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
div.blog-wrapper dialog#image_overview div.images figure img {
  width: 400px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transform: scale(0.95);
  transition: transform 0.25s ease-in-out;
}
div.blog-wrapper dialog#image_overview div.images figure img:hover {
  transform: scale(1);
}
div.blog-wrapper dialog#image_overview div.images figure::after {
  position: relative;
  display: block;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  content: attr(cap);
  background-color: rgba(0.1, 0.1, 0.1, 0.2);
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 50%;
}
div.blog-wrapper dialog#image_overview div.buttons {
  display: flex;
  column-gap: 50px;
  row-gap: 25px;
  margin-bottom: 20px;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  div.blog-wrapper dialog#image_overview div.buttons {
    flex-direction: column;
  }
  div.blog-wrapper dialog#image_overview div.buttons button {
    max-width: 300px;
    height: 150px;
  }
}
div.blog-wrapper dialog#image_overview div.buttons button {
  font-size: 1.1rem;
  flex-grow: 1;
  height: 200px;
  width: 50%;
  align-self: center;
}

div.imageDel {
  position: relative;
  float: right;
  right: 40px;
  top: 30px;
  width: 24px;
  height: 24px;
  background-color: salmon;
  border-radius: 12px;
  border: 1px solid rgb(246.5068493151, 39.2739726027, 15.4931506849);
  z-index: 1;
}
div.imageDel:hover {
  background-color: rgb(248.2534246575, 83.6369863014, 64.7465753425);
}
@media screen and (max-width: 1200px) {
  div.imageDel {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  div.imageDel svg {
    width: 48px;
    height: 48px;
  }
}

div.blog-post {
  margin: 0 auto;
  width: 65%;
}
div.blog-post li {
  list-style: disc;
}
div.blog-post blockquote {
  background-color: #DDD;
  padding: 10px;
  border-left: 4px solid #DF7126;
}
@media screen and (max-width: 1200px) {
  div.blog-post {
    width: 100%;
  }
}
div.blog-post img.blogImage {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 75%;
  height: auto;
}

div.sections {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
div.sections div.section {
  flex: 1;
}

* {
  color: #222034;
}

html {
  background-color: #FFF4EB;
}

.wrapper {
  width: 75%;
  margin: 0 auto;
}

.cont {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 52px;
}

h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 32px;
}

hr {
  width: 33%;
  margin-left: 0;
  margin-right: auto;
}
hr.footer {
  width: 90%;
  color: #AAA;
  margin: 0 auto;
  margin-top: 10px;
}

.pagedesc {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menubar {
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
  justify-content: space-around;
  align-items: center;
}
.menubar a {
  cursor: pointer;
  transition: color 0.25s;
  font-size: 32px;
  text-decoration: none;
  padding: 0px 20px;
}
.menubar a:link {
  color: #222034;
}
.menubar a:hover {
  color: #DF7126;
}
.menubar a:visited {
  color: #222034;
}
.menubar a:visited:hover {
  color: #DF7126;
}
.menubar button {
  display: none;
}

div.pagecont {
  max-width: 80%;
  margin: 0 auto;
}

footer svg {
  position: relative;
  top: 10px;
  fill: rgba(204, 0, 0, 0);
  transition: fill 0.25s;
}
footer svg:hover {
  fill: #eba198;
}

div.note {
  max-width: 50%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #BBB;
  border: 1px solid #222034;
  border-radius: 6px;
  padding: 8px;
  font-size: 0.8rem;
}

p a {
  font-style: italic;
  font-weight: 800;
  transition: color 0.25s;
}
p a:hover {
  color: #DF7126;
}

ul.stack li.stack-section {
  margin-top: 20px;
}
ul.stack li > p {
  vertical-align: middle;
  font-size: 24px;
}
ul.stack li > p svg {
  position: relative;
  top: 3px;
}
ul.stack li ul li:last-child {
  margin-bottom: 20px;
}

img.me {
  max-width: 260px;
  border-radius: 32px;
  display: block;
  margin: 0 auto;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.75);
}

div.socials {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  column-gap: 32px;
  margin-top: 32px;
}
div.socials img {
  cursor: pointer;
  max-height: 52px;
  max-width: 52px;
}
div.socials svg {
  transition: fill 0.25s;
  cursor: pointer;
  max-height: 52px;
  max-width: 52px;
  width: 52px;
  object-fit: scale-down;
  margin-bottom: 20px;
  fill: #222034;
}
div.socials svg:hover {
  fill: #DF7126;
}
div.socials svg:hover path {
  transition: fill 0.25s;
  fill: #DF7126;
}

ul.languages li {
  font-size: 20px;
}
ul.languages em {
  font-size: 14px;
}

div.small-project img {
  display: block;
  margin: 0 auto;
}

svg.els-icons {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  h1.story-title {
    font-size: 4vh;
  }
  .navbar:last-child {
    display: block;
  }
  hr {
    width: 50%;
    margin: 0 auto;
  }
  div.note {
    max-width: 95%;
  }
  .menubar {
    flex-direction: column;
    top: 20px;
    right: 8px;
  }
  .menubar.open {
    background-color: #FFF4EB;
    border: 1px solid black;
    border-radius: 5px;
  }
  .menubar.open a {
    display: block;
    text-align: center;
  }
  .menubar a {
    display: none;
  }
  .menubar button {
    display: flex;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
  }
  div.pagecont {
    max-width: 100%;
  }
  img.me {
    max-width: 260px;
  }
}

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