.hero {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
    background-image: linear-gradient(to top, white, #ffe1e14d);
}

.herocakewrapper {
    width: 25%;
}

.herocake {
    width: 100%;
    height: auto;
    max-width: 400px;
    min-width: 350px;
}

.hero .information {
    margin-top: 6rem;
    margin-left: 18%;
}

.hero .information h1 {
    margin-bottom: 1rem;
    font-family: 'Dawning of a New Day', cursive;
    font-size: 3rem;
}

.hero .information h1 span {
    font-weight: bold;
    font-family: 'Dawning of a New Day', cursive;
}

.hero .information .bruidstaartproeverij {
    margin-top: 3rem;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.hero .menu {
    display: flex;
    position: absolute;
    bottom: 0;
}

.hero .menu img {
    width: 50px;
    margin-top: 1rem;
}

.menu-left a, .menu-right a, .menu-middle a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2rem;
}

.herohearts1 {
    position: absolute;
    transform: rotate(20deg);
    top: 10%;
    left: 2%;
    opacity: 0.15;
}

.herohearts2 {
    position: absolute;
    transform: rotate(-30deg);
    top: 15%;
    right: 2%;
    opacity: 0.15;
    width: 80px;
}

.herohearts3 {
    position: absolute;
    transform: rotate(5deg);
    bottom: 30%;
    right: 30%;
    opacity: 0.15;
    width: 65px;
}

.herohearts4 {
    position: absolute;
    transform: rotate(15deg);
    bottom: 5%;
    right: 6%;
    opacity: 0.25;
    width: 100px;
}

/*Hero responsive*/
@media (max-width: 1240px){
    .hero .information {
        margin-top: 0.5rem;
    }
}
@media (max-width: 876px){
    .herocakewrapper{
        display: none;
    }
    .hero .menu {
        position: static;
        margin-top: 2rem;
        align-self: center;
    }
    .hero .information {
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        padding: 0 1rem;
    }
    .hero .information .Btn-small{
        align-self: start;
    }
    .hero .menu img {
        width: 50px;
        margin-top: 1rem;
    }
}
@media (max-width: 511px){
    #herobreak {
        display: none;
    }
}
/* Information section */
.maininfo-img {
    width: 180px;
    border-radius: 180px;
    -moz-box-shadow:0px 0px 7px #575757;
    -webkit-box-shadow:0px 0px 7px #575757;
    box-shadow:0px 0px 7px #575757;
}

.maininfo {
    width: 100%;
    display: flex;
    flex: 1;
    padding: 4rem 0;
    justify-content: center;
    background-image: linear-gradient(to bottom, white, #F6F6F6);
}
.maininfo .Btn-small {
    background-color: white;
    color: #414141;
}

.maininfo .main-feest{
    background-color: #ceb39a;
}
.maininfo .main-feest:hover, .maininfo .main-taarten:hover, .maininfo .main-enmeer:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: 0.3s ease;
    transform: translateY(-5px);
}
.maininfo .main-taarten{
    background-color: #ceb39a;
}

.maininfo .main-enmeer{
    background-color: #ceb39a;
}

.maininfo .Btn-small {
    margin-top: 1rem;
}
.main-feest, .main-taarten, .main-enmeer {
    padding: 1.2rem;
    margin: 0 2rem;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    -moz-box-shadow:0px 0px 4px #575757;
    -webkit-box-shadow:0px 0px 4px #575757;
    box-shadow:0px 0px 4px #575757;
}

.maininfo .Btn-open {
    margin-top: 1.2rem;
}

.maininfo h3 {
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}

