@import url("./theme.css");
@import url("./util.css");


/* CSS FOR ALL PAGES (HOME - BLOG - ABOUT - CONTACT */

:root {
    --beige: #BFAFB0;
    --white: #fff;
    --black: #000;
    --red: red;
    --tran: transparent;
    --della:'Della Respira', serif;
    --water:'Water Brush', cursive;
    --raleway:'Raleway', sans-serif;
    --georgia: Georgia, 'Times New Roman', Times, serif;
}

:hover {
    transition: all 0.6s ease;
}


/*HOME*/

.mobimg {
    display: block; 
    height: 450px;
    padding: 0;
    background-image: url(/images/cake-roll1.jpeg);
    background-size: cover;
    background-position:top;
    background-color: var(--white);
    width: 99,5%;
    margin: -30px auto 60px;
    border-bottom: 0.5px solid var(--beige);
    box-shadow: -5px 10px 20px 0 var(--black);
    transition: all 1s linear;
}
/* 
.mobimg::before {
    content: "";
    position: absolute;
    background-color: var(--black);
    inset: 0;
    height: 20%;
    margin-top: 185px;
    z-index: 1;
    opacity: 0.5;
} */

.quote1 {
    padding-top: 20px;
}

.quote1text  {
    display: flex;
    max-width: 300px;
    margin: 5px auto;
    backdrop-filter: blur(2px);
}

.quote1txt {
    display: none;
}

.quote1 p {
    display: block;
    width: 100%;
    font-weight: 100;
    position: relative;
    color: var(--white);
    font-size: 2em;
    text-align: center;
    z-index: 3;
}

.quote1 span {
    color: var(--beige);
    font-family: var(--georgia);
    font-weight: 900;
    -webkit-text-stroke: 1px var(--white);
    text-transform: uppercase;
}

.welcomecontent {
    display: block;
    width: 100%;
    margin: 40px auto;
    padding: 5px 0 40px;
    box-shadow: 0 5px 20px 5px var(--beige);
}

.welcome {
    display: block;
    color: var(--white);
    font-size: 2.8em;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--raleway);
    font-weight: 900;
    background-image: url(/images/colorful-collage.jpg);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    background-size: contain;
    -webkit-text-stroke: 1px var(--black);
    filter: drop-shadow( 0 1px 2px rgb(0, 0, 0));

}

.welcometxt p {
    font-size: 1.5em;
    text-align: center;
    margin: -20px auto 0;
    font-family: var(--water);
    letter-spacing: 0.1em;
}

.welcometxt a {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--black);
    background-color: var(--white);
    text-transform: uppercase;
    border: 2px solid var(--beige);
    padding: 1px 5px;
    margin: 30px auto;
    width: 110px;
    border-radius: 10px;
    font-size: 1em;
    box-shadow: 0 2px 20px 0 var(--black);
}

.welcometxt a:hover {
    background-color: var(--beige);
}

.indexcontact {
    display: block;
    justify-content: center;
    border: 3px solid var(--beige);
    border-radius: 20%;
    text-align: center;
    padding: 0 5px 20px;
    max-height: 160px;
    margin: auto;
    background-color: var(--white);
    width: 85%;
    max-width: 450px;
}

.indexcontact a {
    border-bottom: 4px solid var(--beige);
    font-size: 0.7em;
    color: var(--black);
    text-transform: uppercase;
    padding: 2px;
    margin-bottom: 50px;
}

.indexcontact a:hover {
    transform: translate(30px);
    border-top: 4px solid var(--beige);
    transition: all 0.3s ease;
}

.contact-back {
    display: flex;
    background-image: url(/images/Paisley5.jpeg);
    background-size: 300px;
    height: 200px;
    overflow-x: hidden;
    width: 100%;
    padding: 10px;
    margin: 20px auto 60px -20px;
    border: 8px double var(--beige);
}

.heritagetext {
    display: block;
    text-align: right;
    padding-right: 20px;
    color: var(--black);
    backdrop-filter: blur(5px);
}

