body{
    background-color: teal
}

.topnav{
    width: 100%;
    background-color: white;
    border:1px solid white;
    /*nav-index: auto;*/
   
}

.topnav :hover{
    background-color: coral;
}

.topnav a{
    
    text-decoration:none; 
}

.main{
    background-image: url(katherine-chase-4MMK78S7eyk-unsplash.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
}

.logo{
    float: right;
    position: static;
    margin: 5px;
    height: 150px;
    width: 150px;
}

.logo .store{
    color: red;
    margin: 0;
}

.flip-card{
    margin: 10px;
    position: absolute;

    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid white;
    perspective: 1000px;
}

.flip-card-inner{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: justify;
    transition: 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.flip-card2{
    margin: 10px;
    position: absolute;
    right: 0;
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid white;
    perspective: 1000px;
}

.flip-card-inner2{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: justify;
    transition: 0.8s;
    transform-style: preserve-3d;
}

.flip-card2:hover .flip-card-inner2{
    transform: rotateY(180deg);
}

.flip-card-front2, .flip-card-back2{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.div-footer a{
    text-decoration: none;
}

.div-footer :hover{
    background-color: coral;
}

.div-footer{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    border: 1px solid white;
    background-color: white;
}



.product1{
    display: flex;
    flex-direction: row;
}

.product1 .prod{
    width: 300px;
    margin: 10px;
    height: 200px;
    text-align: left;
    line-height: 75px;
}


.prod5{
    display: flex;
    flex-direction: row;
    margin: 2px;
    /*float: left;*/
    width: 1400px;
    height: 650px;
    border: 1px solid white;
}
.prod5 p{
    font-size: 25;
}

.wrap { 
    margin-left: 60px;
    float: inline-end;
    clear: right;
    float: left;
    width: 40%;
    height: 450px;
    border: 1px solid white;
}

.price{
    color: grey;
    font-size: 22px;
}

.marquee{
    margin: 60px;
}

.contact{
    flex-wrap: nowrap;
    border: 1px solid white;
    position: absolute;
    right: 0;
    bottom: 11vmin;
    width: 40%;
    height:340px;
    background-color: wheat;
}

.faq{
    height: 600;
    width: 800;
    border: 1px solid white;
    font-size: 17px;
}
.faq a{
    display: inline-block;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    margin-left: 40%;
}
.faq a:hover{
    color: white;
    background-color: coral;
}
.faq h3{
    color: red;
}


