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

@font-face {
    font-family: jf;
    src: url("fonts/Scriptorama\ Tradeshow\ JF\ Regular.ttf") format("truetype");
}

@font-face {
    font-family: saigon;
    src: url("fonts/Saigon.otf") format("opentype");
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

body {
    font-family: saigon;
}



/* //////////HORIZONTAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #7d906d; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #3c5026;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #e4dbd0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }



/* //////////HEADER//////////// */

.header {
    padding: 0.6rem 1.2rem;
    background-color: #b3bd87;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 3px solid #708163;
}

.header-box {
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
}

.logo-box {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.logo {
    font-size: 3.2rem;
    color:#fff;
}



.header-nav {
    display: flex;
    gap: 1.2rem;
    align-content: center;
}

.header-link {
    font-size: 3.2rem;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #b3bd87;
}

.header-link:hover {
    border-bottom: solid 1px #708163;
}


 /* Dropdown Button */

  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #b3bd87;    
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #708163;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  /* .dropdown:hover .dropbtn {background-color: #708163;} */


/* //////////HERO//////////// */

.hero {
    padding: 0.6rem 0;
    background-image: url("imgs/hero.jpeg");
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

.hero-box {
    margin: 0 auto;
}

.hero-container {
    display: flex;
    align-items: flex-start;
    margin-top: 9.6rem;
    padding-left: 9.6rem;
    width: 100%;
    gap: 2.4rem;
    flex-direction: column;
    background-color: rgba(51, 51, 51, 0.368);
}

.hero-header {
    font-size: 7.2rem;
    color: #fff;
}

.hero-caption {
    font-size: 4.8rem;
    color: #fff;
}

.hero-balls {
    position: absolute;
    bottom: -13%;
    right: 3%;
}


/* //////////ABOUT//////////// */

.about {
    padding: 14.4rem 1.2rem 9.6rem;
}

.about-box {
    margin: 0 auto;
    max-width: 140rem;
}

.about-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
}

/* .about-img {
    
} */

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.about-header {
    font-size: 3.2rem;
    color: #333;
}

.about-text {
    font-size: 2.2rem;
    color: #666;
    font-family: 'Raleway', sans-serif;
font-family: 'Rochester', cursive;
}

.about-link {
    font-size: 2.2rem;
    background-color: #b3bd87;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    width: 12rem;
    text-align: center;
    align-self: flex-end;
    transition: all 0.3s;
    border: 1px solid #b3bd87;
}

.about-link:hover {
    background-color: #fff;
    color: #b3bd87;
}

.about-page {
    font-family: 'Raleway', sans-serif;
    font-family: 'Rochester', cursive;
}


/* //////////QUALIFICATIONS//////////// */

.qual {
    padding: 4.8rem 2.4rem 9.6rem;
}

.qual-box {
    margin: 0 auto;
    max-width: 140rem;
}

.qual-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4rem;
}

.qual-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
    padding: 0 0 4.8rem;
}

.qual-img {
    width: 100%;
}


/* //////////Z//////////// */

.z {
    padding: 9.6rem 2.4rem 9.6rem;
}

.z-box {
    margin: 0 auto;
    max-width: 140rem;
}

.z-container {
    display: grid;
    align-content: center;
    justify-items: center;
    /* grid-template-columns: 1fr 1fr; */
}

.z-item {
    display: flex;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

.z-img {
    width:55rem;
}

.z-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.z-header {
    font-size: 3.2rem;
    color: #333;
}

.z-text {
    font-size: 2.2rem;
    color: #666;
}

.z-link {
    font-size: 2.2rem;
    background-color: #b3bd87;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    width: 12rem;
    text-align: center;
    align-self: flex-end;
    transition: all 0.3s;
    border: 1px solid #b3bd87;
}

.z-link-2 {
    align-self: flex-start;
}

.z-link:hover {
    background-color: #fff;
    color: #b3bd87;
}

/* //////////ORBS//////////// */

.orbs {
    padding: 4.8rem 0rem 2.4rem;
}

.orbs-box {
    margin: 0 auto;
    max-width: 140rem;
}

.orbs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15rem;
    align-content: center;
    justify-items: center;
    position: relative;
}

