@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');

@font-face {
  font-family: 'Avenir Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Roman'), url('avenir_roman_12.woff') format('woff');
  }

html {
    overflow-x: hidden;
}

body{
  font-family: 'Avenir Roman';
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

.header {
    margin-left: 14%;
    position: absolute;
    z-index: 99999;
}

.header img {
    width: 120px;
}

.frontPorch {
  background: url('./img/frontPorch.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
}

#bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mainHeader {
  margin-left: 8%;
  justify-content: center;
  align-self: center;
  position: relative;
    z-index: 2;
  
}

p {
    font-size: 1.2em;
}

.mainHeader h1 {
  font-size: 8vw;
  color: #fff;
  font-weight: 800;
  line-height: 1em;
}

.mainHeader h1 span {
  font-size: 3vw;
  line-height: 1em;
}

.mainHeader p {
  margin-top: 20px;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-weight: normal;
}

.splitSection {
    min-height: 100vh;
    display: block;
    position: relative;
}

.section {
    width: 50%;
    display: flex;
    min-height: 100vh;
    float: left;
    background-color: #FEFAE7;
    padding: 10%;
}

.align-center {
    justify-content: center;
    align-self: center;
}

.imgFunTime {
  background: url('./img/leafTop.png') no-repeat top left, url('./img/leafBottomRight.png') no-repeat bottom right, url('./img/funTime.png') no-repeat center/cover;
}

.manPorch {
  background: url('./img/leafBottom.png') no-repeat bottom/100%, url('./img/manPorch.jpg') no-repeat center/cover;
}

h2 {
    font-weight: 800;
}

h2.sippin {
    color: #F38DBA;
}

.section p {
    color: #696969;
}

.lemonBackground {
    background-image: url('./img/lemonTop.png'), url('./img/lemonBottom.png');
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lemonBackground2 {
    background: url('./img/lemonTop2.png'), url('./img/lemonBottom.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-color: #FEFAE7;
    background-size: 100%;

}

.smileSection {
    padding-bottom: 50px;
    background-color: #C44867;
}

.bottleSmile {
    width: 100%;
}

.smileSection h2 {
    color: #FEFAE7;
    font-size: 2.8rem;
}

.smileSection h2 span {
    color: #F38EBB;
    font-size: 2.8rem;
}


.smileSection p {
    color: #fff;
    margin-bottom: 2rem
}

.parallax {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 70%;
    opacity: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-delay: .25s;
}

.slick-active .parallax {
    left: 0%;
    opacity: 1;
}

.lemonade {
    background: rgb(254,207,94);
    background: linear-gradient(0deg, rgba(254,207,94,1) 0%, rgba(254,238,180,1) 100%);
}

.pinkLemonade {
    background: rgb(255,201,225);
    background: linear-gradient(0deg, rgba(255,201,225,1) 0%, rgba(243,141,186,1) 100%);   
}

.pomegranite {
    background: rgb(235,130,171);
    background: linear-gradient(0deg, rgba(235,130,171,1) 0%, rgba(251,119,153,1) 100%);
}

.strawberryKiwi {
    background: rgb(253,128,109);
    background: linear-gradient(0deg, rgba(253,128,109,1) 0%, rgba(248,176,162,1) 100%);
}

.halfHalf {
    background: rgb(145,190,90);
    background: linear-gradient(0deg, rgba(145,190,90,1) 0%, rgba(212,234,185,1) 100%);
}

.sweetTea {
    background: rgb(139,200,235);
    background: linear-gradient(0deg, rgba(139,200,235,1) 0%, rgba(183,228,254,1) 100%);
}

.unsweetTea {
    background: rgb(254,187,27);
    background: linear-gradient(0deg, rgba(254,187,27,1) 0%, rgba(255,215,118,1) 100%);
}

#output {
    color: red;
}

.sliderImg {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

.slider > div {
    display: block;
    position: relative;
}

.slick-slide {
    position: relative;
}

.button {
    color: #fff;
    background-color: #000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
}

.button:hover {
    text-decoration: underline;
    color: #fff;
}

.sliderButton {
    position: absolute;
    right: 10%;
    bottom: 7%;
    z-index: 2;
}

.slick-dots {
    bottom: 20%;
    right: 11%;
    width: auto;
}

.slick-next {
    right: 20px;
    z-index: 2;
    height: 115px;
    width: 60px;
}

.slick-prev {
    left: 20px;
    z-index: 2;
    height: 115px;
    width: 60px;
}

.slick-next, .slick-prev {
    opacity: .5
}

.slick-next:hover, .slick-next:active, .slick-next:focus, .slick-prev:hover, .slick-prev:active, .slick-prev:focus  {
    opacity: 1;
}

.slick-next, .slick-next:hover, .slick-next:active, .slick-next:focus {
    background: url('./img/rightArrow.png');
    background-repeat: no-repeat;
    display: block;
    z-index: 2;
}


.slick-prev, .slick-prev:hover, .slick-prev:active, .slick-prev:focus {
    background: url('./img/leftArrow.png');
    background-repeat: no-repeat;
    z-index: 2;
    display: block;
}

.slick-prev:before, .slick-next:before {
    visibility: hidden;
}

.slider .slick-dots button{
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 4px solid #000;
      padding: 5px;
}

.slider .slick-dots li:nth-of-type(1) button {
    border-color: #F38DBA;
}
.slider .slick-dots li:nth-of-type(2) button {
    border-color: #FDB813;
}

.slider .slick-dots li:nth-of-type(3) button {
    border-color: #C85470;
}

.slider .slick-dots li:nth-of-type(4) button {
    border-color: #F76777;
}

.slider .slick-dots li:nth-of-type(5) button {
    border-color: #729B3F;
}

.slider .slick-dots li:nth-of-type(6) button {
    border-color: #88C6EA;
}

.slider .slick-dots li:nth-of-type(7) button {
    border-color: #FDB813;
}


.slider .slick-dots li:nth-of-type(1).slick-active button {
    background-color: #F38DBA;
}
.slider .slick-dots li:nth-of-type(2).slick-active button {
    background-color: #FDB813;
}

.slider .slick-dots li:nth-of-type(3).slick-active button {
    background-color: #C85470;
}

.slider .slick-dots li:nth-of-type(4).slick-active button {
    background-color: #F76777;
}

.slider .slick-dots li:nth-of-type(5).slick-active button {
    background-color: #729B3F;
}

.slider .slick-dots li:nth-of-type(6).slick-active button {
    background-color: #88C6EA;
}

.slider .slick-dots li:nth-of-type(7).slick-active button {
    background-color: #FDB813;
}

.slick-dots li button:before {
    visibility: hidden;
}

.slick-dots li {
    margin: 0 4px;
}

.relax {
    background: url('./img/relax.png');
    background-size: cover;
    height: 100vh;
    display: block;
    position: relative;
}

.relax h2 {
    color: #fff;
    font-size: 4em;
}

.relax p {
    font-size: 1.6em;
    color: #fff;
}

.align-bottom {
    position: absolute;
    bottom: 10%;
    margin: auto;
    left: 0;
    right: 0;
}

.fullWidth {
    width: 100%;
}

footer {
    min-height: 400px;
    background: url('./img/footer.png');
    display: flex;
}

footer a {
    color: #F38DBA;
    font-size: 1em;
}

footer a:hover {
    color: #FFF;
    font-size: 1em;
}


footer p {
    color: #fff;
    font-size: 1em;
}

.footerLinks {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.chair-section {
    text-align: right;
}

.display-flex {
    display: flex;
}

.slider {
    display: block;
}

.footerLinks div span {
    color: #777777;
    margin: 0 10px;
}

#hiddenContact {
    display: none;
}

#contact-form h3 {
    color: darkgreen;
}
    

@media (min-width: 1500px) {
    .mainHeader h1 {
        font-size: 110px;
    }
    .mainHeader h1 span {
        font-size: 35px;
    }
    .mainHeader p {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .mainHeader h1 {
        font-size: 16vw;
    }
    .mainHeader h1 span {
        font-size: 5vw;
    }
    .mainHeader p {
        font-size: 6vw;
    }
    .frontPorch {
        background-position: -200px;
    }
    
    .header img {
        width: 100px;
    }
    
    .section {
        width: 100%;
    }
    
    .slick-dots {
        text-align: center;
        margin: auto;
        right: 0;
        left: 0;
    }
    
    .sliderButton {
        bottom: 7%;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        width: 70%;
        font-size: 1.1em;
    }
    .splitSection {
        height: 200vh;    
    }
    
    .chair {
        width: 150px;  
    }
    
    .relax h2 {
        font-size: 3.5em;
        margin-top: 40px;
    }
    
    .relax p {
        font-size: 1.2em;
    }
    
    footer {
        display: block;
    }
    
    footer p {
        margin-top: 50px;    
    }
    
    .footerLinks {
        margin-top: 20px;
        text-align: center;
        display: block;
    }
    
    .chair-section {
        text-align: left;
    }
}



