::-moz-selection {
    background: transparent;
    text-shadow: none;
}

::selection {
    background:#FFF4DE;
    text-shadow: none;
    color: none;
}

* {
    font-family: inherit;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    text-shadow:transparent;
    font-size: 100%;
    color: black;
    background-color: transparent;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;

}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
::-webkit-scrollbar { 
    display: none; 
}


.pad-25{
    padding: 25px;
    margin: 0px;
}



html{
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    background-color: transparent;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    overflow-x: hidden;
    }
    
    
nav{
    position: absolute;
    padding: 20px;
    margin: 0px;
    display: inline-flex;
    width: 100%;
}

.browserupgrade {
    margin: 0.2em 0;
    background: white;
    color: white;
    padding: 2em 0;
    font-size: 15px;}
 
svg{
    width: 100%;
    height: 100%;}

img{
    align-content: center;
}



body {
    opacity: 1;
    transition: 9s opacity;
    text-decoration: none; !important!

}




.h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 2.5vw;
    line-height: 1.15;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
    font-feature-settings: "kern";

}


.p1{
    font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; 
    margin: 0px;
    padding: 0px;
    color: black;
    
}
.p2{
    font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 12px;
    line-height: 1.30;
    letter-spacing: -0.02em; 
    margin: 0px;
    padding: 0px;
    color: inherit;
}

.p3{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 12px;
    line-height: 1.20;
    letter-spacing: 0em; 
    margin: 0px;
    padding: 0px;
    color: darkgrey;
}





.slide-background{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    z-index: -999999;

   
}

.slide-background.black{
background-color: black;
   
}
.slide-background.grey{
background-color: #F6F6F6;
   
}


.landscape-image{
    display: flex;
    position: absolute;
    width: 50%;
    margin: 0px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    
}

.landscape-image-wide{
    display: flex;
    position: absolute;
    width: 70%;
    margin: 0px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.fullscreen-image{
 width: 100%;
 height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}






.about {
    width: auto;
    display: flex;
    margin: 0px;
    padding: 25px;
    background-color: transparent;
    width: 100%;
    display: block;
}

.copyright{
    padding: 0px;
    bottom: 20px;
    position: absolute;
    width: 90%;
}

.space-overlay{
    width: 100%;
    height: 80px;
    display: block;
}



.overlay-date{
    width: 9%;
}

.overlay-project{
    width: auto;
}

.auckland{
      white-space: nowrap;

}


a:active,a:visited, a:link{
    color: black;
    text-decoration:none;
    font-style: normal;}
a:hover {
    color:black;
 text-decoration:none;
    font-style: normal;}



button:hover {
    background-color: rgb(255, 255, 255, 1);
    transition: 150ms all ease-in-out;
    filter: invert(1);
}




button.link:active,button.link:visited, button2.link:link{
    color: black;
    text-decoration:none;
    font-style: normal;
    background-color: rgb(255, 255, 255, 0.85);
    transition: 150ms all ease-in-out;


}

.button-container:hover {
    background-color: rgb(255, 255, 255, 1);
    transition: 150ms all ease-in-out;
    filter: invert(1);
}


.button-container:active, .button-container:visited, .button-container:link{
    color: black;
    text-decoration:none;
    font-style: normal;
    background-color: rgb(255, 255, 255, 0.85);
    transition: 150ms all ease-in-out;


}





.dot {
  height: 8px;
  width: 8px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
    margin-right: 3px;
}

.dot-white {
   height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
    margin-right: 3px;
    
}





.caption{
    bottom: 20px;
    left: 20px;
    padding: 0px;
    position:absolute;
    display: flex;
    z-index: 900;
    text-align: left;


}

.caption-white{
    bottom: 20px;
    left: 20px;
    padding: 0px;
    position:absolute;
    display: flex;
    z-index: 900;
    text-align: left;
    color: white;

}


.info{
    position: absolute;
    z-index: 10;
    margin: 20px;
    top: 60px;
}


.centre{
    text-align: center;
        text-align-last: center;
    align-content: center;
    text-align: center;
}



.text{
text-align: left;
display: flex;

}




.fadeaway{
    position: fixed;
    opacity: 1;
    z-index: 0;

}


















/*fade */
#fade {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


    html, body {
      position: relative;
      height: 100%;
        scroll-behavior: smooth;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
        width: 100%;
        height: 100%;
      text-align: center;
      background: transparent;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 2;
        widows: 2;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



button{

    background-color: rgb(255, 255, 255, 0.85);
    border: none;
    padding: 8px 10px 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 16px;
    margin: 0px 4px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: pointer;
    transition: 333ms all ease-in-out;


}

.button-container{
    
    background-color: rgb(255, 255, 255, 0.85);
    border: none;
    padding: 8px 10px 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 16px;
    margin: 0px 4px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: pointer;

}



#myDiv.fullscreen{
    
padding: 0px;
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 60%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
opacity: 1;
overflow: hidden;
visibility: visible;
background-color: rgb(255, 255, 255);opacity:0.95;
border-radius: 0px 0px 30px 30px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}

#myDiv{
    
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 60%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
position: fixed;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
visibility: hidden;
background-color: white;
border-radius: 0px 0px 30px 30px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}

