
@font-face {
    font-family: 'altehaasgrotesk';
    src: url('../fonts/altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('../fonts/altehaasgroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
  scroll-behavior: smooth;
}

body{
background-color: #97A097;
margin: 0;
padding: 0;
  }

  .bodyphone{
    background-color: #DFFF96;
  }

p{
  color: #DFFF96;
  font-family: 'altehaasgrotesk',sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

p.contacthome{
  color: #97A097;
  font-family: 'altehaasgrotesk',sans-serif;
  font-size: 2rem;
  text-align: right;
}

p.instagramhome{
  padding-right: 4%;
}

p.bios{
  font-size: 1rem;
  line-height: 1.3rem;
}

p.blogtext{
  /* text-indent: 2rem; */
  font-size: 1rem;
  line-height: 1.3rem;
  width: 95%;
}
p.blogtext:first-line{
  /* text-align: -2rem; */
}

p.indented{
  margin-top: -1rem;
  padding-left: 3.7rem;
}

a.other{
  opacity: 50%;
}

a.other:hover{
  opacity: 100%;
}

h1{
  color: #DFFF96;
  font-family: 'altehaasgrotesk', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  text-decoration: none;
  margin-block-start:0;
  margin-block-end:0;
}

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

a.contacthome{
  text-decoration: none;
  color: #97A097;
}

a.contacthome:hover{
  text-decoration: none;
  color: #97A097;
  opacity: 50%;
}

a.backhover:hover{
  opacity: 50%;
}

a.menu{
  color: #97A097;
  font-family: 'altehaasgrotesk', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  text-decoration: none;
  /* text-align: right; */

}


a.menu:hover{
  opacity: 50%;
}

a.underline{
  text-decoration: underline;
}

a.underline:hover{
  text-decoration: underline;
  opacity: 50%;
}




.fixedcolour{
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #DFFF96;
    z-index: -99;
}

.logo{
  padding: 2%;
  position: fixed;
  margin: 0;
}

div.menu{
  padding: 2%;
  position: fixed;
  bottom: 0;

}
div.space{
display: flex;
justify-content: space-between;
flex-direction: column;

}

.contact{
  z-index: 99;
  width: 70%;
  margin-left: 30%;
  margin-top: 0rem;
  display: flex;
  justify-content: space-between;
  /* border: solid 1px red; */
}

.scrollinggifs{
  width: 70%;
  margin-left: 30%;
  padding: 0rem;
}

img.gifs{
  margin-bottom: -4px;
}

img.eye{
  position: fixed;
  top:36%;
  padding-left: 4%;

}

.rightalignedbody{
  width: 89%;
  margin-left: 11%;
  height: 100vh;
  /* border: solid 1px red; */
}

.centerblock{
  display: flex;
  justify-content: space-around;
}

.kaupapa{
  text-align: center;
  width:55%;
  margin-top: 8%;
  margin-bottom: 8%;
}

.bios{
  display: flex;
  /* justify-content: space-around; */
  justify-content: center;

}

.half{
  width: 35%;
}

.jaya{
  margin-right: 1.5%;
  text-align: right;
}

.jazz{
  margin-left: 1.5%;
}

img.biopics{
  width: 100%;
}

div.back{
  text-align: center;
  padding: 0;
}

hr{
  width: 74%;
  /* margin-bottom: 5rem;
  margin-top: 5rem; */
  /* color: #DFFF96; */
  border: 1px solid #DFFF96;
}

hr.fullline{
  width: 100%;
}

hr.projectline{
  width:90%;
}

.spacer{
  height: 4rem;
}

.halfspacer{
  height: 1rem;
}

.blogspacer{
  height: 8rem;
}

.footer{
  display: flex;
  justify-content: space-between;
  /* border: 1px solid red; */
  width: 74%;
  margin-left: 12%;
  /* margin-left: 0; */
}

.neonfooter{
  width: 75%;
  height:auto;
  background-color: #DFFF96;
  margin-left: 13%;
  display: flex;
  justify-content: space-between;
}

.neonfooterprojects{
  width: 90%;
  margin-left: 5%;
  height:auto;
  background-color: #DFFF96;
  display: flex;
  justify-content: space-between;
}

.emailabout{
  padding-left: 4%;
}




p.copyright{
  font-size: .8rem;
  line-height: 1rem;
  text-align: center;
}

p.footercontact{
  text-align: right;
  font-size: .8rem;
  line-height: 1rem;
}

p.contactabout{
  font-size: 1.5rem;
}


.centeredcontent{
  display: flex;
  justify-content: space-around;
}

.projectpagecontent{
  width: 90%;
  margin-left: 5%;
}

.projectfooter{
  display: flex;
  justify-content: space-between;
  /* border: 1px solid red; */
  width: 90%;
  margin-left: 5%;
  /* margin-left: 0; */
}

iframe{
  width: 100%;
  height: 580px;
}

p.projectdescription{
  width: 75%;
}

.twocolumn{
  display: flex;
  justify-content: space-between;
}
.blog{
  width: 48%;
}

.rightblog{
  padding-top: 15rem;
}

.creditsblock{
  display: flex;
  justify-content: space-between;
}

.castphoto{
  width: 69%;
}

.creditslist{
  width: 25%;
}

img.castpicture{
  width: 100%;
}
img.blogimage{
  width: 100%;
}



  li img {
  display: none;
}

li a:hover + img {
  display: block;
}

.main-carousel{
  width: 75%;
  height: auto;
  /* overflow: hidden; */
}

.dayone{
  width: 45%;
  height: auto;
  /* overflow: hidden; */
}

.main-carousel img{
  width: 100%;
  /* padding-right: 20px; */
  height: auto;
  min-height: 600px;
  object-fit: cover;
  /* background-size: cover; */
}

.main-carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

img.galleryimage{
  height: auto;
}

.carousel-cell{
  width: 90%;
  padding-right: 30px;
  height: auto;
}

.dot{
  background: #dfff96;
}

.flickity-page-dots li.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    margin-top:60px;
    background: #dfff96;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
  }

  .flickity-button {
  background: transparent;
  margin-left: -4rem;
  margin-right: -4rem;
}

.flickity-button:active {
  background: transparent;
}

.flickity-button:hover {
  background: transparent;
  border: none;
  border-radius: 0;
  border-color: transparent;
}

.flickity-button-icon {
    fill: #DFFF96;
  }

.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  /* background-color: red; */
}

}


