@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/BarlowCondensed-Medium.43b6c7b5a36d.ttf") format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/BarlowCondensed-MediumItalic.bad0fc8bf2eb.ttf") format("truetype"); }
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BreeSerif-Regular.737426f47c43.ttf") format("truetype"); }
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/FiraCode-Light.456f8f2a9dc6.ttf") format("truetype"); }
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/FiraSansCondensed-Medium.7ebb6cc036e2.ttf") format("truetype"); }
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/FiraSansCondensed-MediumItalic.b9b13d5f1612.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Oswald-VariableFont_wght.033f2e7815bf.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.8a36205bd9b8.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Italic.cebd892d1acf.ttf") format("truetype"); }
@keyframes fade_fx {
  0% {
    height: 100vh;
    opacity: 1; }
  99% {
    height: 100vh;
    opacity: 0; }
  100% {
    content: "";
    /* 
    maybe this fixes the flickering
    height: 0;
    */ } }
@keyframes fade_in {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
div.fade_in {
  z-index: 200;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
  animation-name: fade_fx;
  background-color: var(--accent_color); }

div.fade_in.show {
  opacity: 1; }

* {
  box-sizing: border-box;
  cursor: url("../cursor.6cbc67723f66.png") 0 0, auto !important;
  word-wrap: break-word; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 1.7rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1rem; }

body {
  max-width: 80rem;
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
  color: black; }

header {
  z-index: 50;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }

.nav_container {
  pointer-events: all;
  font-size: 2rem;
  max-width: 80rem;
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .nav_container h3 {
    pointer-events: all; }
  .nav_container a {
    color: inherit;
    text-decoration: none;
    z-index: 100;
    pointer-events: all; }

#menu_checkbox {
  display: none; }

#menu_button {
  display: none; }
  #menu_button h3::after {
    content: '≡'; }

nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  nav ul li {
    display: block;
    margin-left: 1rem; }
  nav ul .social_menu {
    display: none; }

main {
  padding-top: 8rem; }

section {
  clear: both;
  margin-bottom: 1rem; }
  section blockquote {
    border-left: .25em solid black;
    margin: 1em 0;
    padding: 0.5em 1em; }
  section br {
    clear: both; }
  section p, section ul {
    line-height: 1.4rem; }
    section p a, section ul a {
      color: inherit;
      text-decoration: none;
      box-shadow: inset 0 -0.4rem 0 var(--accent_color); }
      section p a:hover, section ul a:hover {
        background: var(--accent_color); }
  section .align_center {
    text-align: center; }
  section .align_right {
    text-align: right; }
  section img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: calc(100vh - 10rem);
    margin-bottom: 1rem;
    transition: 0.5s transform; }
    section img:hover {
      transform: scale(1.125); }
  section img.left, section img.right {
    max-width: 60%; }
  section img.full-width {
    max-width: 100%; }
  section img.left {
    float: left;
    margin-right: 1rem;
    margin-left: -1.5rem;
    padding-left: 1rem; }
  section img.right {
    float: right;
    margin-left: 1rem;
    margin-right: -1.5rem;
    padding-right: 1rem; }
  section .multiple_images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center; }
    section .multiple_images img {
      padding-top: 1rem;
      padding-bottom: 0rem; }
    section .multiple_images img, section .multiple_images .img_caption {
      max-width: 100%;
      width: auto;
      margin: 0; }
    section .multiple_images > div {
      padding-left: 1rem;
      padding-right: 1rem; }
      section .multiple_images > div:first-child {
        padding-left: 0rem; }
      section .multiple_images > div:last-child {
        padding-right: 0rem; }
    section .multiple_images .single > * {
      padding-left: 0rem;
      padding-right: 0rem; }
    section .multiple_images .img_caption {
      font-size: 0.8rem;
      line-height: 1rem;
      padding-top: 0rem;
      padding-bottom: 1rem; }
      section .multiple_images .img_caption * {
        margin-top: 0rem; }

.two_panels {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row; }
  .two_panels .panel {
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0; }