#contact{
    top: 20px;
    left: 200px;
    position: fixed;
    visibility: none;
    opacity: 0;
    display: flex;
    transition: 1ms all ease-in-out;

}

#contact.see{
    top: 20px;
    left: 200px;
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
    display: flex;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 900ms;
    transition: all cubic-bezier(.95,-0.3,.4,.9) 900ms;

}






#information:before{
  content: "\22EF";
    font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; 
    margin: 0px;
    padding: 0px;
    color: black;
    -webkit-transition: 333ms all ease-in-out;
    transition: 333ms all ease-in-out;
    
    
}

#information.exit:before{
  content: "\00D7";
      font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; 
    margin: 0px;
    padding: 0px;
    color: black;
    -webkit-transition: 333ms all ease-in-out;
    transition: 333ms all ease-in-out;
    
    
}


#cover{
    background: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -1 !important;
    transition: 333ms ease-in-out;
}


#cover.open{
    background: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 999 !important;
    transition: 333ms ease-in-out;
 
}


#clear{
-webkit-filter: blur(0px); 
filter: blur0px);
opacity: 1;
transition: 0.75s ease-in-out;

}

#clear.blur{
-webkit-filter: blur(4px); 
filter: blur(4px);
opacity: 0.3;
transition: 0.75s ease-in-out;

}

@media only screen and (min-width: 1800px){
    
    
    .h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
    font-feature-settings: "kern";

}
    
    
    
}

@media only screen and (min-width: 2000px){
    
    
    .h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
    font-feature-settings: "kern";

}
    
        
.landscape-image{
    display: flex;
    position: absolute;
    width: 65%;
    margin: 0px;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    
}
    
.landscape-image-wide{
    display: flex;
    position: absolute;
    width: 65%;
    margin: 0px;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    
}
    
    .adjust{
            width: 35%;

        
    }   
    
}

@media only screen and (max-width: 700px){

    
.xyz{
        visibility: hidden;
    display: none;
    }    
    
  
    
    
nav{
    position: fixed;
    padding: 16px 16px 20px 16px;
    margin: 0px;
    display: inline-flex;
    bottom: 0px;
    z-index: 999999999999999; !important
}
    
.h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
    font-feature-settings: "kern";

}
    
.p2{
    font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 11px;
    line-height: 1.30;
    letter-spacing: -0.02em; 
    margin: 0px;
    padding: 0px;
    color: inherit;
}

.p3{
    font-family: helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 10px;
    line-height: 1.20;
    letter-spacing: 0em; 
    margin: 0px;
    padding: 0px;
    color: darkgrey;
}
    
 .space-overlay{
    width: 100%;
    height: 0px;
    display: block;
}

    
.about {
    width: auto;
    display: flex;
    margin: 0px;
    padding: 16px;
    background-color: transparent;
    width: 100%;
    display: block;
}
    
button{

    background-color: rgb(255, 255, 255, 0.85);
    border: none;
    padding-left: auto;
    padding-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 0px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
    z-index: 9999999;
    cursor: pointer;
    transition: 333ms all ease-in-out;
    width:100%;
    text-align:center;


}

.button-container{
    
  background-color: rgb(255, 255, 255, 0.85);
    border: none;
    padding-left: auto;
    padding-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: auto;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
    z-index: 9999999;
    cursor: pointer;
    transition: 333ms all ease-in-out;
    width:100%;
}

    
    
