/* ------------------ FONTS ------------------ */
	@import url('https://fonts.googleapis.com/css?family=Montserrat|Unna|Libre+Caslon+Display|Tenor+Sans|Archivo+Narrow|Questrial|Special+Gothic+Expanded+One');


    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body, html {
      height: 100%;
      font: 400 12px/17px 'Montserrat', sans-serif; 
    }
    h1 { 
      font: 800 40px/30px 'Special Gothic Expanded One', sans-serif;
      letter-spacing: normal;
      color: #000;
      padding: 2rem 6rem 1rem 0;
      text-align: right;
    }
    h2 {
      font: 400 35px/40px 'Unna', sans-serif; 
      letter-spacing: normal;
      color: black;
      padding: 1rem 0 0 0;
    }
    h2 img.bio {
      width:  100px; 
      height: 100px; 
      object-fit: cover; 
      border-radius: 50%;  
      vertical-align: -20px;
      margin-right: 5px;
    }
     h2 img.bio.finger {
      width:  50px; 
      height: 50px; 
      vertical-align: -15px;
    }
    h3 {
      font: 400 25px/25px 'Unna', sans-serif; 
      letter-spacing: normal;
      color: black;
      padding: 2rem 0 0.5rem 0;
    }
    p {
      letter-spacing: normal;
      color: black;
      margin-bottom: 15px;
    }
    .about i {
        font-size:9px;
        line-height: 12px;
    }
    .about, .testimonials {
     padding-right: 10rem;
     padding-top: 15px;
    }
    .columnCount {
    column-count: 2;
    column-gap: 50px;
    }
    .testimonials p {
     font-size: 11px;
     line-height: 15px;
     margin-bottom: 20px;
     display:inline-block;
    }
    .testimonials img {
     width: 40px;
     height: 40px;
     margin: 5px;
    }
    
    p a {
      color: black;
      text-decoration: none;
    }
    p a:hover { 
       border-bottom: 0.1px solid currentColor; 
    }
    

    section ul {
      list-style-type: disc;
      display: block;
      margin-top: -1.2rem;
    }
    section li {
      margin: 0 0 0 2rem;
    }
    
    
    body {
      display: flex;
      flex-direction: column;
    }

    header {
      position: sticky;
      top: 0;
      background-color: none;
      padding: 1rem;
      text-align: center;
      z-index: 1000;
    }
    .holdVid {
      position: fixed;
      padding: 0;
      margin: 0;
      z-index: -1; 
      height: 100vh; 
      width: 100vw;
    }
    .holdVid video   { 
      position: relative;
      left: -55%;
      top: -15%;
      width: 200%;
      height: 100%; 
      filter: hue-rotate(350deg); 
      opacity: 0.4; 
      object-position: center;  
      object-fit: fill;
    }
	
    .container {
      display: flex;
      flex: 1;
      overflow: hidden;
    }

    nav {
      width: 200px;
      background-color: none;
      position: sticky;
      top: 60px;
      align-self: flex-start;
      height: calc(100vh - 60px);
      padding: 1rem;
      margin: 17px 0 0 100px;
      z-index: 999;
    }

    nav ul {
      list-style-type: none;
      display: block;
    }

    nav li {
      margin-bottom: 1rem;
    }

    nav a {
      font: 600 16px/25px 'Special Gothic Expanded One', sans-serif;
      letter-spacing: 1px;
      color: #4169E1;
      text-decoration: none;
      padding: 0.5rem;
      display: inline-block;
      opacity: 0.5;
    }
    .active, nav a:hover { 
      opacity: 1;
    }
    .active {
      font-weight: 800;
      color: black; 
    }
    .subNav         { width:100%; margin: 15px 0 5px 5px; padding: 0; font-size: 10px; }
    .checkbox       { display: inline; margin: 0; padding-right: 15px;}
    .subNav input   { width: 12px; height: 12px; margin: -1px 5px 0 0; vertical-align: middle; }
    
    main {
      flex: 1;
      overflow-y: auto;
      height: calc(100vh - 100px);
      padding-bottom: 100px;
      scroll-behavior: smooth;
      /* border-top: #4169E1 solid 5px; */
      background-color: white;
    }
    section { padding: 2rem 2rem 4rem 3rem;  min-height: 100vh;  /* border-top: black solid 0.5px; */  }
    /*
    section:nth-child(odd) { background-color: white;  }
    section:nth-child(even) { background-color: red; color: white; }
    */
    footer {
      position: sticky;
      bottom: 0;
      background-color: white;
      color: #999;
      font-size: 8px; 
      padding: 0.2rem 3rem 1.2rem 0;
      text-align: right;
      z-index: 999;
    }

