/* basic styles */

@import url("font.css");                                 /* Custom Font */
@import url("font-awesome/css/font-awesome.min.css");    /* Font Awesome */

html {
  font-size: 100%;
  line-height: 1.5rem;
  box-sizing: border-box;
  font-family: 'RobotoRegular', Arial, sans-serif;
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: whitesmoke;
  font-family: 'RobotoRegular', Arial, sans-serif;

}

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

img,
video {
  width: 100%;
  height: auto;
  display: block;
}

.logo2 {
  margin: 0 0 0 0.3rem;
  max-width: 180px;
  overflow: hidden;
  position: center center sticky;
  align-self: center;
  text-align: center;
  display: inline-block;


}

/* begin header navbar styles */
.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  overflow: hidden;
  background-color: whitesmoke;
  z-index: 10;
}

.logo,
.nav-menu {
  text-transform: uppercase;
}

.logo,
.nav-item {
  white-space: nowrap;
}

.nav-item a:hover {
  color: orange;
}

.nav-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-item {
  flex: 1 0 33.33%;
  text-align: center;
}

.social-nav-item {
  flex: 1 1 10%;
}

.logo a,
.nav-menu a {
  display: block;
  text-decoration: none;
  /* letter-spacing: 0.2rem; */
  padding: 0.8rem;
  color: black;
}

.logo a {
  font-weight: 700;
  font-size: 2rem;
}

.nav-menu a {
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid rgb(0, 0, 0, 0);
  transition: all ease 0.1s;
}

.nav-menu a:hover {
  border-bottom: 2px solid orange;
}

/* hearo header navbar changes */
.hero-nav {
  background: none;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  align-content: top;
  z-index: 10;
}

.hero-nav .logo a,
.hero-nav .nav-menu a {
  color: black;
}

.hero-nav .nav-menu a:hover {
  color: white;
}

.hero-nav .nav-menu a:hover {
  border-bottom: 1px solid orange;
}

.hero-nav .nav-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* homepage hero */

.hero-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-content: center;
  justify-content: center;
  align-items: start;
  z-index: 1;

}

.hero-image-box {
  min-height: 100vh;
  max-width: 100;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  /* max-height: 900px;
  min-height: 640px; */
}

  .hero-image-box::after {
    content: "";
    background-color: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }


.hero-img,
.hero-video {
  height: 100vh;
  width: 100;
  object-fit:cover;
  object-position: center;
}

.hero-video {
  background-color: whitesmoke;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-text-box {
  grid-row: 1 / -1;
  grid-column: 1 /-1;
  align-self:center;
  padding: 1rem;
  z-index: 1;
  text-align: center;
}

.text-justified {
  text-align: justify;
}

.hero-heading {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: none;
  color: rgb(0, 0, 0);
  font-family: 'RobotoRegular', Arial, sans-serif;

}

.hero-text {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: black;
  font-family: 'RobotoRegular', Arial, sans-serif;

}



.hero-text-justified {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: black;
  text-align: justify;
  padding-right: 5pt;
}



.hero-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: orange;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 2rem;
}

.hero-button:hover {
  transform: scale(0.95);
}

.hero-button:active {
  background: rgba(0, 0, 0, 0.3);
}

mark.orange {
  color:orange;
  background: none;
}

mark.black {
color:black;
background: none;
}

mark.gray {
color:rgb(123, 123, 123);
background: none;
}

/* about page */

.cmi {
  width: 30%;
  text-align: center;
}

.about-page {
  padding: 2rem 1rem 5rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}

.about-text {
  margin: 0 auto;
  color: gray;
  align-self: top;
}

.about-text h1 {
  font-size: 2rem;
  line-height: 2rem;
  color: black;
}

.about-image {
  overflow: hidden;
  position: center center sticky;
  align-self: top;
  text-align: center;
  display: inline-block;
}

.about-social {
  display: flex;
  justify-content: start;
}

.about-social a {
  color: white;
  padding: 0 1rem 1rem 1rem;
}

/* footer Nav extra styles */
.footer-logo {
  white-space: nowrap;
}



