@charset "utf-8";

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

html {
    background-color: #000;
    
    cursor: url(../images/cursor.png), auto;
    font-family: "Atures-300", Helvetica, 'Arial Narrow';
    letter-spacing: 3px;
}

header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 125px; 
    grid-gap: 10px;
    align-items: center;
    justify-items: center;
    overflow-x:hidden;
    cursor: url(../images/cursor.png), auto;
}

section {
    
    padding-top: 20px;
}


footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 250px);
    align-items: center;
    justify-items: right;
    padding: 20px;
    margin: 30px 0;
    border-top: 2px snow solid;
}

footer ul li {
    list-style: none;
    line-height: 200%;
    text-decoration: none;
    font-family: "Atures-300", Helvetica, sans-serif;
    color: white;
}

a {
	text-decoration: none;
    list-style: none;
}

h1 h2 h3 h4 h5 h6 {
    font-family: "Atures-300", Helvetica, sans-serif;
    letter-spacing: 1.75rem;
}

button:hover {
    cursor: url(../images/cursorHover.png),auto;
    
}

a:hover {
    cursor: url(../images/cursorHover.png),auto;
    
}


.visibilityOn {
    visibility: visible;
}

.visibilityOff {
    visibility: hidden;
}

/******************************************** #ID *********************************************/

ul li a{

    text-decoration: none;
}


#mainNav {
    grid-column: 2/4;
}

#mainNav ul { 
    list-style: none;
    display: inline;
    
}

#mainNav ul li {
    display: inline;
    padding-top: 35px;
    padding-left: 35px;
}

#stickyHeader {

    position: fixed;
    max-height: 50px;
    border-bottom: white;
    z-index: 19;
}


#stickyLogo{
    max-height: 45px;
    position: fixed;
    left: 15px;
    top: 5px;
}

#stickyLogo:hover {
    padding: 3px;
    border: 3px solid tomato;
}

#stickyLogo:focus {
    padding: 3px;
    border: 3px solid tomato;
}

#stickyCart {
    max-height: 40px;
    position: fixed;
    right: 70px;
    z-index: 19;
    top: 7px;
}

#stickyIG{
    max-height: 37px;
    position: fixed;
    right: 85px; 
    top: 10px;
}

#stickyBurgerMenu {
    max-height: 37px;
    position: fixed;
    right: 15px; 
    top: 10px;
}

#stickyBurgerMenu:hover{
    transform: rotate(90deg);
    background-color: tomato;
}

#stickyBurgerMenu:active{
    transform: rotate(90deg);
    background-color: blueviolet;
}


#burgerNav {
    background-color: tomato;
    text-align: center;
    list-style: none;
    position: fixed;
    top: 55px;
    right: 15px;
    z-index: 19;
    padding: 0 auto;
    border-radius: 10px;
    
}

#burgerNav ul {
    list-style: none;
    border-bottom: 1px dotted #051c32;
    padding: 15px 25px;
    margin: 0;
}

#burgerNav ul li {
    
    font-size: 20pt;
    border-bottom: 1px dotted #051c32;
    margin-bottom: 15px;

}

#burgerNav ul:last-child{
    margin-bottom: 0px;
}

#burgerMenu {
    
    visibility: hidden;

}

#divCart {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    align-items: center;
    justify-items: center;
}

#logo {
    min-width: 175px;
    max-width: 250px;
    padding-left: 15px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ main banner @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


#mainBanner {
    
}

.section-header {
    text-align: center;
    font-size: 64pt;    
    background-image: linear-gradient(180deg, white, gold);
    background-size: 15%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent; 
}

#aboutBanner {
    
    perspective-origin-x:center;
    -ms-perspective-origin-x:center;
    -webkit-perspective-origin-x:center;
    background-image: url(../images/starwarsBG.png);
    position: relative;
    max-height: 750px;
    
    background-repeat: repeat;
    z-index: 18;
    overflow: hidden;
}

