@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}


/* FONTS */
body {
    font-family: museo-sans;
}

#wordmark {
    font-family: warbler-display;
    font-variant: small-caps;
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

h1 {
    font-family: warbler-display;
    font-variant: small-caps;
    font-size: 8rem;
    letter-spacing: 2rem;
    text-align: center;
    padding-top: 2%;
    color: #1E3A5F;
    margin-bottom: 2%;
}

#video h1 {
    font-size: 5.5rem;
}

#titleh3 {
    font-weight: 100;
    letter-spacing: 0.2rem;
}

nav {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}

footer h3 {
    font-family: museo-sans;
    font-size: 1rem;
    text-transform: uppercase;
}

#bold {
    font-weight: bolder;
}


/* GENERAL */
body {
    margin: auto;
}



section ul {
    display: flex;
    justify-content:space-between;
    list-style: none;
    width: 30vw;
    font-size: 1rem;  
    letter-spacing: .3rem;
    margin: auto;
    padding-bottom: 10px;
}

section ul li {
    padding: 10px;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    top: 0;

    z-index: 100;
}

header:hover {
  background-color: #1E3A5F;
}

header .container {
    width: 90vw;
    margin: auto;

    padding-bottom: 1vw;

    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* WORDMARK */
header #wordmark a {
    text-decoration: none;
    color: #eeeeee;
}

/* NAVIGATION BAR */
header nav {    
    display: flex;
    justify-content:space-between;
    align-items: center;
}

header nav li {
    display: inline-flex;
}

header nav .optical {
    padding-left: 20px;
}

header nav a {
    text-decoration: none;
    color: white;

    transition: all 0.2s ease-in-out;
}

nav a:hover {
    color: #3E6990;
}

/* DROP DOWN MENU */
header nav ul {
    list-style: none;

    position: relative;
    text-align: center;
}

header nav li {
    width: 9vw;
}

header nav ul li a { 
    display: block; 

    padding: 10px 10px; 
    margin: auto;

    text-decoration: none; 

    z-index: 99;
} 

header nav ul li:hover>ul {
    display: block; /*to show the dropdown menus*/

    padding-bottom: 1%;
    padding-top: 2.5vw;

    background-color: #1E3A5F;
}

header nav ul ul {
    display: none;
    position: absolute;
    z-index: 98;
}

header nav ul ul li {
    display: block;
}


/* UTILITIES */
#utilities {
    margin-left: 2vw;
    display: flex;
    align-items: center;
}

#utilities p {
    margin: 0 0.5vw;
}


/* GRID */
main {
    margin-bottom: 0.6%;
    margin-top: 2%;
}

div a {
    text-decoration: none;
    color:#1E3A5F;
}

#video {
    position: relative;
}

h1, #titleh3{
    padding: 4vw;
    width: 100%;

    position: absolute;
    bottom: 20%;
    
    text-align: center;
    color: white;
}

#wash_nav {
    width: 90vw;
    margin: 2% auto;
}

#jeans {
    display: flex;
    flex-direction: column;
    width: 99vw;
    margin: auto;
}

#lightwash {
    grid-row: 1/2;
    display: flex;
}

#mediumwash{
    grid-row: 2/3;
    display: flex;
}

#blackwash {
    grid-row: 3/4;
    display: flex;
}

#jeans section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 1%;
}

#jeans section img:hover {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 1%;
    filter:brightness(2);
    opacity: .2;
    transition-timing-function:ease;
    transition-duration: .4s;
}

.productinfo {
    position: absolute;
    font-size: 1.2rem;
    padding: 2%;
    letter-spacing: .4rem;
    line-height: 3rem;
    color: #1E3A5F;
    z-index: -100;
    flex-direction: column;
}

#option2, #option4, #option6 {
    left: 50%;
}



.option {
    font-size: 1.2rem;    
    letter-spacing: .5rem;
    font-weight: 400;
    color: #1E3A5F;
    margin: 2% 2%;
}



/* FOOTER */
footer {
    padding-top: 3vw;
    background-color: #EEEEEE;
    color: black;
}

footer .container {
    width: 90vw;
    margin: auto;
}

footer #wordmark {
    color: #1E3A5F;
}

#footer_grid {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-template-areas: 
        "nav logo";
}

footer nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 15vw;

    grid-area: nav;
}

footer nav a {
    text-decoration: none;
    color: black;
    
    transition: all 0.2s ease-in-out;
    
}

footer nav section div {
    padding-bottom: 1vw;
}

footer h3 {
    padding-bottom: 3vw;
}

footer p {
    padding-bottom: 1vw;
}

#logo_box {
    width: 20vw;

    margin: auto;
    margin-top: 3vw;

    grid-area: logo;
}

#logo_box img {
    width: 100%;
}




nav img {
    margin-top: 20px;
    margin-right: 2%;
}

#filter nav ul {
    list-style: none;
    right: 0;
    position: absolute;
    text-align: right;
    margin-right: 1%;

}

#filter nav li {
    width: 6vw;
    padding: 4%;
}

#filter nav ul li a { 
    display: block; 


    text-decoration: none; 

    z-index: 99;
} 

#filter nav ul li:hover>ul {
    display: block; /*to show the dropdown menus*/
    background-color: white;
}

#filter nav ul ul {
    display: none;
    position:absolute;
    right: 0;
    z-index: 98;
}

#filter nav ul ul li {
    display: inline-block ;
}