@charset "UTF-8";

@font-face{
    font-family: 'Emboss';
    src:url("../fonts/embosst1-webfont.woff") format("woff");
    font-weight:normal;
    
}

@font-face{
    font-family: 'Futura-Handwritten';
    src:url("../fonts/futurahandwritten-webfont.woff") format("woff");
    font-weight:normal;
    
}

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

h2{
    display:block;
    font-family: "Emboss";
    font-size: 5em;
}

body{
    background-color:rgba(35,158,78,1.00)
        
}

.logo-top-margin{
    position:absolute;
    margin-top: 3%;
   margin-left: 10%;
    
}

nav{
    
    font-family: "Futura-Handwritten";
    height: 90px;
    display: flex;
    justify-content:space-around;
    align-items:center;
    min-height: 12vh;
    padding-top: 170px;
    background-color:none;
    margin-right: 35%;
   
}



#burger-btn {
	
	display: none;
	
} 

.burger{
    padding: 30px;
    align-content: flex-end;
    display: none;
  
}

.burger div{
    
    width: 40px;
    height: 5px;
    background-color: black;
    margin: 5px;
    align-content: flex-end;
   
}


ul{
    
    list-style-type: none; 
    display: flex;
	justify-content: flex-around;
    padding: 15px;
    margin-left:30%;
    margin-right:5%;
    
}

li a{
    font-family: "Futura-Handwritten";
    color:black;
    font-weight: normal;
    font-size: 2rem;
    text-decoration: none;
    padding-left: 80px;
    padding-bottom: 80px;
    
    
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;

}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
    z-index: 1;
  display: block;
  margin-left: 75%;
  background-color:rgba(0,0,0,0.40);
 padding-right: 40px;



}

ul li ul li {
  clear: both;
  width: 100%;
  padding-top: 5%;
}


nav li:nth-child(1) a:hover {
        color:rgba(248,243,10,1.00);
}

nav li:nth-child(2) a:hover {
      color:rgba(255,11,15,1.00);
}

nav li:nth-child(3) a:hover {
    color:rgba(0,209,255,1.00);
}

nav li:nth-child(4) a:hover {
    color:rgba(204,204,204,1.00)
}



.home-image{
    background-color:none;
    display: flex;
    justify-content: center;
    alighn-items: center;
    margin-bottom: 10%;
    margin-right: 10%;
}

.index-page-title{
    
   position: absolute;
    margin-left: 20%;
    margin-top: 10%;
    font-size: 5em;
}




/* ABOUT PAGE CSS */

.about-page{
    
    background-color:rgba(85,85,85,0.50);
}


.about-page-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
    width: 85vw;
    margin-top: 10%;
  
    
    
}

.about-page-image{
    
    margin-left: 20%;
    
}

.about-page-text{
    
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.5em;
    padding: 20px;
}

.content{
    
   
}

.about-page-title{
    padding: 20px;
}




/* CONTACT CSS*/

#contact_form {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: none;
    padding-top: 20px; 
    padding-bottom: 20px;
    margin-left: 45%;
  }
.contact-page{
    
    background-color:rgba(85,85,85,1.00);
}

.contact-page-image{
    margin-left: 30%;
    margin-bottom: 0%;
    
   
}

.contact-page-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
    width: 85vw;
    margin-top: 10%;
}
.contact-page-title{
    
    font-size: 2em;
    align-content: center;
    margin-left: 10%;
}

.row label{
  color:whitesmoke;
  font-size: 18px;
  margin-left: 10px;
}

input[type=text], textarea {
  text-align: center;
  background-color: white;
  border-radius: 5px;
  margin: auto 0;
  color: #FFFFFF;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px #3e4444;
  }

input[type=text] {
  height: 25px;
}

input[type=submit] {
  background-color:rgba(233,224,224,1.00)
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 10px;
  box-shadow: 5px 5px 5px #3e4444;
}






/* MERCH - SHOW ALL PRODUCTS PAGE */

.merch-show-all-page{
    
    background-color: white;

}
.h2-merch-all{
    
    font-size: 2.2em;
    align-content: center;
}

.section-merch-all{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 70vh;
    width: 85vw;
    margin: 0 auto;
    margin-bottom: 10%;
}

.merch-text{
    text-align: center;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
    
    
}