.orbs-mandala {
    width: 80%;
    position: absolute;
}

.orb-item {
    width: 50rem;
    height: 50rem;
    background-color: #869154;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
}

.orb-item-1 {
    width: 40rem;
    height:40rem;
    align-self: flex-end;
}

.orb-item-2 {
    margin-bottom: 10rem;
    background-color: #d7b877;
    z-index: 5;
}

.orb-item-3 {
    align-self: flex-end;
    margin-right: 15rem;
    background-color: #d7b877;
    z-index: 5;
}

.orb-item-4 {
    width: 40rem;
    height: 40rem;
    justify-self: flex-end;
}

.orb-header {
    font-size: 3.2rem;
    color:#fff;
}

.orb-price {
    font-size: 3rem;
    color: #fff;
}

.orb-text {
    font-size: 2.2rem;
    color: #fff;
    z-index: 1;
}

.orb-link {
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 2.2rem;
    color: #fff;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    width: 13rem;
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
}

.orb-link:hover {
    background-color: #fff;
    color:#869154;
}


/* //////////HANDS//////////// */

.hands {
    padding: 4.8rem 0rem;
    position: relative;
}

.hands-img {
    width: 100%;
}


/* //////////BENEFITS//////////// */

.benefits {
    padding: 4.8rem 2.4rem;

}

.benefits-box {
    margin: 0 auto;
    max-width: 120rem;
}

.benefits-container {
    display: flex;
    gap: 4.8rem;
    justify-content: space-between;
}

.benefits-item {
    width: 50%;
    height: 100%;
}

.benefits-item-box {
    border: 1px solid #b3bd87;
    border-radius: 26px;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.benefits-item-box-2 {
    background-color: #b3bd87;
    height: 73.9rem;
    justify-content: space-between;
}

.benefits-header {
    font-size: 3.6rem;
    color: #333;
    text-align: center;
    padding: 2.4rem;
}

.benefits-caption {
    font-size: 2.8rem;
    color: #444;
    text-align: center;
}

.benefits-link {
    padding: 0.6rem 1.2rem;
    color: #fff;
    border: 1px solid #b3bd87;
    border-radius: 13px;
    width: 13rem;
    font-size: 2.2rem;
    text-align: center;
    text-decoration: none;
    background-color: #b3bd87;
}

.benefits-link-2 {
    background-color: #fff;
    color:#869154;
}

/* .benefits-link:hover {
    background-color: #b3bd87;
    color: #fff;
} */

.bullet-points-list {
    justify-self: center;
    list-style: none;
    padding: 2.4rem;
    /* text-align: center; */
}

.bullet-point::before {
    content: "\2022";
    color: #b3bd87;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.bullet-point {
    font-size: 2.2rem;
    color: #777;
    padding: 0.6rem 0;
}

.ideals-list li {
    color: #fff;
    font-size: 2.6rem;
}

.ideals-list .bullet-point::before {
    color: #fff;
}

.ideals-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.benefits-text {
    font-size: 2.6rem;
    color: #fff;
    padding-bottom: 3.2rem;
}



/* //////////PRODUCT//////////// */

.product {
    padding: 9.6rem 2.4rem 9.6rem;
}

.product-box {
    margin: 0 auto;
    max-width: 120rem;
}

.product-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.8rem;
}

.product-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2rem; */
    align-items: center;
    justify-content: center;
}

.product-img {
    width: 100%;
}


.product-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;
}

.product-text-box-two {
    justify-content: end;
}

.product-header {
    font-size: 3.2rem;
    color: #333;
    align-self: center;

}

