/* Universal Styles */
/* */
body {
  position:relative;
  z-index: 1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

body::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .25;
  z-index: -1;
  background-image: url("images/vecteezy_marijuana-leaf-vector-isolated-on-white-background_7902090.jpg");
  background-repeat: repeat;
}

a {
  text-decoration: none;
}

/* Navigation */

nav {
  text-align: center;
  
}

nav img {
  
  display: block;
  
  margin: auto;
}

nav span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 10px 0px;
}

nav a {
  color: #333333;
}

/*  Container */
ß


/*  Header */

.header {
  background-position: center;
  height: 300px;
  margin: 5px;
}

.header h1 {
  text-align: center;
  background-color: #333333;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  width: 68%;
  padding: 20px;
  margin: 5px auto;
  
}

h2{
  text-align: center;
  background-color: #333333;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 300;
  width: 66%;
  padding: 20px;
  margin: 5px auto;
}

h3{
  color: #333333;
  font-weight: 400;
  font-size: 26px;
  width: 100%;
  margin: 5px;
  text-align: center;
  display: inline-block;
}

/* for possible implimentation of fixed header and nav bar
.sticky{
  position: fixed;
  top: 0;
}

/*  Body */

.body {
  width: 100%;
  margin: 0, auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  
}

.body p {
  color: #333333;
  font-weight: 400;
  font-size: 20;
  line-height: 34px;
  width: 100%;
  margin-top: 30px;
  
}

img {
  display: inline-block;
  border: #3A5F0B 5px Solid;
  margin-bottom: 5px;
}

/* Content Button */

.button {
  border-radius: 4px;
  color: #05A8AA;
  display: block;
  font-weight: 700;
  width: 200px;
  padding: 20px;
  margin: 40px auto;
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}

li:hover {
  background-color: #05A8AA;
  border: 3px solid #05A8AA;
  color: #FFF;
  padding: 10px;
}

/*  list elements */

ul{
  padding: 20px;
}

ul li {
  display: inline-block;
  background-color: #333333;
  list-style: none;
  width: 43%;
  padding: 10px 20px;
  margin-bottom: 3px;
  text-align: center;
}

.straininfo .strain {
  color: white;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 2px;
  display: block;
  
  
}


/* carts */
  
.cartinfo .cart {
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 2px;
    display: block;
    
}
  


/* extracts */

.extractinfo .extract {
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 2px;
    display: block;
   
    
}

.hashinfo .hash {
  color: white;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 2px;
  display: block;
 
  
}

/* edibles */

.ediblesinfo .edible {
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 2px;
    display: block;
    
}
  

/* prerolls */

.prerollsinfo .prerolls {
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 2px;
    display: block;
    
}


/* specials */
  
.specialsinfo .specials {
    color: white;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    
}

/* all descriptions */
.description {
    color: white;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 2px;
  }
/* sativa indica or hybrid will make different color */
.Sativa {
  color: rgba(234, 31, 31, 0.867);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2px;
}
.Indica {
  color: rgb(165, 176, 206);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2px;
}
.Hybrid {
  color: rgb(206, 56, 229);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2px;
}

.credits{
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}