.merch-text p{
    
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.2em;
}

.image{
    background: center/cover no-repeat;
}

.content{
    background: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20%;
    margin-bottom: 10%;
}




/* MERCH INDIVIDUAL PRODUCT PAGES CSS */

.title-merch{
    font-size: 1em;
    align-content: center;
    margin-left: 12%;
    margin-top: 10%;
}
.merch-page{
    font-family: 'Emboss', sans-serif;
    background-color:rgba(61,61,61,0.50);
}
.wrapper{
    overflow-x: hidden;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
}
.title{
    margin-top: 3rem;
    text-align: center;
    position: relative;
}
.title::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    width: 200px;
    background-color: #000;
}
.title h1{
    font-weight: 500;
    opacity: 0.8;
}
.product{
    margin: 3rem 0;
}
.product-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-item{
    width: calc(20% - 16px);
    margin: 8px;
    background-color: #fff;
    max-width: 300px;
}
.product-img{
    position: relative;
    overflow: hidden;
}
.product-item img{
    width: 100%;
    display: block;
}
.product-img div{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0.8rem;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.add-btn{
    width: 100%;
    background-color: transparent;
    border: 2px solid #f2a80b;
    color: #f2a80b;
    font-family: inherit;
    font-size: 0.9rem;
    padding: 0.4rem;
    cursor: pointer;
    text-transform: uppercase;
}
.product-img:hover div{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.product-content{
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-title{
    display: block;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.2rem 0;
}
.author{
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.9;
    text-transform: capitalize;
}
.author span{
    font-weight: 400;
    color: rgb(76, 99, 76);
}
.product-content div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex start;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.rating{
    list-style-type: none;
    margin-top: 0.2rem;
}
.rating li{
    color: #f2a80b;
    display: inline-block;
    font-size: 0.8rem;
}
.rating li:last-child{
    display: block;
    font-size: 0.8rem;
    font-weight: 300;
}
.price{
    color: #ff1616;
}



/* FOOTER. */

footer{
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
    align-items: center;
    padding: 20px;
    margin-left: 30%;
    margin-bottom: 2%;
    font-size: 1.3em;
}

footer a{
    
    text-decoration: none;
    color: black;
    padding-left: 10px;
    
}



/* RESPONSIVE STUFF */


        
 @media(max-width: 992px){
     
     
     
.home-image{
    background-color:none;
    display: flex;
    justify-content: center;
    alighn-items: center;
    margin-bottom: 4%;
}

.index-page-title{
    
   position: absolute;
    margin-left: 20%;
    margin-top: 5%;
    font-size: 2em;
}

     
.about-page-section{
    display: grid;
    grid-template-columns: 1fr;
    min-height: 90vh;
    width: 85vw;
    margin-top: 10%;
    
}     
     
     
.contact-page-section{
    display: grid;
    grid-template-columns: 1fr;
    min-height: 90vh;
    width: 85vw;
    margin-top: 10%;
}
    
footer{
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
    align-items: center;
    padding: 10px;
    margin-left: 20%;
    margin-bottom: 2%;
    font-size: 1em;
}
     
     

/*HOME - RESPONSIVE*/

@media screen and (max-width: 768px){   
    
    body{
        overflow-x: hidden;
    }
    
    nav{
        margin-bottom: 10px;
        padding-top: 20px;
    }
    
    
    .burger{
        display: block;
        cursor: pointer;
        
        
    }
    
    .burger:hover{

		/*background-color: lime; <-- note to self: turn this on to double check navigation respose */
        
    }
    
     .nav-links {
        
        position: absolute;
        background-color: none;
        left: 10px;
        height: 19vh;
        top: 8vh;
        display:block;
        flex-direction: column;
        justify-content: flex-end;
		margin-left:-300px;
		margin-top: 55px;
        
    }
	
	nav input:checked ~ div .nav-links {
		transform: translateX(400px);
        transition: transform 0.5s ease-in;
        
	} 
    
    ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
    margin-left: 20%;
    caret-color: aqua;

}
    
    .logo-top-margin{
    position:absolute;
    margin-top: 3%;
   margin-left: 80%;
        width: 30%;
        

        /* MERCH - ALL PRODUCTS - RESPONSIVE *?
        
        
     