.product-text {
    font-size: 2.2rem;
    color: #666;
}

.product-link {
    font-size: 2.2rem;
    background-color: #b3bd87;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    width: 12rem;
    text-align: center;
    align-self: center;
    transition: all 0.3s;
    border: 1px solid #b3bd87;
}

.product-link:hover {
    background-color: #fff;
    color: #b3bd87;
}


.product-img-flowers {
    position: absolute;
    bottom:-20rem;
    right: -15rem;
    z-index: 1;
}

.product-quad-img {
    width: 100%;
}


 /* -------FOOTER SECTION------ */

 .footer {
    padding: 9.6rem 4.8rem;
    background-color: #b3bd87;
    border-top: 3px solid #869154;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

/* .footer-img {
    position: absolute;
     transform: translate(-50%, -50%); 
    top: -50%;
} */

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 30rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #fff;
}

.footer-details {
    font-size: 1.8rem;
    text-align: center;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #eee;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#fff;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #eee;
}

.footer-placeholder {
    font-size: 4.8rem;
}


.parallax1 {
    background-image: url("imgs/banner1.jpg");
    background-repeat: no-repeat;        background-attachment: fixed;        
    background-size: cover;        
    height: 50rem;
}

.parallax2 {
    background-image: url("imgs/banner2.jpg");
    background-repeat: no-repeat;        background-attachment: fixed;        
    background-size: cover;
    background-position: right;        
    height: 50rem;
}

.parallax3 {
    background-image: url("imgs/banner3.jpg");
    background-repeat: no-repeat;        background-attachment: fixed;        
    background-size: cover;        
    height: 50rem;
}

 /* -------CHAKRA-ORBS SECTION------ */

 .chakra-orbs {
    padding: 9.6rem 4.8rem 4.8rem;
    background-color: #fff;
}

.chakra-orbs-box {
    max-width: 120rem;
    margin: 0 auto;
}

.chakra-orbs-title {
    font-size: 4.8rem;
    color: #444;
    text-align: center;
    padding: 2.4rem 0.6rem;
}

.chakra-orbs-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    justify-content: center;
    align-items: center;
}

.chakra-orbs-item {
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.chakra-orbs-header {
    font-size: 3.6rem;
    color: #333;
    text-align: center;
}

.chakra-orbs-text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    padding: 0 2.4rem;
}

.chakra-orbs-item-one {
    background-color: #90009d;
}

.chakra-orbs-item-two {
    background-color: #00489c;
}

.chakra-orbs-item-three {
    background-color: #00b5dc;
}

.chakra-orbs-item-four {
    background-color: #8cbf00;
}

.chakra-orbs-item-five {
    background-color: #ffd800;
}

.chakra-orbs-item-six {
    background-color: #ff9201;
}

.chakra-orbs-item-seven {
    background-color: #e60000;
}


 /* -------CHAKRA-BALANCE SECTION------ */

 .chakra-balance {
    padding: 4.8rem 1.2rem;
    background-color: #fff;
}

.chakra-balance-box {
    max-width: 120rem;
    margin: 0 auto;
}

.chakra-balance-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.chakra-balance-header {
    font-size: 4.8rem;
    color: #444;
    /* text-align: center; */
    padding: 2.4rem 0.6rem;
}

.chakra-balance-text {
    font-size: 2.4rem;
    color: #666;
}

.page-title {
    font-size: 6rem;
    padding: 9.6rem 1.2rem 1.2rem;
}

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

.animal-img-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
}

.page-img {
    width: 100%;
}

.page-salt-img {
    max-width: 70rem;
    margin: auto;
}


/* ------SLIDESHOW SECTION--------- */

.testimonial-heading {
    text-align: center;
    font-size: 4.8rem;
    color: #70C8C5;
}

.slides-box {
    margin: 0 auto;
    max-width: 120rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
}