.maininfo p {
    color: white;
}
 /*Info responsive */
 @media (max-width: 1128px){
    .main-feest, .main-taarten, .main-enmeer {
        margin: 0 0.8rem;
    }
 }
 @media (max-width: 876px){
    .maininfo {
        flex-direction: column;
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
    .main-feest, .main-taarten, .main-enmeer {
        margin: 1rem;
        padding: 1.2rem 2rem;
    }
    @media (max-width: 500px){
        .main-feest, .main-taarten, .main-enmeer {
            margin: 1rem;
            padding: 1.2rem 0.7rem;
        }
        .maininfo {
            padding-left: 0;
            padding-right: 0;
        }
    }

 }

 /*BLOGS*/
.blog {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    background-color: #F6F6F6;
    display: grid;
    justify-content: center;
}
.blog h2 {
    color: #faa8bf;
    text-align: center;
    margin-bottom: 3rem;
}
.bloggallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.preview {
    border: 2px solid #faa8bf;
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    max-width: 800px;
    position: relative;
    overflow: hidden;
}
.preview img {
    width: 200px;
    border-radius: 7px;
    margin-right: 1rem;
    -moz-box-shadow:0px 0px 4px #575757;
    -webkit-box-shadow:0px 0px 4px #575757;
    box-shadow:0px 0px 4px #575757;
}

.previewinfo p{
    font-size: 1rem;
    margin: 1rem 0;
}

@media (max-width: 1100px) {
    .bloggallery {
        grid-template-columns: 1fr;
    }
    .preview h3 {
        margin-top: 0.5rem;
    }
}
@media (max-width: 550px) {
    .preview {
        flex-direction: column;
        height: fit-content;
        text-align: center;
    }
}
/*REVIEWS*/
.reviews {
    width: 100%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(to bottom, white, #e6e6e6);
}

.review {
    width: 60%;
    position: relative;
    margin-bottom: 2rem;
}

.reviews h2 {
    margin-bottom: 1rem;
    color: #faa8bf;
    font-family: 'Dawning of a New Day', cursive;
    font-size: 2.5rem;
    font-weight: bold;
}

.quotation {
    width: 20px;
    
}

.quotationstart {
    transform: rotate(10deg);
    position: absolute;
}

.quotationend{
    transform: rotate(10deg);
    position: absolute;
    bottom: 0;
    right: 0;
}

.review p {
    padding: 1.5rem;
    text-align: center;
}

@media (max-width: 600px){
    .review {
        width: 80%;
    }
}

.macaronwrapper {
    background-image: linear-gradient(to bottom, #e6e6e6, #EEEEEE);
    padding: 0.15rem 0;
}
.macaronbackground {
    width: 100%;
    height: 300px;
    position: relative;
    background: url("../content/home/macaron.JPG") no-repeat center center/cover; 
    background-attachment: fixed;  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: skewY(-1.25deg); 
    -ms-transform: skewY(-1.25deg);
    -webkit-transform: skewY(-1.25deg);
}

.macaronbackground::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: inset 20px 20px 30px rgb(39, 39, 39), inset -10px -5px 30px rgb(56, 56, 56);
}

.macaronwrapper h2 {
    z-index: 2;
    color: white;
    padding: 0 1rem;
    text-align: center;
    transform: skewY(1.25deg); 
    -ms-transform: skewY(1.25deg);
    -webkit-transform: skewY(1.25deg);
}

.macaronwrapper .Btn-open {
    margin: 2rem;
    z-index: 2;
    transform: skewY(1.25deg); 
    -ms-transform: skewY(1.25deg);
    -webkit-transform: skewY(1.25deg);
}

.contactformwrapper {
    width: 100%;
    background-color: #EEEEEE;

}
.contactform {
    padding: 2rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contactform h2 {
    color: #faa8bf;
    margin-bottom: 0.7rem;
}

form input {
    width: 100%;
    margin: 0.3rem 0;
    margin-bottom: 0.6rem;
    border-radius: 4px;
    border: solid 1px grey;
    height: 25px;
}

input, textarea {
    display: block;
}

input, .msg {
    margin: 0.2rem auto;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    background-color: white;
    border-radius: 7px;
    height: 3rem;
    width: 75%;
    outline: none;
    padding-left: 0.2rem;
    font-size: 0.9rem;
    text-align: left;
    color: #ACACAC;
}

/*Normal placeholders*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    font-style: italic;
    opacity: 1; /* Firefox */ 
}
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
    font-style: italic;
}
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
    font-style: italic;
}

  .msg {
    height: 150px;
    width: 100%;
    padding: 0.2rem;
    resize: none;
}

.contactform .Btn {
    background-color: #faa8bf;
    border: none;
    margin-top: 0.8rem;
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus{
  -webkit-text-fill-color: #faa8bf;
  box-shadow: 0 0 0 1000px white inset;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

@media (max-width: 375px){
    .reviews h2 {
        font-size: 2rem;
    }
}
