/*Page general settings*/

/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100&display=swap');*/
@font-face {
    font-family: myFont;
    src: url(CenturyGothic.ttf);
  }


body {
    height: 100%;
}

.ingr-mini {
    font-size: 50px !important;
    font-family: myFont;
    background-color:rgb(255, 255, 255);
    text-align: center;
    padding:0;
    margin:0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

/*Header*/
#identity{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 40px;
    background-color: #a0226b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center

}

#identity .upperlogo{
    position: absolute;
    left: 10px
}


#identity .social-icons {
    position: absolute;
    right: 20px;
    filter: invert(99%) sepia(5%) saturate(2%) hue-rotate(99deg) brightness(107%) contrast(100%);
}

.flxgrid.social-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-grid li {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
}







img {
    height: auto;
    border: 0;
    max-width: 100%;
}
  


.item-block{
    display: block;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    /*Space between items*/
    border: 5px solid #ffffff;
}



.item-image {
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
    z-index: 0;
    border-radius: 8px;
}

.flxgrid.flxwrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flxgrid-i {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%
}

.flxgrid-i .mask-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.o-head-wrap{
    background: rgba(0,0,0,0);
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

:hover .mask-title{
    opacity:1
}



/*Footer*/
#PageFooter{
    font-size: 30%;
    padding: 15px 0;
    color: rgb(255, 255, 255);
    background-color:#a0226b;
}

    
.blocked{

    display:block;
    height:0;
    padding-bottom:50%;
    position:relative;
    overflow:hidden; 
    
}

.absoluteimage1{
    background-image:url('img/Mothers_Day_Header.png');
    transition:all 0.3s ease;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size: auto 95%;
    background-repeat:no-repeat;
    background-position:center;
    z-index:0;
    
}

    
    .flxgrid.flxwrap{margin-left: 8%; margin-right: 8%; margin-top: 0;}
    #identity .social-icons {right: 0}
    #identity .upperlogo{left:10px}
    .item_1{flex-basis:33%;flex-grow:1}
    .item_2{flex-basis:33%;flex-grow:1}
    .item_3{flex-basis:33%;flex-grow:1}
    .item_4{flex-basis:33%;flex-grow:1}
    .item_5{flex-basis:33%;flex-grow:1}
    .item_6{flex-basis:33%;flex-grow:1}
    .item_fillwidth{flex-basis:50%;flex-grow:1}

    .o-head {
        font-size: 50% !important;
        font-family: myFont !important;
        
    }




@media only screen and (hover: none) and (pointer: coarse){

    .mask-title{
        opacity:1 !important;
        
    }

    .o-head-wrap {
        align-items: flex-end !important;

    }

    .o-head {
        background-color: #5ec9ea !important;
        font-size: 30% !important;
        padding: 10px !important;
    }

    .blocked_bordered{
        border:2px solid #ffffff;
    }

}


/*
@media only screen and (max-width:1630px){
  
}
*/

@media only screen and (max-width: 767px){

    
    
    .item_fillwidth{flex-basis:100%;flex-grow:1} 

    .mask-title{
        opacity:1 !important;
        
    }

    .o-head-wrap {
        align-items: flex-end !important;
        

    }

    .o-head {
        background-color: #ff6666 !important;
        
        font-size: 30% !important;
        padding: 10px !important;
    }

    .blocked_bordered{
        border:2px solid #ffffff;
    }

    .absoluteimage1{
        background-image:url('img/Mothers_Day_Header_mob.png');
        transition:all 0.3s ease;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-size: auto 95%;
        background-repeat:no-repeat;
        background-position:center;
        z-index:0
    }

    #identity .upperlogo svg {
        height: 35px;
        width: auto;
    }
    
    .social-grid li{width:20px;height:20px; margin: 0 2px;}
    #identity .social-icons{right:10px}
}


.o-head {
    background-color: rgba(240, 200, 148, 0);
    color: #ffffff;
    font-size: 40%;
    font-weight:normal;
    line-height: 1.3;
    margin: 0;
    padding: 20px;
	max-width:95%;
	border-radius: 8px;
}


.item_midparallax:hover {
    /*filter: grayscale(50%);*/
}

.item-block:hover .item-image {
    /*
    Available Filters
    filter: blur(5px);
    filter: brightness(0.4);
    filter: contrast(200%);
    filter: drop-shadow(16px 16px 20px blue);
    filter: grayscale(50%);
    filter: hue-rotate(90deg);
    filter: invert(75%);
    filter: opacity(25%);
    filter: saturate(30%);
    filter: sepia(60%);
    */

    filter: blur(5px) brightness(0.4) saturate(140%);
	
}