.heritagetext h4 {
    font-family: var(--water);
    font-size: 1.6em;
    padding: 10px 0 0;
    margin: 10px 0 0;
    letter-spacing: 0.1em;
}

.heritagetext p {
    font-family: var(--della);
    font-weight: 600;
    font-style: italic;
    font-size: 1em;
    text-align: right;
    padding-left: 5px;
    margin: 10px 0 0;
    bottom: 0;
}

.container-heritage {
    display: grid;
    grid-template-columns: 55% 45%;
    background-image: url(/images/cake-plate-with-macarons.jpeg);
    background-size: cover;
    background-position: 100% 80%;
    width: 100%;
    background-color: var(--beige);
    height: 250px;
    margin: 0px auto 50px;
}

.container-heritage img {
   visibility: hidden;
   width: 10%;
}

.wrapper-back {
    overflow: hidden;
}



/* BLOG */

.postcontainer {
    border-left: 10px solid var(--beige);
    border-right: 10px solid var(--beige);
    margin: 0 10px;
}

.postbox {
    margin: 0 auto;
    max-width: 400px;
    transition: all 0.5s linear;
}

.pagename {
    margin: 0 20px;
}

.pagename p {
    display: block;
    text-align: center;
    font-family: var(--della);
    color: var(--beige);
    font-size: 1em;
    max-width: 350px;
    margin: 20px auto;
    padding: 10px;
    border: 2px solid var(--beige);
    border-radius: 40px;
    -webkit-text-stroke: 0.6px var(--black);
    text-transform: none;
}

.postcontent {
    border: 3px solid var(--beige);
    margin: 20px 15px;
    color: var(--black);
    box-shadow: 0 3px 15px var(--black);
}

.postcontent:hover {
    border: 3px ridge var(--black);
}

.postcontent h2 {
    color: var(--black);
    margin: 10px;
    padding: 2px 0;
    font-size: 1.1em;
}

.text-justify {
    color: var(--black);
    font-size: 0.9em;
    margin: -10px 10px 30px;
}

.postcontent button {
    display: block;
    color: var(--black);
    font-family: var(--della);
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: var(--white);
    border: 3px solid var(--beige);
    box-shadow: 0 2px 10px 0px var(--beige);
    border-radius: 60px;
    margin: 20px auto;
    width: 80%;
    height: 40px;
}

.postcontent button:hover {
    border: 3px unset var(--black);
    box-shadow: 0 2px 20px 0px var(--beige);
    font-size: 0.9em;
}

