@import url("footer.css");

.main-image{
width: 100%;
}
.line1{
background-color: grey;
height: 2vw;
display: flex;
align-items: center;
justify-content: center;
}

.GOGUEcategory{
font-family: Georgia, "Times New Roman", Times, "serif";
font-weight: bold;
}

.main{
background-color: black;

}

#products{
display: flex;
justify-content: center;
color: #474B00;
font-size: 3vw;
font-family: Georgia, "Times New Roman", Times, "serif";
margin-bottom: 1vw;
margin-top: 1vw;
text-decoration: none;
}

.pickup-product{
 display: flex;
 align-items: center;
justify-content: space-around;
color: aliceblue;
}

.product-image{
width: 20vw;
bor

}
#product-text{
text-align: center;
font-size: 2vw;
color: darkgrey;
font-family: Georgia, "Times New Roman", Times, "serif";
}


.second{
margin-top: 5vw;
height: 20vw;
display: block;
align-content: center;
justify-content: center;
background-color: white;
background-image: url("../images/brand-image.jpg");
 background-repeat: no-repeat;
  background-position:50% 50%;
  background-size: 50%;

}




#brandtitle{
padding-top: 5vw;
display: flex;
justify-content: center;
color: white;
text-shadow: 1px 2px 5px black;
font-size: 2vw;
font-weight: bold;
font-family: Georgia, "Times New Roman";
margin-bottom: 1vw;
margin-top: 1vw;
text-decoration: none;
}

#brand-text{
 font-size: 1.5vw;
 text-align: center;
 color: white;
 text-shadow: 1px 2px 5px black;
 font-weight: bold;
 font-family: Georgia, "Times New Roman", Times, "serif";
 }
 
 #brand-text1{
 font-size: 1vw;
 text-align: center;
 color: white;
 text-shadow: 1px 2px 5px black;
 font-weight: bold;
 padding-top: 2vw;
 font-family: Georgia, "Times New Roman", Times, "serif";
 }