/*! leolucioni-theme - v1.0.0 - 2020-07-15 
 * 2020 d-e-a-l.eu <quentin@d-e-a-l.eu> */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'comic_sans';
  src: url("../fonts/comic-sans/comic-sans.eot");
  src: url("../fonts/comic-sans/comic-sans.eot?#iefix") format("embedded-opentype"), url("../fonts/comic-sans/comic-sans.woff2") format("woff2"), url("../fonts/comic-sans/comic-sans.woff") format("woff"), url("../fonts/comic-sans/comic-sans.ttf") format("truetype"), url("../fonts/comic-sans/comic-sans.svg#comic-leo-v6medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*sizes*/
/*reset*/
/*prefix*/
/*
  @include prefix((transform: translate(-50%, -50%)), webkit ms);

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*:focus {
  background-color: transparent;
  outline: none;
  border: none; }

html {
  font-family: "comic_sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000; }

.wrapper {
  padding: 5px 7px; }

button {
  font-family: inherit;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  border: none; }

p {
  line-height: 1.35; }

strong {
  font-weight: normal; }

img {
  width: 100%;
  height: auto; }

/*transition*/
body {
  -webkit-animation: crossfade 1s;
  -moz-animation: crossfade 1s;
  -ms-animation: crossfade 1s;
  -o-animation: crossfade 1s;
  animation: crossfade 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

@keyframe crossfade {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-webkit-keyframes crossfade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*lazysizes*/
.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  /* padding-bottom is calculated and rendered in to HTML */ }

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 24px; }

/*fade img in after load*/
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

/*not found*/
#body.not.Found {
  padding-top: 30px; }

/*temporary page*/
body#top.build {
  overflow-y: hidden; }

header.build.wrapper {
  display: none; }

section#body.build {
  padding-top: 55%;
  margin-left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 50rem) {
  .wrapper {
    padding: 5px 10px; }

  a:hover {
    color: rgba(0, 0, 0, 0.5); }

  .ratio-box img,
  .ratio-box iframe,
  .ratio-box video {
    padding-bottom: 0; } }
[hidden] {
  display: none; }

header {
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #fff;
  z-index: 666; }

.navigation button {
  width: 100%;
  position: relative;
  text-align: left;
  background: inherit; }

.navigation button:after {
  content: 'X';
  display: inline-block;
  position: fixed;
  top: 5px;
  right: 7px; }

.navigation button.pseudo:after {
  content: '+';
  display: inline-block;
  position: relative;
  top: auto;
  right: auto; }

ul.menu {
  padding: 5px 0 0 0; }

ul.menu-s {
  width: 100%;
  position: fixed;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 5px 7px;
  background: #fff;
  z-index: 655; }

ul.menu-m {
  display: none; }

.menu li,
.filter__list li {
  display: inline-block;
  padding-right: 5px; }

.filter__list li {
  padding-right: 7px; }

.menu li:after {
  content: ',';
  display: inline-block; }
.menu li:last-child:after {
  content: '';
  display: none; }

.caption-holder {
  display: none; }

.filter {
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  position: absolute;
  top: 5px;
  right: 7px; }

.filter button {
  text-transform: capitalize; }

.js-filterBtn.pseudo:after {
  content: ',';
  display: inline-block; }

.js-resetBtn {
  display: none; }

.filter__holder {
  display: inline-block; }

.filter__holder button {
  color: rgba(0, 0, 0, 0.5); }

.filter__holder button:after {
  content: ',';
  display: inline-block; }

.filter__list {
  width: 100%;
  display: block;
  position: fixed;
  text-align: left;
  background-color: #fff;
  -webkit-transform: translateY(-115px);
  -moz-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  -o-transform: translateY(-115px);
  transform: translateY(-115px);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 655; }

.filter__list li button#all {
  display: none; }

button.btn {
  text-transform: capitalize; }

.active {
  color: rgba(0, 0, 0, 0.5); }

.filter__item {
  display: block; }

.show {
  display: block; }

@media (min-width: 56rem) {
  .navigation > button {
    cursor: default;
    text-align: left; }

  .navigation button.pseudo:after {
    content: '';
    display: none; }

  .menu {
    display: inline-block; }

  ul.menu,
  .navigation > button,
  .caption-holder {
    width: 25%; }

  ul.menu {
    padding-top: 0;
    padding-bottom: 0; }

  ul.menu-s {
    display: none; }

  ul.menu-m {
    display: inline-block; }

  .menu li,
  .filter__list li {
    display: inline-block;
    /*padding-right: 1px;*/ }

  .caption-holder {
    width: 40%;
    display: inline-block; }

  .caption-holder span {
    padding-right: 5px; }

  .filter {
    top: 5px;
    right: 10px; }

  .filter__list {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); }

  .filter button:hover {
    color: rgba(0, 0, 0, 0.5); }

  .filter__item {
    display: block;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1; }

  .show {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1; } }
#body.home {
  padding-top: 24px;
  overflow: hidden; }

.project\@s {
  display: block; }

.project\@m {
  display: none; }

.project__counter {
  display: none; }

.project__title {
  width: 100%;
  position: absolute;
  background: #fff;
  padding: 5px 0 4px 0;
  bottom: 0; }