.postsimage {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.postsimage:hover {
    opacity: 0.8;
}

.post-aut-date{
    font-size: 0.8em;
    color: var(--black);
}

.post-aut-date i{
    margin: 12px 0;
    padding-left: 10px;
}

.butaimg {
    display: block;
    margin: 30px auto;
    width: 30px;
    transform: rotate(-25deg);
}

.r-m-btn.heart {
    font-size: large;
}


/*BLOGPAGE*/


.postcontainer2 {
    display: block;
    max-width: 600px;
    margin: 10px auto;
}

.posttitle h1 {
    font-family:var(--water);
    font-size: 2.2em;
    text-shadow: 0.5px 4px var(--beige);
}

.postimages {
    display: block;
    width: 95%;
    margin: auto;
    height: 250px;
    object-fit: cover;
    border: 2px solid var(--beige);
    cursor: pointer;
    transition: 0.3s;  
    box-shadow: 0 5px 20px var(--black);
} 

.postimages:hover {
    opacity: 0.8;
}

.wp-block-quote {
    display: block;
    font-size: 1em;
    margin: 15px 10px 10px;
    padding: 1px 4px;
    background-color: var(--beige);
    text-align: center;
    border-radius: 10px;
}

.wp-block-columns, .wp-block-columns p {
    font-family: var(--georgia);
    word-spacing: 0;
    margin: 2px 10px;
    padding: 5px 0;
    font-size: 0.9em;
    line-height: 1.3em;
}

.wp-block-columns strong {
    font-weight: bold;
}

.wp-block-heading {
    font-family: var(--georgia);
    font-size: 1em;
    margin: 30px 0 5px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid var(--beige);
    border-bottom: 2px solid var(--beige);
}
.wp-block-columns p em{
    font-weight: 700;
}

.backbutton {
    display: block;
    width: 94%;
    padding: 5px 10px;
    font-size: 0.7em;
    border-bottom: 2px solid var(--beige);
}

.postquote {
    display: flex;
    text-align: center;
    background-image: url(/images/Paisley5.jpeg);
    background-size: 170px;
    max-width: 1000px;
    height: 80px;
    margin-bottom: -10px;
}

.postquote h2 {
    margin: auto;
    font-size: 1em;
    background-color: var(--white);
    padding: 5px 20px;
    border-radius: 20px;
}

.postquote span {
    font-family: var(--water);
    font-size: 1.2em;
}

.likesection {
    display: block;
    margin: 40px auto;
    padding: 10px 0 5px;
    border-top: 5px solid var(--beige);
    border-bottom: 5px solid var(--beige);
}

.likeposts {
    display: flex;
    overflow: scroll;
}

.likesection h4, .likesection p {
    display: block;
    text-align: center;
}

.likesection h4 {
    text-transform: uppercase;
    margin-bottom: -15px;
}

.morepostcontent {
    width: 100%;
    height: 210px;
    margin: 20px;
    border: 2px solid var(--black);
}

.morepostcontent img {
    border: 2px solid var(--black);
    height: 150px;
    width: 225px;
}

.morep p {
    background-color: rgb(0, 0, 0, 0.7);
    color:var(--white);    
}

.morepostcontent h4{
    font-size: 0.7em;
    margin: 0;
    color: var(--black);
    padding: 20px 5px;
    text-align: left;
}

.morecontent {
    display: block;
}

.morepostcontent .text-justify {
    position: relative;    
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 2;
    height: 125px;
    width: 225px;
    margin: -153px 0 0 ;
    color:  var(--white);
    text-align: center;
    opacity: 0;
    padding: 30px 2px 0;
    overflow-y: hidden;
    font-size: 1.1em;
}

.morepostcontent .text-justify:hover {
    opacity: 1;
}

.morebtn {
    display: grid;
    grid-template-columns: 1fr auto;
    color: var(--black);
    padding: 0 3px 0 0;
}

.morebtn p {
    border: 2px solid var(--beige);
    padding: 5px;
    font-size: 0.8em;
    border-radius: 20px;
}

.morebtn:hover p {
    border: 2px solid var(--black);
}


/* ABOUT */

.aboutname {
    display: block;
    text-align: center;    
    margin: 20px auto;
    font-family: var(--water);
}

.aboutme, .aboutpage, .aboutpage2 {
    display: flex;
    justify-content: space-evenly;
    background-image: url(/images/Paisley5.jpeg);
    background-size: 170px;
    font-family: var(--water);
    border: 2px solid var(--beige);
    width: 90%;
    max-width: 600px;
    margin: auto;
    padding: 5px;
    font-size: 0.9em;
    line-height: 2em;
}

.aboutpage {
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 5px;
}

.aboutme h3 {
    padding: 2px 20px;
    font-size: 1em;
    text-align: right;
}

.a-m-section {
    display: block;
    background-color: var(--white);
    padding: 3px;
    margin: 20px 10px;
}

.aboutme p {
    font-family: var(--della);
    padding: 2px 12px;
}

.aboutme img {
    display: flex;
    margin: auto 10px;
    background-color: var(--black);
    width: 105px;
    height: 160px;
    border-radius: 50px;
    border: 3px solid var(--white);
    box-shadow: inset 10px 10px 0px var(--black);
}

.aboutpage p, .myquote {
    display: block;
    text-align: center;
    background-color: var(--white);
    font-family: var(--della);
    padding: 20px 10px;
    margin: 10px auto;
    max-width: 90%;
}

.buta {
    display: block;
    letter-spacing: 0.4em;
    max-width: 200px;
    margin: 30px auto 40px;
    padding: 0 20px 25px;
    box-shadow: 0 5px 20px var(--black);
}

.buta h2 {
    display: block;
    font-size: 3em;
    margin: 50px auto -10px;
}

.buta h2 img {
    width: 50px;
    transform: rotate(-20deg);
    margin: 10px 0 -20px;
}

.buta p {
    border-bottom: 1px solid var(--beige);
    margin-bottom: 2px;
}

.buta span {
    letter-spacing: 0em;
    font-size: 0.8em;
}

.p-span {
    font-style: italic;
    margin-left: -10px;
}

.imgbaku {
    display: block;
    margin: auto;
    padding-bottom: 60px;
    width: 90%;
}


/* CONTACT */

.contact-wrapper {
    display: block;
    margin: -20px auto;
    padding: 20px 0;
    background-image: url(/images/Paisley5.jpeg);
    background-size: 270px;
}

.contact-wrapper h1 {
    background-color: var(--white);
    border-top: 3px solid var(--beige);
    border-bottom: 3px solid var(--beige);
}

.heart {
    font-size:larger;
}

.contactform {
    display: flex;
    max-width: 400px;
    width: 95%;
    background: linear-gradient(0.30turn, #BFAFB0 10%, white, transparent, white, #BFAFB0);    
    border: 4px solid var(--beige);
    border-radius: 20px;
    margin: 15px auto;
}

#c-form {
    display: inline;
    margin: 20px auto;
}

.contactbox {
    display: table-caption;
    margin: 5px auto;
}

.contactbox input, .contactbox textarea {
    width: 230px;
    font-family: var(--della);
    font-size: 1em;
    text-align: left;
    padding: 7px;
    border: 2px solid var(--beige);
}

.contactbox textarea {
    height: 100%;
    margin: 0;
}

.contactbox label {
    font-family: var(--della);
    backdrop-filter: blur(100px);
}

#messageerror {
    margin-top: -5px;
}