.slideshow-container {
    /* display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center; */
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;

  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 10rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    /* transform: rotate(270deg);
    margin-right: 2rem; */
  }

  /* .prev {
      transform: rotate(270deg);
      margin-left: 2rem;
  } */
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #dfd3b9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #614923;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

.slide-box {
    position: relative;
}

.slide-box::before {
    content: "";
    position: absolute;
    height: 40rem;
    width: 40rem;
    border-radius: 50%;
    top:-25%;
    left: -15%;
    border: 2px solid #7d906d;
    z-index: -1;
}

.slide-img {
    width: 70rem;
    height:70rem;
    border-radius: 10px;
}

.slide-link {
    border-radius: 10px;
}

.arrow {
    width: 12rem;
    justify-self: center;
}

.arrow-right {
    transform: scale(-1, 1);
}

.slide-title {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 4.8rem;
}

.corner-box {
    position: absolute;
    bottom: -17%;
    right: -18%;
}

.slide-pagination {
    list-style: none;
    display: flex;
    gap: 2.4rem;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
}

.slide-pag-box {
    padding-top: 3rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    
}

.slide-pag-dot {
    width: 3rem;
    height: 3rem;
    background-color: #e4dbd0;
    border-radius: 50%;
    border: 2px solid #7d906d
}

.active-slide-pag {
    background-color: #7d906d;
}

.testimonials {
    padding: 9.6rem 2.4rem 9.6rem;
}

.testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.4rem;
    justify-self: center;
    align-self: center;
    background-color: #3c5026;
    padding: 1.2rem;
    border-radius: 23px;
}

.testimonial-text-box {
    grid-column: 1/3;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial-text {
    font-size: 2.4rem;
    text-align: center;
    color:#fff;
}

.testimonial-arrow-box {
    align-self: center;
}

.testimonial-arrow {
    width: 12rem;
}

.testimonial-quote {
    width: 10rem;
}

.testimonial-lower {
    display: flex;
    font-size: 2.4rem;
    gap: 4.4rem;
    color:#fff;
}

.testimonial-treatment {
    color: #fff;
}


/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0.6rem 9.6rem;
    background-color: #fff;
}

.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-items: center;
    align-items: center;
    color: #555;
}

.cta-title {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.2rem;
    text-align: center;
    padding: 1.2rem;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #869154;
    resize: none;
    padding: 1.2rem;
    background-color: #fff;
}

/* .mobile-input::-webkit-inner-spin-button, .mobile-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.mobile-input {
    -moz-appearance:textfield !important;
} */

.message-input {
    height: 12rem;
    background-color: #fff;
}

.submit-btn {
    width: 25%;
    align-self: flex-end;
    padding: 0.8rem;
    border-radius: 3px;
    border: none;
    background-color: #869154;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: 'Josefin Slab', serif;
}


/* ////////////MODAL////////// */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 5%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close,
  .close2,
  .close3 {
    color: #fff;
    float: right;
    font-size: 6rem;
    font-weight: bold;
    transition: all 0.3s;
  }
  
  .close:hover,
  .close:focus,
  .close2:hover,
  .close2:focus,
  .close3:hover,
  .close3:focus {
    transform: scale(1.1);
    text-decoration: none;
    cursor: pointer;
  }

  /* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #3c5026;
    color: white;
    font-size: 3.6rem;
    font-family: 'Raleway', sans-serif;
  }
  
  /* Modal Body */
  .modal-body {
    padding: 2.4rem;
    font-size: 2.4rem;
  }
  
  /* Modal Footer */
  .modal-footer {
    padding: 2px 16px;
    background-color: #d7b877;
    color: white;
    font-size: 3.6rem;
    font-family: 'Raleway', sans-serif;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.6s
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {opacity: 0}
    to {opacity: 1}
  }




  .intro,
.intro a{
  color:#fff;
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 3.6rem;
  font-family: Arial;
  text-shadow: 0 0 1px #888;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}