.aboutText {
    font-family: Helvetica, sans-serif, 'Arial Narrow';
    font-size: 36pt;
    color:gold;
    line-height:1.75em;
    text-align: center;
    padding-top: 45px;
}

div#starwars {
    transform: perspective(800px) rotateX(35deg);
    max-width: 75%;
    margin: 0 auto;
    height: auto;
}

@keyframes slideUpStarWars {

    from {
      transform: perspective(800px) rotateX(35deg) translateY(37%);
    }
  
    to {
      transform: perspective(800px) rotateX(35deg) translateY(-135%);
    }

  }
  
  .slideUpStarWars {
    animation-duration: 23s;
    animation-name: slideUpStarWars;
    animation-iteration-count: infinite;
    animation-direction:unset;
    animation-timing-function:linear;
  }





/******************************************** .class *********************************************/

.justify-self-left {
    justify-self: left;
}

.gradientText {
    background-color: #f3ec78;
    background-image: linear-gradient(180deg, white, orange);
    background-size: 15%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.fontUnicaOne {
    font-family: "Atures-300", sans-serif;
    text-transform:uppercase;
    letter-spacing: .25rem;
    color: white;
    text-decoration: none;
    list-style: none;
}

.aboutUsHeader {

    font-size: 42pt;

}

.fontSize32pt {
    font-size: 32pt;
}

.fontSize24pt {
    font-size: 24pt;
}

.textCenterAlign {
    text-align: center;
}

.container {
    max-width: 90%;
    margin: 0 auto;
}

.static-container {
    max-width: 80%;
    margin: 0 auto;
}

.slideAdjust {
    min-width: 300px;
}

.mySlides {
    display: none;
	transition-duration: .35s;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.25s;
}

.floatRight {
    float: right;
}

p .article-text {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1em;
}

.centerImage {
    display: block;
    margin: 0 auto;
    
}

.displayNone {
    display: none;
}


.hide {
    visibility: hidden;
}

.side-scroll-text {
    
    background-color: whitesmoke;
    color: black;
    
}

.inline {
    display: inline;
}

.productImg {
    width: 110%;
}

.hoverTransformScale:hover {

    transform:scale(115%);

}

.hoverTransformSkewLeft:hover {

    transform:skew(15deg);

}

.hoverTransformSkewRight:hover {

    transform:skew(-15deg);

}

.linkTransformSkewLeft:link {
    
    transform: scale(115%);

}

.visitedTransformSkewLeft:visited {
    
    transform: scale(115%);

}

.visitedTransformSkewRight:visited {
    
    transform: scale(115%);

}

.flavorLogo {

    width: 15%;
    padding-right: 5px;

}

@media only screen and (min-width: 1920px) {

    .aboutText {
        font-family: Helvetica, sans-serif, 'Arial Narrow';
        font-size: 42pt;
        color:gold;
        line-height:1.75em;
        text-align: center;
        padding-top: 45px;
    }
    
    div#starwars {
        transform: perspective(800px) rotateX(35deg);
        max-width: 70%;
        margin: 0 auto;
        height: auto;
    }
    
    @keyframes slideUpStarWars {
    
        from {
          transform: perspective(800px) rotateX(35deg) translateY(50%);
        }
      
        to {
          transform: perspective(800px) rotateX(35deg) translateY(-135%);
        }
    
      }
      
      .slideUpStarWars {
        animation-duration: 19s;
        animation-name: slideUpStarWars;
        animation-iteration-count: infinite;
        animation-direction:unset;
        animation-timing-function:linear;
      }

}