#contact{
    bottom: 60px;
    left: 0px;
    margin: 0px;
    padding: 16px;
    width: 100%;
    position: absolute;
    visibility: none;
    opacity: 0;
    display: flex;
    transition: 1ms all ease-in-out;

}

#contact.see{
    bottom: 60px;
    left: 0px;
    margin: 0px;
    padding: 16px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
    display: flex;
    -webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 900ms;
    transition: all cubic-bezier(.95,-0.3,.4,.9) 900ms;

}
    
#myDiv.fullscreen{
    
padding: 0px;
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 110%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(10%);
transform: translateY(10%);
opacity: 1;
overflow: hidden;
visibility: visible;
background-color: rgb(255, 255, 255);opacity:0.95;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}

#myDiv{
    
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 110%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(100%);
transform: translateY(100%);
position: fixed;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
visibility: hidden;
background-color: white;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}
  
    
.landscape-image{
    display: flex;
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    
}

.landscape-image-wide{
    margin: auto;
    padding: 10px;
    display: flex;
    width: calc(100% - 0px); 
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
    
.caption{
    top: 10px;
    left: 10px;
    padding: 0px;
    width: 95%;
    position:absolute;
    display: flex;
    z-index: 900;
    text-align: left;


}

.caption-white{
    top: 10px;
    left:10px;
    width: 95%;
    padding: 0px;
    position:absolute;
    display: flex;
    z-index: 900;
    text-align: left;
    color: white;

}
  
#information:before{
  content: "Thomas Johnston";
    font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; 
    text-align: center;
    color: black;
    -webkit-transition: 333ms all ease-in-out;
    transition: 333ms all ease-in-out;
    
    
    
}

#information.exit:before{
  content: "Close";
      font-family: neue-haas-grotesk-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; 
    margin: 0px;
    padding: 0px;
    color: black;
    -webkit-transition: 333ms all ease-in-out;
    transition: 333ms all ease-in-out;
    
    
}
    

button:hover {
    background-color: rgb(255, 255, 255, 1);
    transition: 150ms all ease-in-out;
    filter: invert(0);
}




button.link:active,button.link:visited, button2.link:link{
    color: black;
    text-decoration:none;
    font-style: normal;
    background-color: rgb(255, 255, 255, 0.85);
    transition: 150ms all ease-in-out;


}

.button-container:hover {
    background-color: rgb(255, 255, 255, 1);
    transition: 150ms all ease-in-out;
    filter: invert(0);
}


.button-container:active, .button-container:visited, .button-container:link{
    color: black;
    text-decoration:none;
    font-style: normal;
    background-color: rgb(255, 255, 255, 0.85);
    transition: 150ms all ease-in-out;


}

.fullscreen-image.auto{
    height: 50%;
    width: 95%;
    margin: 0px;
    padding: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
.caption-white.auto{  
    color: black;
    }
    
.dot-white.auto{  
    background-color: black;
    }
    
}

@media only screen and (max-width: 380px){

    
.xyz{
        visibility: hidden;
    display: none;
    }  
    
        
.h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
    font-feature-settings: "kern";

}
    
        
#myDiv.fullscreen{
    
padding: 0px;
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 120%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(5%);
transform: translateY(5%);
opacity: 1;
overflow: hidden;
visibility: visible;
background-color: rgb(255, 255, 255);opacity:0.95;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}

#myDiv{
    
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 120%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(100%);
transform: translateY(100%);
position: fixed;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
visibility: hidden;
background-color: white;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}
}



@media screen and (max-width: 650px), 
       screen and (max-height: 400px) {
    
.xyz{
        visibility: hidden;
    display: none;
    }  
    
        
.h1{
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.015em; 
    margin: 0px;
    padding: 0px;
}
    
        
#myDiv.fullscreen{
    
padding: 0px;
background: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 120%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(5%);
transform: translateY(5%);
opacity: 1;
overflow: hidden;
visibility: visible;
background-color: rgb(255, 255, 255);opacity:0.95;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}

#myDiv{
    
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 120%;
z-index: 1000;
-webkit-transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
transition: all cubic-bezier(.95,-0.3,.4,.9) 500ms;
-webkit-transform: translateY(100%);
transform: translateY(100%);
position: fixed;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
visibility: hidden;
background-color: white;
border-radius: 30px 30px 0px 0px;
box-shadow: 1px 4px 25px rgba(10,0,0,0.25);

}
}