.footer-social {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.footer-social a {
  color: black;
  padding: 0 1rem;
}

.footer-copyright {
  text-align: center;
    padding-bottom: 6rem;
  padding: 20px;
}

/* Begin Grid Gallery Styles */

/* hearo header navbar changes */

.gallery-page {
  padding: 1rem 1rem 10rem 1rem;
  background-color: none;
}

.gallery-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-gap: 0.5rem;
}

.gallery-span {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-auto-rows: 300px;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
}

.gallery-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0px;
}

.gallery-img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.gallery-img:hover {
  transform: scale(1.3);
}

.w-1,
.w-2,
.w-3,
.w-4,
.w-5,
.w-6 {
  grid-column: span 1;
}

.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.h-6 {
  grid-row: span 1;
}

/* media queries for large screens */


@media (min-width: 400px) {
  .nav-bar {
    line-height: 1rem;
  }

  .nav-menu {
    padding: 0 0 rem;
  }
  .nav-item {
    flex: 1 1;
  }
  
  .hero-heading {

    font-size: 3rem;
    line-height: 1.5rem;
  }

}

@media (min-width: 600px) {
  .nav-bar {
    line-height: 1.5rem;
  }

  .nav-menu {
    padding: 0 1 rem;
  }
  .nav-item {
    flex: 1 1;
  }
  .hero-nav {
    padding-bottom: 1rem;
  }
  .hero-heading {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .hero-text-box {
    padding: 2rem;
  }
  .hero-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .about-page {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  .about-text h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .about-text p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-nav {
    padding-top: 2rem;
  }

  .footer-logo {
    flex-basis: 100%;
  }
}

@media (min-width: 920px) {
  body {
    max-width: 1400px;
  }
  .hero-body {
    max-width: unset;
  }
  .nav-bar {
    align-content: space-between;
    padding: 1rem 0;
    margin: 1rem auto 2rem auto;
    line-height: 1rem;
  }
  .nav-menu {
    width: 100%;
    justify-self: start;
  }

  .logo {
    margin: 0 0 0 0.3rem;
    justify-self: start;
    max-width: 30%;
  }

  .hero-nav {
    width: 100%;
  }
  .about-text h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
 

  .footer-nav {
    justify-content: space-evenly;
  }

  /* grid column and row spans for wider screens */
  .gallery-span {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .w-1 {
    grid-column: span 1;
  }
  .w-2 {
    grid-column: span 2;
  }
  .w-3 {
    grid-column: span 3;
  }
  .w-4 {
    grid-column: span 4;
  }
  .w-5 {
    grid-column: span 5;
  }
  .w-6 {
    grid-column: span 6;
  }
  .h-1 {
    grid-row: span 1;
  }
  .h-2 {
    grid-row: span 2;
  }
  .h-3 {
    grid-row: span 3;
  }
  .h-14 {
    grid-row: span 4;
  }
  .h-5 {
    grid-row: span 5;
  }
  .h-6 {
    grid-row: span 6;
  }
}

/* styles for embeded shop page */
.shop-page {
  padding: 2rem 1rem 10rem 1rem;
}
.shop-page h1 {
  font-size: 3rem;
  line-height: 3rem;
}
.shop-page .text-box {
  max-width: 80ch;
  margin: 0 auto;
}
.shop-box {
  width: 266px;
  margin: 0 auto;
}
.shop-box iframe {
  width: 100%;
  height: 529px; /* 12 items tall*/
}

@media (min-width: 506px) {
  .shop-box {
    width: 506px;
  }
  .shop-box iframe {
    height: 529px; /*6 items tall*/
  }
}

@media (min-width: 746px) {
  .shop-box {
    width: 746px;
  }
  .shop-box iframe {
    height: 529px; /*6 items tall*/
  }
}

@media (min-width: 986px) {
  .shop-box {
    width: 986px;
  }
  .shop-box iframe {
    height: 529px; /*4 items tall*/
  }
}

@media (min-width: 1226px) {
  .shop-box {
    width: 1226px;
  }
}

.curated-shop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.shop-item p {
  margin: 0;
}
.shop-item h2 {
  margin-bottom: 0;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: orange; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