.contactform button {
    display: block;
    font-family: var(--georgia);
    margin: 20px auto;
    color: var(--black);
    width: 80%;
    height: 40px;
    font-size: 1.2em;
    background-color: var(--white);
    text-transform: uppercase;
    border: 3px solid var(--beige);
}

.contactform button:hover {
    box-shadow: 0 5px 20px var(--black);
}

.errorbox {
    display: none;
    border: 2px solid var(--red);
    font-size: 0.8em;
    width: 234px;
    padding: 2px 5px;
    background: linear-gradient(0.15turn, #BFAFB0, white);    

}

.successmessage {
    display: block;
    background-color: var(--white);
    margin: 30px auto;
    padding: 10px 0;
    max-width: 400px;
    border: 1px solid var(--beige);
    border-radius: 40% 80px;
    box-shadow: inset 0px -5px 25px var(--beige);

}

.successmessage p {
    text-align: center;
    font-size: 1.3em;
}

/* H1 BORDER */

.pagename h1, .aboutname {
    border-top: 4px solid var(--beige);
    border-bottom: 4px solid var(--beige);
    width: 80%;
    max-width: 400px;
    margin: 30px auto;
    padding: 5px 0;
}



@media screen and (min-width: 350px){
    
/* HOME */


.container-heritage {
    grid-template-columns: 50% 50%;
}

.heritagetext h4 {
    margin-top: 30px;
}

}


@media screen and (min-width: 500px){

/* HOME */

.mobimg {
    height: 550px;
    background-position: 95%;
}

.quote1text {
    margin: 0 20px;
}

.quote1 p {
    text-align: left;
    max-width: 500px;
    font-size: 2.5em;
}

.welcome {
    font-size: 3.5em;
}

.welcometxt p {
    font-size: 1.8em;
}


.heritagetext h4 {
    font-size: 2.1em;
    letter-spacing: 0.2em;
    margin-top: 70px;
}

.heritagetext p {
    font-size: 1.1em;
}

.container-heritage {
    height: 300px;
}

/* ABOUT */

.aboutpage2 {
    font-size: 1.1em;
}

}

@media screen and (min-width: 600px){

/* COMBINATIONS */

.postbox {
    max-width: 600px;
}

.postcontent {
    height: 420px;
}

.text-justify {
    height: 60px;
}

}

@media screen and (min-width: 768px){


/* HOME */

.mobimg {
    background-image: url(/images/macarons.jpeg);
    height: 550px;
    background-position: center;
}

.mobimg::before {
    display: none;
}

.quote1  {
    padding: 0;
}

.quote1text{
   display: none;
}

.quote1txt {
    display: block;
    padding: 200px 40px;
    margin: 0;

    line-height: 1em;
}

.quote1 p {
    font-family: var(--georgia);
    -webkit-text-stroke: 3px var(--black);
    font-size: 4em;
    color: var(--tran);
    font-weight: 500;
    max-width: 1000px;
    letter-spacing: 0.2rem;
}

.quote1 span {
    font-family: var(--georgia);
    -webkit-text-stroke: 3px var(--black);
    background: -webkit-linear-gradient(105turn, #BFAFB0 10%, white, #BFAFB0);    
    -webkit-background-clip: text;
    color: transparent;
}

.welcome {
    font-size: 5em;
    filter: drop-shadow( 0 1px 4px rgb(0, 0, 0));
}

.welcometxt p {
    font-size: 2.4em;
    margin: -30px auto 20px;
}

.indexcontact {
    font-size: 1.3em;
    max-width: 550px;
}

.container-heritage {
    display: flex;
    width: 90%;
    max-width: 700px;
    height: fit-content;
    margin: 0 auto 70px; 
    justify-content: center;
    background-image: none;
    background-color: transparent;
}

.container-heritage img {
    display: block;
    visibility: visible;
    width: 620px;
    box-shadow: -4px 4px 25px 0px var(--beige);
}

.heritagetext {
    background: linear-gradient(0.40turn, transparent, transparent, #BFAFB0);    
    height: fit-content;
    min-width: 250px;
    color: var(--black);
    margin: 130px -10px 0 -250px;
    padding: 20px 10px;
    box-shadow: 10px 10px 15px var(--beige);
    backdrop-filter: blur(3px);
}

.heritagetext p {
    font-size: 1.3em;
    padding: 0;
}

.heritagetext h4 {
    font-size: 2.6em;
    padding-bottom: 0;
    margin: 0;
}


/* BLOG */

.borderstyle {
    border-left: 20px ridge var(--beige);
    border-right: 20px groove var(--beige);
}

.postcontainer {
    border: none;
}

.postbox {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-evenly;
    max-width: 900px;
}

.postcontent {
    height: fit-content
}

.postcontent button {
    font-size: 0.9em;
}

.text-justify {
    height: 65px;
}

.butaimg {
    display: block;
}

.blogquote {
    display: block;
    background-image: url(/images/pancakes.jpeg);
    object-fit: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 40%;
    border-radius: 5px;
    height: 140px;
}

.pagename p {
    display: block;
    color: var(--black);
    font-size: 1.2em;
    max-width: 100%;
    margin: auto 10px;
    padding: 55px 0;
    height: 140px;
    border: none;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* BLOGPAGE*/

.postcontainer2 {
    max-width: 1000px;
}

.postimage {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    background-image: url(/images/Paisley5.jpeg);
    background-size: 300px;
    margin: auto;
    background: content-box radial-gradient(#BFAFB0, #fff);
}

.postimages {
    width: 60%;
    height: 350px;
    justify-content: center;
    margin: auto;
    border: 1px solid var(--black);
}

.wp-block-columns, .wp-block-columns p {
    font-size: 1em;
    line-height: 1.8rem;
}

.wp-block-heading {
    font-size: 1.1em;
}

.wp-block-quote {
    font-size: 1em;
    margin: auto;
    border: 5px solid var(--beige);
    background-color: var(--white);
}

.posttext {
    display: block;
    font-size: 1.1em;
    width: 90%;
    justify-content: center;
    margin: auto;
}

.postquote {
    font-size: 1.3em;
}

.backbutton {
    font-size: 0.9em;
}

/* CONTACT */

.contact-wrapper {
    background-image: url(/images/delicious-cakes.jpeg);
    background-size: cover;
    background-position: center;
}

.contactform, .successmessage {
    margin: 40px 50px;
    width: 400px;
    border: 4px solid var(--beige);
}

.contactbox input, .contactbox textarea {
    width: 300px;
}

.errorbox {
    width: 305px;
    font-size: 0.9em;
}

/* ABOUT */ 


.a-m-section {
    margin: 20px 50px;
    font-size: 1.2em;
}

.buta {
    max-width: 320px;
    padding-top: -30px;
}

.buta h2 {
    font-size: 4em;
}

.buta h2 img {
    width: 60px;
    margin: 0px 20px -50px;
}

.buta p, .buta span, .p-span {
    font-size: 1.2em;
    padding: 15px 0;
}

.aboutme p {
    padding: 2px 12px 2px -10px;
    margin: 20px;
}

.aboutme img {
    margin: auto -10px auto 10px;
}

.aboutpage p, .myquote {
    font-size: 1.2em;
}
.myquote .heart {
    font-size: 1em;
}


.aboutpage2 p {
    font-size: 1.2em;
    padding: 20px 40px;
}

}

@media screen and (min-width: 1000px){


/* HOME */

.mobimg {
    background-image: url(/images/pieces-cake.jpg);
    height: 550px;
}

.quote1 {
    padding-left: 20px;
}

.container-heritage {
    margin: 0;
    padding: 0;
    max-width: 800px;
    height: max-content;
    padding-bottom: 90px;
}

.heritagetext {
    margin: 160px -50px 0 -300px;
    font-size: larger;
    min-width: 370px;
} 

.heritagetext p {
    padding: 0;
    font-weight: 500;
}

.container-heritage img {
    min-width: 800px;
    max-height: 500px;
    margin-left: 150px;
}

.morebtn h4 {
    text-align: left;
    font-size: 0.9em;
}

.morepostcontent img {
    min-width: 275px;
}

.morepostcontent .text-justify  {
    width: 275px;
}

/*BLOG*/

.postbox {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-evenly;
    max-width: 900px;
}

.postcontent {
    height: max-content;
}

.postcontent button {
    font-size: 1em;
}

.butaimg {
    display: none;
}

/* BLOGPAGE*/

.pagename p {
    font-size: 1.4em;
    max-width: 100%;
}

.wp-block-columns, .wp-block-columns p {
    font-size: 1em;
    line-height: 2rem;
}



/* ABOUT */

.aboutcontent {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px 100px;
}

.buta {
    max-width: 280px;
}

.buta h2 {
    font-size: 3.5em;
}

.buta p, .buta span, .p-span {
    font-size: 1.1em;
    padding: 15px 0;
}

.aboutpage, .aboutme  {
    height: 400px;
    display: block;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.aboutme img {
    width: 100px;
    height: 150px;
}

.a-m-section  {
    margin: auto;
    padding: 5px 2px 1px;
}

.aboutme h2 {
    padding: 0 20px;
    text-align: center;
}

.aboutme p {
    padding: 0;
}

.aboutpage p, .myquote, .a-m-section{
    font-size: 1.4em;
    margin-top: 20px;
    max-width: 90%;
    border-radius: 20px;
}

.aboutpage p {
    padding: 42px 5px;
}

.myquote {
    font-size: 1.4em;
}

.aboutme img {
    margin: 10px auto -10px;
}

.aboutpage2 {
    max-width: 760px;
    margin-top: -25px;
}

.aboutpage2 p {
    padding: 10px 30px;
    font-size: 1.5em;
}

.imgbaku {
    width: 80%;
}



}