/* ------------------ GALLERIES ------------------ */
	.gallery-container			        { display: flex; flex-wrap: wrap; margin: 1rem 0 0 0; padding:0; }
	.item, .item video 			        { width: 95px;  margin: 5px; box-shadow: 3px 3px 4px #999; }
	.gallery				            { position:relative; }
	/* .gallery.vid img			        { filter: brightness(30%); } */
	.playButton				            { display: none; content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 17px solid rgba(255, 255, 255, 1); position: absolute; left: 10%; top: 10%; z-index: 999; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
	.mfp-title, .mfp-counter		    { font: 600 11px/12px 'Montserrat', sans-serif; }
	.mfp-iframe-scaler .mfp-bottom-bar	{ margin-top: 10px; }
	.mfp-iframe-holder .mfp-content   	{ max-width: 800px;}
    
	
/* ------------------ MEDIA QUERIES ------------------ */
    /* large screen in landscape (regular layout, see initiating css) */
    
    /* large screen in portrait (regular layout, narrower nav) */
    @media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 1/1) {
        /* main                    { background-color: green; } */
    	.item, .item video      { width: 95px; }
    	.about, .testimonials 	{ padding-right: 5rem; }
    	nav                     { width: 150px; padding: 1rem;  margin-left: 2rem; }
    }
    /* medium screen in portrait (center layout) */
    @media (max-aspect-ratio: 3/4) and (min-width: 481px) {
        	/* main 			        { background-color: orange; } */
            .item, .item video      { width: 68px; } 
            .container              { flex-direction: column; height: auto; }
            nav                     { width: 100%; height: auto; top: 0px;  margin-left: 0;  padding: 0.5rem; }
            nav ul                  { display: flex; justify-content: space-around; flex-wrap: wrap;  padding: 0; }
            nav li                  { margin: 0.5rem 0; }
            main                    { height: auto; }
            .columnCount           { column-count: 1; }
            section                 { padding: 1.5rem 1rem 4rem 2rem; }
            .about, .testimonials   { padding-right: 3rem;}
            h1                      { padding: 2rem 0 0em 0;  text-align: center; }
            footer                  { padding: 0.2rem 0 0.2rem 0;}
    }
    /* medium screen in landscape (regular layout, narrower nav) */
    @media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 4/3) {
    	/* main 			        { background-color: blue; } */
    	.item, .item video      { width: 80px; }
    	.about, .testimonials 	{ padding-right: 5rem; }
    	nav                     { width: 150px; padding: 1rem;  margin-left: 2rem; }
    }
    /* small screens in landscape (regular layout, narrower nav, smaller fonts) */
    @media (min-aspect-ratio: 4/3) and (max-width: 768px) {
        /* main                    { background-color: yellow; } */
        header                  { padding: 0rem; }
        .item, .item video      { width: 74px; }
        nav a                   { font-size:  15px; padding: 0rem; }
        nav                     { width: 125px; padding: 1rem;  margin-left: 1rem;  }
        .columnCount           { column-count: 1; }
        .about, .testimonials   { padding-right: 2rem; }
        h1                      { font-size: 25px; padding: 1.5rem 1rem 0rem 0; }
        footer                  { padding: 0.2rem 0 0.2rem 0; }
    }
    /* small screen in portrait (center layout, reduce menu height) */
    @media (max-aspect-ratio: 3/4) and (max-width: 480px) {
            /* main                    { background-color: red; } */
            .item, .item video      { width: 70px; }
            .container              { flex-direction: column; height: auto; }
            nav                     { width: 100%; height: auto; top: 0px;  margin-left: 0;  padding: 0.5rem; }
            nav ul                  { display: flex; justify-content: space-around; flex-wrap: wrap;  padding: 0; }
            nav li                  { margin: 0.5rem 0; }
            .checkbox               { display: block; }
            main                    { height: auto; }
            .columnCount           { column-count: 1; }
            section                 { padding: 1.5rem 2rem 4rem 2rem; }
            .about, .testimonials   { padding-right: 1rem;}
            h1                      { font-size: 35px; padding: 1.5rem 0 0rem 0;  text-align: center; }
            footer                  { padding: 0.2rem 0 0.2rem 0;}
    }



    
    #preload {display:block}
    #ajax-loader {display:none}
    
    
    
    
    
    