@font-face {
    font-family: 'Harriet Display';
    src: url(../fonts/hd.woff2) format("woff2"), url(../fonts/hd.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

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

body {
    font-family: 'Harriet Display', Times;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400
}

ul {
    list-style-type: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #c6c6c6
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .5);
    border: 2px solid #c6c6c6;
    border-radius: 10px
}

a {
    color: inherit;
    text-decoration: none
}

h2 {
    font-size: 4em
}

h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
    font-weight: 400
}

.wrapper-container div h3 {
    font-size: 2em;
    font-weight: 800
}

.underhead {
    font-size: .8em;
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.3px
}


.btn {
    padding: .6em 0;
    border-radius: 6px;
    margin-top: 1em;
    display: inline-block;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    position: relative;
    cursor: pointer
}

.btn:hover {
    cursor: pointer
}

.navigation {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    pointer-events: none
}

.logo {
    position: fixed;
    left: 0;
    top: 0;
    padding: 50px 0 0 50px;
    width: 140px;
    cursor: pointer;
    pointer-events: all;
    z-index: 3
}

.logo:hover {
    opacity: .5
}
.light-contrast {
    color: #000 !important;
}
.dark-contrast {
    color: white !important;
}
.fas {
    transition-duration: .2s
}

.link-hover-arrow {
    opacity: 0;
    margin-left: -10px;
    transition-duration: .2s
}

.thereal-container {
    position: relative
}

.fixed {
    position: fixed
}

#mainheader_h1 {
    font-weight: 900;
    font-size: 75px;
    color: #fff!important
}

.underhead {
    font-size: 34px;

}
.footer{
    position: absolute !Important;
    bottom: 0;
    background-color: black;
    width: 100%;
    display: flex;
    height: 14%;
}
.footer div{
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.h6footer{
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    padding: .6em 0;
    border-radius: 6px;
    margin-top: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer
}
.footer span{
    color: grey;
    font-weight: 100;
}
.gold {

        background: linear-gradient(rgba(222, 201, 80, 0.91),rgba(222, 201, 80, 0.91)),url(../img/avwc.jpg);
}

.maori {
    color: #fff;
        background: linear-gradient(rgba(215, 60, 44,0.94),rgba(215, 60, 44, 0.94)),url(../img/maori.jpg);
}
.fireworks {
    color: #fff;
    background:linear-gradient(rgba(215, 60, 44,0.94),rgba(215, 60, 44, 0.94)),url(../img/fireworks.jpg);
}

/*.fireworks {*/
/*    color: #fff;*/
/*    background:  linear-gradient(rgba(215, 60, 44,0.94),rgba(215, 60, 44, 0.94)),url(../img/ssu.jpg);*/
/*}*/
.wrapper-container {
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.wrapper-container div {
    position: relative
}

.landing {
    background-color: #000;
    color: #fff;
    position: relative
}

.homepage-footer-links {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 50px 50px 0;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #fff;
    transition-duration: .2s
}

.homepage-footer-links ul {
    display: flex
}

.homepage-footer-links ul li {
    margin-right: 30px;
    pointer-events: all;
    cursor: pointer
}

.homepage-footer-links ul li:last-child {
    margin-right: 0
}

#homepage-top {
    display: none
}

.navigation,
.pagination {
    display: none
}

.mainunder{
    text-transform: none;
    width: 70%;
    margin: 0 auto;
    letter-spacing: 0px;
    font-size:23px !important;
    padding-top: 23px;
}
@media only screen and (max-width:600px) {
    .underhead {
        letter-spacing: 1.9px;
        font-size: 1.1em
    }
}
@media only screen and (min-width:600px) {
    h2 {
        font-size: 6.2em
    }
    .underhead {
        letter-spacing: 1.9px;
        font-size: 1.3em
    }
    .pagination {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 20px;
        height: 150px;
        margin: auto;
        font-size: 1.2em;
        z-index: 10;
        text-align: right;
   }
    .pagination a {
        display: block;
        width: 100px;
        height: 22px;
        border-radius: 50%;
        color: #fff;
        position: relative;
        padding: 4px;
   }
    .pagination a.light-contrast {
        color: #000;
   }
    .pagination a.active:after {
        background: #000;
        width: 10px;
        height: 10px;
        right: 4px;
   }
    .pagination a.active.dark-contrast:after {
        border: 1px white solid;
        width: 9px;
        height: 9px;
   }
    .pagination a .hover-text {
        position: absolute;
        right: 20px;
        font-size: 0.8em;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
   }
    .pagination a:hover .hover-text {
        opacity: 1;
   }
    .pagination a:after {
        width: 10px;
        height: 10px;
        display: block;
        background: #fff;
        border-radius: 50%;
        content: '';
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 4px;
   }
    .pagination a.light-contrast:after {
        border: 1px black solid;
        width: 9px;
        height: 9px;
   }
    .mouse-icon {
        width: 20px;
        margin-top: 15px
    }

}

@media only screen and (max-height:500px) and (min-width:300px) {
    .navigation,
    .pagination {
        display: none
    }
    h2 {
        font-size: 3em
    }
    h3 {
        font-size: 1em
    }
}

@media only screen and (min-width:1000px) {
    .navigation {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    h2 {
        font-size: 7em
    }

    .wrapper-container div h3 {
        font-size: 5em
    }

}

@media only screen and (min-width:1400px) {
    .logo {
        width: 150px;
        z-index: 40
    }
    h2 {
        font-size: 8em
    }
    .underhead {
        font-size: 1.5em;
        letter-spacing: 5px
    }
    .social-icons {
        font-size: 1.7em
    }

}

@media only screen and (min-width:1700px) {
    .wrapper-container div h3 {
        font-size: 6em
    }

}

@media only screen and (min-width:2000px) {
    .logo {
        width: 150px
    }
    h2 {
        font-size: 15em
    }
    .underhead {
        font-size: 2.7em;
        letter-spacing: 7px
    }
}
@media only screen and (max-width:600px) {
    #mainheader_h1 {
        font-size: 36px;
    }
    .mainunder{
        text-transform: none;
        width: 90%;
        margin: 0 auto;
        letter-spacing: 0px;
        font-size: 13px !important;
        padding-top: 23px;
    }
    h2 {
        font-size: 2em;
    }
    .wrapper{
        width: 95%;
    }
    .underhead{
        font-size: 12px;
    }

}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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



.scroll-container{
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 28px;
}
  .chevron {
    width: 28px;
    height: 8px;
    margin: 0 auto;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }

  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }

  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }

  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute !important;;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }

  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  @keyframes move {
    25% {
      opacity: 1;

    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }

  .scrolltext {
    display: block !important;;
    margin-top: 75px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }

  .get-in-touch{
    flex-direction: column;
  }
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }
