@import "style.css";

.font-palace-script{
    font-family: "Palace Script MT", Sans-serif, Arial !important;
}
.homepage .top-content .sub-upper{
    font-size: 38px !important;
    font-weight: 600;
}
.about-small h6 {
    color: #d24d42;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.about-small p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
     font-size: 18px;
    color: #383131;
    margin-bottom: 20px;
}


.flavors-gallery {
    /*width: 640px;*/
    margin: 0 auto;
    padding: 5px;
}

.flavors-gallery > div{
    /*position: relative;*/
    /*float: left;*/
    padding: 5px;
}

.flavors-gallery > div > img {
    /*display: block;*/
    /*width: 200px;*/
    transition: .1s transform;
    transform: translateZ(0); /* hack */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.flavors-gallery > div:hover {
    z-index: 1;
}

.flavors-gallery > div:hover > img {
    transform: scale(2.5,2.5);
    transition: .9s transform;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border:2px solid white;*/
}

h4{
    font-family: 'Lato', sans-serif;
}
.padd-30px{
    padding:30px 0px;
}
.p-15px{
    padding:15px 0px;
}
.p-lg{
    padding:30px;
}
.p-md{
    padding:22px;
}
.brand-footer-section{
    background-color: #fff;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}
.brand-footer-section h1{
    text-shadow: 0 0 3px #d3d3d3;
}
.brand-footer-section h4{

    font-size: 24px;
}
.brand-footer-logo{
    margin:20px 0px;
}

.maroon-color{
    color: 	#A52A2A;
    font-size: 600;
}
.brand-footer-section .logo-1, .logo-4{
    width: 125px;
}
.brand-footer-logo .logo-4{
    width: 200px;
    vertical-align: middle;
    box-sizing: content-box;
}
.m-h-200{
    min-height: 175px;
}
.footer-h{
    min-height: 500px;
}
.recipes{
    margin-top: 60px;
}