/* ==============
   @font-face fonts
   ============== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 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; }

/* 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 {
  content: '';
  content: none; }

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

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

/* ==============
   Typography
   ============== */
html {
  font-size: 16px;
  color: #000000; }

body {
  font-size: 100%;
  font-family: "minion-pro";
  line-height: 1.3; }

.logo_txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
  .splash .logo_txt {
    font-size: 48px;
    font-size: 3rem; }
.logo_img {
  max-width: 200px;
}
button {
  font-family: "minion-pro"; }

a {
  color: #000000;
  text-decoration: none; }

main {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    main {
      font-size: 16px;
      font-size: 1rem; } }

/*====FOOTER======*/
/*====ICONS======*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  width: 100%; }

/* ==============
   Layout
   ============== */
p {
  margin-bottom: 35px; }
  p:first-of-type {
    margin-top: 4px; }
  p:last-child {
    margin-bottom: 0; }

.arrow_down {
  width: 23px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 11.5px); }
  @media screen and (min-width: 768px) {
    .arrow_down {
      bottom: 104px; } }
  #nav .arrow_down {
    bottom: 70px; }

/* ==============
   buttons
   ============== */
.button, button {
  width: 100%;
  display: inline-block; }
  .button.load, button.load {
    border: 0;
    background: none;
    text-align: center;
    width: 100%;
    padding: 35px;
    font-size: 1rem; }

/* ==============
   Padding/Margins Grid
   ============== */
/* ==============
   Helpers
   ============== */
.hide {
  display: none !important; }

/* ==============
   Layout
   ============== */
.wrap {
  max-width: 922px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .wrap {
      padding: 0 35px; } }

.splash {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .splash .logo {
    width: 73.5px; }

main {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    main {
      display: block; } }

.content {
  width: 100%;
  padding-top: 35px;
  min-height: 100vh; }
  @media screen and (min-width: 768px) {
    .content {
      float: left;
      margin-right: 3.7961%;
      width: 64.3167%; } }
  .content .insta_img {
    width: 32.88364%;
    float: left;
    margin: 0 0.67454% 0.67454% 0;
    position: relative;
    cursor: pointer; }
    .content .insta_img img {
      float: left; }
    .content .insta_img span {
      display: block;
      position: absolute;
      padding: 17.94872%;
      height: 100%;
      text-align: right;
      width: 100%;
      background: url("img/insta.png") #ffffff no-repeat center;
      background-size: 21.5px 21.5px;
      opacity: 0;
      transition: opacity .25s ease-in-out; }
      .content .insta_img span:hover {
        opacity: .85;
        cursor: pointer; }
      @media screen and (min-width: 768px) {
        .content .insta_img span {
          background-position: bottom 17.94872% left 17.94872%; }
          .content .insta_img span:before {
            content: '@a.i.pr'; } }
    .content .insta_img .fade:hover {
      opacity: 0.5; }
    .content .insta_img:nth-child(3n+3) {
      margin-right: 0; }

/* ===========
   Header
   =========== */
/* ===========
   Navigation
   =========== */
aside {
  width: 100%;
  padding-top: 35px;
  float: left;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 35px 35px 0 35px; }
  aside.fixed {
    position: fixed;
    top: 0; }
  aside li {
    padding: 1px 0; }
  @media screen and (min-width: 768px) {
    aside {
      padding: 35px 0 0;
      width: 28.09111%; }
      aside li {
        padding: 0; }
      aside .arrow_down {
        display: none; } }
  aside .logo {
    width: 30px; }
  aside .contact {
    margin:70px 0;
   /* position: absolute;
    bottom: 70px;*/
     }
    @media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 600px) {
      aside .contact {
        padding-top: 35px;
        position: static;
        float: left; } }

/* ===========
   Footer
   =========== */