form {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  form * {
    border-radius: 0;
    margin-bottom: 1rem;
    outline: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 0.2rem;
    border-color: grey; }
  form *:focus {
    border-color: var(--accent_color); }
  form input[type="email"],
  form input[type="text"],
  form input[type="number"],
  form input[type="url"],
  form input[type="date"],
  form input[type="time"],
  form textarea {
    width: 100%;
    border-left-style: solid;
    background-color: #f4f4f4; }
  form input[type="submit"] {
    padding: 0.6rem;
    background: var(--accent_color);
    box-shadow: 0.4rem 0.4rem black; }
    form input[type="submit"]:active {
      box-shadow: 0rem 0rem black;
      margin-top: 0.4rem;
      margin-left: 0.4rem; }
  form ul {
    list-style: none;
    padding-left: 0; }

.slider * {
  z-index: 20; }
  .slider * img {
    max-width: 100%;
    max-height: calc(100vh - 10rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
    padding: 0rem; }

.news_panels {
  display: flex;
  justify-content: space-between; }
  .news_panels .news, .news_panels .instagram {
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    height: -moz-fit-content;
    height: fit-content; }
  .news_panels .news {
    margin-top: 4rem;
    text-align: justify; }
  .news_panels .instagram {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .news_panels .instagram h2 {
      flex-basis: 100%;
      flex-shrink: 0; }
    .news_panels .instagram .pic {
      flex-basis: 100%;
      flex-grow: 0;
      flex-shrink: 0; }
      .news_panels .instagram .pic a {
        color: inherit;
        text-decoration: none; }
        .news_panels .instagram .pic a p {
          font-size: 0.9rem;
          line-height: 1.1rem;
          margin-top: -1rem; }

.works_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .works_list .work_container {
    padding-bottom: 1.5rem; }
    .works_list .work_container a {
      color: inherit;
      text-decoration: none; }
    .works_list .work_container .work_item {
      position: relative;
      width: fit-content;
      height: fit-content;
      line-height: 0;
      margin: 0.5rem; }
      .works_list .work_container .work_item .work_overlay {
        opacity: 0;
        transition: opacity 0.2s; }
        .works_list .work_container .work_item .work_overlay:hover, .works_list .work_container .work_item .work_overlay:active, .works_list .work_container .work_item .work_overlay:focus {
          opacity: 1; }
      .works_list .work_container .work_item .work_overlay_color {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--accent_color);
        opacity: 0.6; }
      .works_list .work_container .work_item img {
        width: 100%;
        height: auto;
        margin: 0; }
      .works_list .work_container .work_item h5 {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        width: 100%;
        padding: 1rem;
        line-height: 1rem; }
      .works_list .work_container .work_item p {
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        line-height: 0.8rem; }

.social_buttons {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 1rem; }
  .social_buttons a {
    color: inherit;
    margin-left: 1rem;
    text-decoration: none; }
  .social_buttons a:first-child {
    margin-left: 0rem; }

.categories {
  margin-bottom: 1rem; }
  .categories ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }
    .categories ul li {
      display: block;
      margin: 1rem; }

footer {
  margin-top: 2rem;
  text-align: right; }

img.full_screen {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 2rem !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  z-index: 400; }
  img.full_screen:hover {
    transform: inherit; }

.responsive-object {
  position: relative; }

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video {
  max-width: 100%; }

audio {
  width: 100%; }

@media (max-width: 65rem) {
  header h3 {
    z-index: 100; }

  #menu_button {
    display: contents; }
    #menu_button label {
      margin-left: 0.1rem;
      margin-right: -0.5rem;
      z-index: 100; }
      #menu_button label h3 {
        font-size: 2.5rem;
        margin-top: 1rem; }

  #menu_checkbox {
    display: none; }
    #menu_checkbox:checked ~ nav {
      transition: opacity 0.3s 0s, height 0s 0s;
      height: 100vh;
      height: 100vh;
      opacity: 1; }
    #menu_checkbox:checked ~ #menu_button {
      background-image: none; }
      #menu_checkbox:checked ~ #menu_button h3::after {
        content: '×'; }

  nav {
    overflow: hidden;
    background: var(--accent_color);
    padding: 1.5rem;
    width: 100vw;
    height: 0rem;
    opacity: 0;
    position: fixed;
    margin: 0;
    transition: opacity 0.3s, height 0s 0.3s;
    top: 0;
    left: 0; }
    nav ul {
      padding-top: 3rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      nav ul .social_menu {
        display: contents; }
      nav ul li {
        display: block;
        padding-bottom: 0rem;
        text-align: right;
        margin-left: 0; }
        nav ul li h3 {
          margin-top: 0.5rem;
          margin-bottom: 0.5rem; }

  .news_panels {
    flex-wrap: wrap; }
    .news_panels .news, .news_panels .instagram {
      flex-basis: 100%; } }
@media (max-width: 40rem) {
  section img.left,
  section img.right {
    max-width: 100%;
    float: none;
    margin: 0; }
  section .multiple_images {
    flex-wrap: wrap; }
    section .multiple_images div {
      padding-left: 0;
      padding-right: 0; }

  .news_panels .instagram .pic {
    flex-basis: 100%; }

  .two_panels {
    flex-wrap: wrap; }
    .two_panels .panel {
      flex-basis: 100%; } }
@media (min-width: 40rem) and (max-width: 65rem) {
  .news_panels .instagram .pic {
    flex-basis: 47%; } }
@media (min-width: 91rem) {
  section img.left {
    max-width: 70%;
    margin-left: -5.5rem;
    margin-right: 1rem; }
  section img.right {
    max-width: 70%;
    margin-right: -5.5rem;
    margin-left: 1rem; } }

/*# sourceMappingURL=adriane.css.900fa6a138fa.map */