@media only screen and (max-width: 1050px) {

    #mainNav ul { 
        list-style: none;
        display: none;
    }

    #burgerMenu {
        visibility:visible;
    }

    .aboutUsHeader {

        font-size: 36pt;
    
    }

    .aboutText {
        font-family: Helvetica, sans-serif, 'Arial Narrow';
        font-size: 28pt;
        color:gold;
        line-height:1.5em;
        text-align: center;
        padding-top: 45px;
    }
    
    div#starwars {
        transform: perspective(800px) rotateX(40deg);
        min-width: 85%;
        margin: 0 auto;
        height: auto;
    }
    
    @keyframes slideUpStarWars {
    
        from {
          transform: perspective(800px) rotateX(40deg) translateY(55%);
        }
      
        to {
          transform: perspective(800px) rotateX(40deg) translateY(-105%);
        }
    
      }
      
      .slideUpStarWars {
        animation-duration: 18s;
        animation-name: slideUpStarWars;
        animation-iteration-count: infinite;
        animation-direction:unset;
        animation-timing-function:linear;
      }

}

@media only screen and (max-width: 600px) {

    header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 115px; 
        grid-gap: 5px;
        align-items: right;
        justify-items: center;
        overflow-x:hidden;
    }

    #divCart {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px;
        justify-items: right;
        align-items: center;
    }

    #stickyHeader {

        position: fixed;
        max-height: 50px;
        border-bottom: white;
        z-index: 19;

    }

    #divLogo {

        max-width: 45px;
        justify-self: left;
        
    }

    #mainNav ul { 
        list-style: none;
        display: none;
    }

    #mainNav {
        display: none;
    }

    .section-header {
        text-align: center;
        font-size: 36pt;    
        background-image: linear-gradient(180deg, white, gold);
        background-size: 15%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent; 
        -moz-text-fill-color: transparent; 
    }

    #aboutBanner {
    
        perspective-origin-x:center;
        -ms-perspective-origin-x:center;
        -webkit-perspective-origin-x:center;
        background-image: url(../images/starwarsBG.png);
        position: relative;
        max-height: 640px;
        
        background-repeat: repeat;
        z-index: 18;
        overflow: hidden;
    }
    
    .aboutText {
        font-family: Helvetica, sans-serif, 'Arial Narrow';
        font-size: 20pt;
        color:gold;
        line-height:1.5em;
        text-align: center;
        padding-top: 45px;
    }
    
    div#starwars {
        transform: perspective(800px) rotateX(40deg);
        min-width: 80%;
        margin: 0 auto;
        height: auto;
    }
    
    @keyframes slideUpStarWars {
    
        from {
          transform: perspective(800px) rotateX(40deg) translateY(60%);
        }
      
        to {
          transform: perspective(800px) rotateX(40deg) translateY(-105%);
        }
    
      }
      
      .slideUpStarWars {
        animation-duration: 18s;
        animation-name: slideUpStarWars;
        animation-iteration-count: infinite;
        animation-direction:unset;
        animation-timing-function:linear;
      }

}

@media only screen and (max-width: 500px) {

    .aboutUsHeader {

        font-size: 24pt;
    
    }

    .section-header {
        text-align: center;
        font-size: 36pt;    
        background-image: linear-gradient(180deg, white, gold);
        background-size: 15%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent; 
        -moz-text-fill-color: transparent; 
    }

    #aboutBanner {
    
        perspective-origin-x:center;
        -ms-perspective-origin-x:center;
        -webkit-perspective-origin-x:center;
        background-image: url(../images/starwarsBG.png);
        position: relative;
        max-height: 640px;
        
        background-repeat: repeat;
        z-index: 18;
        overflow: hidden;
    }
    
    .aboutText {
        font-family: Helvetica, sans-serif, 'Arial Narrow';
        font-size: 16pt;
        color:gold;
        line-height:1.5em;
        text-align: center;
        padding-top: 45px;
    }
    
    div#starwars {
        transform: perspective(800px) rotateX(52deg);
        min-width: 80%;
        margin: 0 auto;
        height: auto;
    }

    @keyframes slideUpStarWars {
    
        from {
          transform: perspective(800px) rotateX(52deg) translateY(75%);
        }
      
        to {
          transform: perspective(800px) rotateX(52deg) translateY(-105%);
        }
    
      }
      
      .slideUpStarWars {
        animation-duration: 18s;
        animation-name: slideUpStarWars;
        animation-iteration-count: infinite;
        animation-direction:unset;
        animation-timing-function:linear;
      }

}