/*
Theme Name: Boldogsal Theme
Author: Vivien Veress
Description: Theme for Boldogsal webshop
Version: 0.0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Nunito:wght@300;400&family=Quicksand&family=Varela+Round&display=swap');

.header-gradient {
    background: linear-gradient(0deg,rgba(220,158,141,1) 0%, rgba(228,185,156,1) 70%,  rgba(254,221,198,1) 100%);
    background: rgb(228,185,156);
}
.logo-color {
    color: #b93956;
}
.logo-font {
    font-family: "Handlee", sans-serif;
    font-weight: bold;
}
.menu-color {
    background: rgb(220,158,141);
    color: #fff;
}
.menu-font {
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
}
.header-gradient-2 {
    background: linear-gradient(0deg, rgb(228,185,156) 0%, rgb(254,221,198) 100%);
}
.intro_categories_img {
    min-height: 300px;
    height: 50vh;
}
.order_form_submit {
    background-color: #b93956 !important;
    color: #fff !important;
    font-weight: bold;
}
.footer-color {
    background: rgb(220,158,141);
    background: #ba7b69;
    color: #fff;
}
.footer-color-2 {
    background-color: #e5b99c;
    color: #987c67;
}
.formatted-text h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.formatted-text p {
    margin-bottom: 0.5em;
}
.formatted-text ul {
    list-style: disc;
    padding-left: 1.2em;
}

@media only screen and (max-width: 768px) {
    .intro_categories_name {
        /*transform-origin: bottom left;
        transform: rotate(-90deg) translate(0, 100%);
        white-space: nowrap;*/
    }
}
@media only screen and (min-width: 768px) {
    .header-gradient.transparent.can-be-transparent {
        background: linear-gradient(0deg,rgba(220,158,141,0.8) 0%, rgba(228,185,156,0.8) 70%,  rgba(254,221,198,0.8) 100%);
    }
}