@media (min-width: 40rem) {
  #body.home.wrapper {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    /*tmp background*/
    background-image: url("../images/smile.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 58% 38%;
    background-size: cover; }

  .project\@s {
    display: none; }

  .project\@m {
    display: block; }

  .project__counter {
    display: block;
    position: absolute;
    right: 7px;
    bottom: 0; }

  .project__title {
    width: auto;
    position: relative;
    background: none; }

  /*masonry*/
  .grid:after {
    content: '';
    display: block;
    clear: both; }

  .grid-sizer,
  .grid-item {
    width: 25%; }

  .grid-item {
    float: left;
    z-index: 1; }

  .grid-item:hover {
    z-index: 555; }

  .grid-perspective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: center;
    -moz-perspective-origin: center;
    -ms-perspective-origin: center;
    -o-perspective-origin: center;
    perspective-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .grid-perspective img {
      text-align: center;
      vertical-align: center;
      display: table-cell;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

  .grid-item img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1; }

  .project__title {
    display: none;
    padding: 0; } }
section.slider {
  margin-top: 20px; }

.close-slider {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 666; }

section.slider h1,
section.slider p {
  line-height: 1.3; }

section.slider p:last-of-type {
  padding-bottom: 5px; }

section.slider strong {
  display: block; }

.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 7.5vw; }

.slider\@s {
  display: block; }

.slider\@m {
  display: none; }

.swiper-pagination {
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 5px 7px;
  bottom: 0;
  z-index: 15; }

.swiper-button-next,
.swiper-button-prev {
  display: none; }

.project-navigation {
  position: fixed;
  padding: 5px 7px;
  bottom: 0;
  left: 0;
  z-index: 16; }

.project-navigation .right {
  position: fixed;
  right: 7px;
  bottom: 5px;
  z-index: 16; }

@media (min-width: 50rem) {
  #body.slider-page {
    max-height: 100vh;
    overflow: hidden; }

  header.slider-page {
    padding-bottom: 0; }

  .slider\@s {
    display: none; }

  .slider\@m {
    display: block; }

  .close-slider {
    display: none; }

  section.slider strong {
    display: inline-block; }

  section.slider p:last-of-type {
    padding-bottom: 5px; }

  .swiper-container {
    padding-bottom: 0; }

  .swiper-pagination {
    text-align: left;
    background: #fff;
    padding: 5px; }

  .swiper-pagination-current {
    margin-left: 25.5%; }

  .swiper-pagination-total {
    width: 24%;
    display: inline-block;
    text-align: right; }

  .project-navigation {
    padding: 5px 10px; }

  .project-navigation .right {
    right: 10px;
    bottom: 5px; }

  .slider img {
    width: auto;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .swiper-button-next,
  .swiper-button-prev {
    display: block; }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50%;
    height: 100%;
    top: 0; }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none; }

  .swiper-button-prev {
    cursor: url("../images/left.svg"), w-resize; }

  .swiper-button-next {
    cursor: url("../images/right.svg"), e-resize; } }
@media (min-width: 56rem) {
  section.slider h1 {
    display: none; } }
#body.about {
  padding-top: 46px; }

.about p {
  padding-bottom: 5px; }

.about p:last-child {
  padding-bottom: 0; }

.about strong {
  display: block; }

.contact {
  display: none; }

@media (min-width: 50rem) {
  body.about {
    overflow: hidden; }

  #body.about {
    padding-top: 24px; }

  .about header {
    padding-bottom: 0;
    background-color: transparent; }

  .navigation > a {
    width: 25%;
    display: inline-block;
    cursor: default; }

  .navigation > a > button:hover {
    color: rgba(0, 0, 0, 0.5); }

  .navigation button:after {
    top: 5px;
    right: 10px; }

  ul.contact {
    width: 49%;
    display: inline-block; }

  ul.contact li {
    display: inline-block; }

  ul.contact li:first-child {
    width: 50%; }

  .about p {
    padding-bottom: 5px; }

  #body.about p:first-child {
    display: none; }

  .perspective {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: center;
    -moz-perspective-origin: center;
    -ms-perspective-origin: center;
    -o-perspective-origin: center;
    perspective-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .perspective img {
      width: auto;
      text-align: center;
      vertical-align: center;
      display: table-cell;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

  .about p:last-child {
    width: 100%;
    position: fixed;
    background: transparent;
    padding: 5px 0;
    bottom: 0;
    left: 10px; }

  .about strong {
    display: inline-block; }

  .about strong:first-of-type {
    width: 50%; }

  .about strong:nth-of-type(3) {
    position: absolute;
    left: 73.5%; } }
#body.curriculum {
  padding-top: 46px; }

.accordion__btn {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.5); }

.accordion__btn.active {
  line-height: 1.35;
  padding-top: 0;
  color: #000; }

.accordion__btn:first-child {
  padding-top: 0; }

.accordion__content h1 {
  padding-top: 14px; }

.accordion__content h1:first-child {
  padding-top: 0; }

.accordion__content {
  padding-bottom: 28px; }

.accordion__content ul li {
  line-height: 1.35; }

.accordion\@s {
  display: block; }

.accordion\@m {
  display: none; }

@media (min-width: 50rem) {
  body.curriculum {
    overflow: hidden; }

  #body.curriculum {
    padding-top: 24px; }

  .curriculum header {
    padding-bottom: 0; }

  .accordion\@s {
    display: none; }

  .accordion\@m {
    width: 50%;
    height: 100%;
    display: block;
    overflow-y: hidden;
    float: left; }

  .scroll-wrapper {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding-right: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; }

  .accordion.col_right {
    padding-left: .5%; }

  .accordion__content {
    padding-bottom: 4vw; }

  .accordion__content h1 {
    padding-top: 1vw; } }
#body.portfolio {
  padding-top: 46px; }

@media (min-width: 50rem) {
  #body.portfolio {
    padding-top: 24px; }

  header.portfolio {
    padding-bottom: 0; } }

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