@import url('https://fonts.cdnfonts.com/css/sifonn');
@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url('https://fonts.cdnfonts.com/css/taper-straight');





@font-face {
    font-family: 'Rigelstar';
    src: url('Fonts/Rigelstar.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Berlin Sans FB';
    src: url('Fonts/BRLNSR.TTF');
    font-weight: normal;
    font-style: normal;
}



html {
    font-size: 14px;
    
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
   
}

body {
    margin-bottom: 60px;
    background-color: #d8cab8;
    font-family: 'Taper Straight';
    font-size: 1.5em;
}

.navbar {
    background-color: #A3B5C0;
    margin-bottom: 0 !important;
}



h1 {
    color: #213A5C;
    font-family: 'Taper Straight';
    font-size: 3.5em;
    font-weight: 450;
    margin-bottom:0;
}

h2 {
    padding-top:0;
    color: #213A5C;
    font-size: 3em;
    font-weight: 450;
    line-height:0.75

}



h4 {
    color: #213A5C;
    font-family: 'Taper Straight';
    font-weight: 300;
    font-size: 2.5em;
}




h3 {
    color: #213A5C;
  
    font-size: 3em;
    font-weight: 300;
}

h5 {
    color: #213A5C;
    line-height:1;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom:0;
}


h6 {
    color: #213A5C;
    line-height:1;
    font-size: 2em;
    font-weight: 300;
    margin-bottom:0;
}



.catpanel {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 300px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
}

    .catpanel:hover {
        transform: translateY(-10px);
    }



.catrow {
    padding: 25px;
}

.catcolumn {
    text-align: center;
}


.productPanel {
    width: 100%;
    margin-top: 0px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
    border-radius: 10px;
    position: relative;
    background-color: #DAD5CF;
    color: black;
    display: inline-block;
}



.productPanel:hover {
    transform: translateY(-10px);
}



.carousel-inner {
    border-radius: 10px;


}

#carouselHome img {
  max-height:700px;

}



.img-thumbnail {
    border-radius: 5px;
    border: 3px solid #DAD5CF;
    padding: 0;
    border-radius: 5px;
}

    .img-thumbnail:hover {
        border: 3px solid #90A4B0;
    }



.productCard {
    margin:10px;
    width: 400px;
    height: 250px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
    position: relative;
    background-color: #DAD5CF;
    color: black;
    display: inline-block;
}


    .productCard:hover {
        transform: translateY(-10px);
    }


.homeDesc {
  text-align:left;
    font-size:1.5em;
}

 .form-control{
  font-size:1.5em;
 }

 .btn{

  font-size:1.5em;

 }





.cardTitle {
    padding-left: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0;
    line-height: 1em;
    font-family: 'Taper Straight';
    font-size: 1.5em;

}

.cardImage {
    background-size: cover;
   border-radius:10px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    right: 50%;
}


#titleImage {
    position: relative;
    height: 100%;
    width: 100%;
}




.cardDesc {
    font-family: 'Taper Straight';
    position: absolute;
    left: 50%;
    top: 35px;
    margin: 0;
    padding-left: 3px;
    font-size: 0.7em;
    text-align:left;
}

.cardPrice {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    padding-left: 3px;
}


/*cart*********************************************/
.cartRow {
    background-color: #dad5cf;
    padding: 3px;
    border-radius: 10px;
    font-size: 1.5em;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
}


    .cartRow:hover {
        transform: translateY(-10px);
    }


#cartRemoveBtn{
    line-height:1;
    font-size:0.8em;
    height:35px;
    padding:0px;
    width:120px
}







.payBtn {
    background-color: #5E56F6;
    width: 170px
}

.nav-link {
    font-size: 1.5em;
}


.fileUploadPanel {
    border: 5px solid #d8cab8;
    border-radius: 10px;
    position: relative;
    background-color: #DAD5CF;
    color: black;
    display: inline-block;
    padding:10px;
}

.previewImage {
   
    border-radius: 10px;
    height: 125px;
    width: 100px;
    background-size: cover;
}


#upload_btn {
    width: 100%;
}

.filePanel {
    border: 5px solid #d8cab8;
    border-radius: 10px;
    position: relative;
    background-color: #DAD5CF;
    color: black; 
    padding: 10px;
}


.productDesc {
    font-size: 1.0em;
    text-align:left;

}