@media (max-width: 800px){

  .scrollinggifs {
      width: 65%;
      margin-left: 35%;
      padding: 0rem;
  }

  p.contacthome{
    font-size: 1.2rem;
  }

.contact{
  width: 65%;
  margin-left: 35%;
}

.projectpagecontent {
    width: 75%;
    margin-left: 16%;
}

.creditsblock{
  display: block;
}

.castphoto{
  width: 100%;
}

.creditslist{
  width: 95%;
}

.main-carousel img {
    width: 100%;
    height: auto;
    min-height: 200px;
      object-fit: cover;
      /* background-size: cover; */
    }


.main-carousel {
    width: 65%;
  }

iframe {
    width: 100%;
    height: 300px;
}

.spacer {
    height: 3rem;
}

.hide{
  display: none;
}

p.projectdescription{

  font-size: 1rem;
  line-height: 1.4rem;
  width: 90%;
}

.neonfooter {
    width: 78%;
    margin-left: 13%;

}

}

@media (max-width: 600px){

.logo{
  width: 40%;
  padding: 4%;
  z-index: 100;
}

iframe{
  z-index: 90;
}

.hide{
  display: none;
}

img.eye{
  z-index: 99;
}

.fixedcolour{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 22%;
    background-color: #DFFF96;
    z-index: 50;
}

div.menu{
  padding: 4%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;

}

a.menu{
  color: #97A097;
  font-family: 'altehaasgrotesk', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  /* text-decoration: none; */
  text-align: right;

}

.bodyphone{
  background-color: #DFFF96;
  margin-top: 0;
}

.scrollinggifs{
  width: 100%;
  padding: 0rem;
  padding-top: 39%;
  margin-left: 0%;

}


.contact{
  z-index: 99;
  width: 100%;
  margin-left: 0;
  margin-top: 0rem;
  display: block;

}

p.contacthome {
text-align: center;
font-size: 1.5rem;
}

img.eye{
  top:3.5%;
  margin-left:38%;
  width: 60px;
}

.rightalignedbody{
  width: 100%;
  margin-left: 0px;
  padding-top: 25%;
  /* height: 100vh; */
  /* border: solid 1px red; */
}

.kaupapa{
  text-align: center;
  width:80%;
  margin-top: 8%;
  margin-bottom: 8%;
}

p{
  font-size: 1rem;
  line-height: 1.2rem;
}

.half{
  width: 45%;
}

p.bios {
    font-size: .8rem;
    line-height: 1.1rem;
    text-align: left;
    padding-right: 12%;
    padding-left: 5%;
}

img.biopics {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.mobile{
  display: none;
}

.spacermobile{
  height:1rem;
}

.footer{
  display: block;
}

.neonfooter{
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
  margin-left: 5%;
}



p.footercontact {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

p.copyright {
    font-size: .8rem;
    line-height: 1rem;
    /* display: none; */
}

div.back{
  margin-bottom: 2rem;
}

p.instagramhome {
    padding-right: 0;
}

p.contacthome{
  line-height: .5rem;
  font-size: 1.2rem;
}

iframe{
  height: 300px;
}

.projectpagecontent {
    width: 75%;
    margin-left: 13%;
}

p.projectdescription{
  width: 90%;
}

.twocolumn{
  display: block;
}

.blog{
  width: 100%;
}

.blogspacer{
  height: 3rem;
}

.rightblog{
  padding-top: 3rem;
}

.creditsblock{
  display: block;
}

.castphoto{
  width: 100%;
}

.creditslist {
    width: 100%;
    text-align: center;
    margin-left: 4%;
  }

  p.indented {
    margin-top: -1rem;
    padding-left: 9.3rem;
    text-align: left;
    width: 50%;
}

.main-carousel{
  width: 80%;
}

.main-carousel img{
  width: 100%;
  min-height: 200px;
  height: auto;
  object-fit: cover;

  }

  .main-carousel.dayone img{
    width: 100%;
    min-height: 400px;
    height: auto;
    object-fit: cover;

    }

img.gifs {
    margin-bottom: -5px;
}

.carousel-cell {
    width: 90%;
    padding-right: 20px;
    height: auto;
}


.dayone{
  width: 75%;
  height: auto;
  /* overflow: hidden; */
}

.flickity-page-dots li.dot{
  margin: 0 4px;
}

.flickity-prev-next-button {
  width: 35px;
}

.flickity-button{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}







}
