@import url('components.css');


.home-bg .home{
   display: flex;
   align-items: center;
   min-height: 60vh;
}

.home-bg .home .content{
   width: 50rem;
   display: center;
}

.home-bg .home .content span{
   color:var(--purple);
   font-size: 3.1rem;
   display: center;

}

.home-bg .home .content h3{
   font-size: 3rem;
   text-transform: uppercase;
   margin-top: 1.5rem;
   color:var(--black);
}

.home-bg .home .content p{
   font-size: 2.0rem;
   padding:1rem 0;
   line-height: 2;
   color:var(--black);
}

.home-bg .home .content a{
   display: inline-block;
   width: auto;
}
/*Background  BEFORE LOG IN END */
.home-category .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 27rem);
   gap:1.5rem;
   justify-content: center;
   align-items: flex-start;
}

.home-category .box-container .box{
   padding:2rem;
   text-align: center;
   border:var(--border);
   background-color: var(--white);
   /*box-shadow: var(--box-shadow);*/
   border-radius: .5rem;
}

.home-category .box-container .box img{
   width: 100%;
   margin-bottom: 1rem;
}

.home-category .box-container .box h3{
   text-transform: uppercase;
   color:var(--black);
   padding:1rem 0;
   font-size: 2rem;
}

.home-category .box-container .box p{
   line-height: 2;
   font-size: 1.5rem;
   color:var(--black);
   padding:.5rem 0;
}

.home-category{
   padding-bottom: 0;
}

.products .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 35rem);
   gap:1.5rem;
   justify-content: center;
   align-items: flex-start;
}
.box{
   width: 100%;
   padding:1.2rem 1.4rem;
   border:var(--border);
   margin:1rem 0;
   background-color: var(--light-bg);
   font-size: 1.8rem;
   color:var(--black);
   border-radius: .5rem;
}
@media (max-width:768px){

   .home-bg{
      background-position: left;
   }

   .home-bg .home{
      justify-content: center;
      text-align: center;
   }


}
@media (max-width:450px){

   .home-category .box-container{
      grid-template-columns: 1fr;
   }

   .products .box-container{
      grid-template-columns: 1fr;
   }

  
}
.pgallery .hero{
   width: 100%; 
   height: 50vh;
   background-color: black;
   /* Remove bullets */
   overflow: hidden; 
}
/*Gallery CSS*/

.galleryDisplay {
   display: flex;
   width: 100%;
   gap:1.5rem;
   justify-content: center;
   align-items: center;
   min-height: 100vh;


}

.galleries{

   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
   grid-gap: 30px;

}
.galleries img{
width: 500px;
}
.question{
    font-size:50px ;
}

.getInTouch{
     text-decoration: underline;
}

.uk-legend{
    font-size:17px;
}

.required{
     font-size:14px;
}

.paddingemail{
    padding-left:50rem;
}

body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);*/
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


body > header > div > nav:nth-child(1){
    box-shadow:none;
}

body > header > div > nav.navbar {
    box-shadow: none !important;
}


 .errors ul {
   margin-bottom: 0;
   padding-left: 1em;
 }
 
 /* Session Messages */
 
 #message {
   color: #0055DD;
   background: white;
   border: 2px solid #0055DD;
   padding: 1em 15px;
   margin: 1em 30px;
   width: 890px;
 }

 .black-link {
   color: black;
 }
 /* Error Messages Styles */
.error-container {
   margin-bottom: 20px;
   padding: 10px;
   background-color: #ffdddd;
   border-left: 6px solid #f44336;
   color: #f44336;
}

.error-container p {
   margin: 0;
   padding: 0;
}

/* Error Messages Styles */
.error-container {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    color: #f44336;
}

.error-container p {
    margin: 0;
    padding: 0;
}

