*{
    margin: 0;
    padding: 0;
    font-family: 'Calibri', 'Arial';
}
a{
    text-decoration: none;
}
a:hover{
    cursor:pointer;
}
.button, .orderform button {
    font-weight: 700;
    margin: 10px auto;
    font-size: 24px;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #ffde00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-width: 210px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgb(50 50 50 / 75%);
    border: none;
    transition-duration: 500ms;
    border: 1px solid #ffde00;
}
.dnone_days{
  display: none;
}
.header{
    width:100%;
    padding: 15px 0px;
    background-image: url('../img/headerBG.jpg');
    background-size:cover;
    display:flex;
    justify-content: center;
}
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
}
.navMenu{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    width:50%;
    min-width:550px;
    margin-left:5%;
}
.navItem{
    color:#fff;
    font-family: Arial;
    font-size:1.2em;
    font-weight:600;
}

.homeImg img{
    max-width:200px;
}

.mainBody{
    max-width: 60%;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.red1{
    color:#DA0000;
}
.gray{
    color:#B5B5B5;
}
.m-0{
    margin:0 !important;
}
.mainHeading{
    margin: 50px 50px;
    text-align: center;
    max-width:75%;
}
/*.text{
    display: flex;flex-direction: column;justify-content: space-around;
}*/
.block{
    /*TESTING HERE:*/
   /* display:flex;*/
   /*margin:20px 0;*/
   margin-top:10px;
}
.authorDiv{
    float:left;
    max-width: 40%; /*was 30%*/
    min-width: 150px;
    margin:0; /*was 0 20px*/
}
.headerDate{
    margin: 5px 0 0 0;
}
.headerDateMob{
    display:none;
}
.headerDateWide{
    display:block;
}
.headerDate .gray{
    text-decoration: underline;
}
.block p{
    line-height: 1.5em;/*was 1.7*/
    /*padding:10px 0;*/
    padding:0;
    padding-bottom:1em;
    text-align: justify;
    font-size:110%;
}
.block h2{
    /*margin:revert;*/
    margin-top:0;
}
.block img{
    max-width: 90%; /*was 100%*/
    /*margin:0 10px;*/
}
.block .authorInfo{
    font-style: italic;
    padding: 0px;
}
.authorInfo1{
    line-height:1.43;
    margin-top:-6px;
}
.block ul{
    margin:revert;
    padding:revert;
    line-height:2;
}
.block .wideImg{
    max-width:100%;
    overflow: hidden;
    text-align: center;
}
.mobVer{
    display:block; /*was none*/
}
.wideVer{
    display: none;
}
.redBox{
    background-color:#DFA9AD;
    font-size: 160%;
    font-style: italic;
    margin: 20px 0;
    padding: .4em 5px;
    width:100%;
    /*font-weight:600;*/
}
.redBoxP{
    background-color:#DFA9AD;
    font-style: italic;
    margin-top: 70px;
    padding: 10px 5px !important;

    font-size: 120% !important;
    line-height:1.3 !important;
}
.redBox2{
    display:none;
}
.heartBox1{
    text-align: center;
}
.italic{
    font-style: italic;
}
.prodImgDiv{
    text-align: center;
    margin-bottom:20px;

}
.prodImgDiv img{
    max-width:35%;
}
.button{
    white-space: nowrap;
    width:min-content;
    margin:0 auto;
    color:#fff;
    font-size: 20px;
    font-weight:700;
    padding: 12px;
    transition: .3s;
}
.button:hover{
    box-shadow: 1px 4px 9px rgba(199,30,40,0.83);
}
.redline{
    height:1px;
    width:100%;
    background-color: #BA1820;
    border:2px solid #BA1820;
}
.commentsHeading{
    /*font-size:35px;*/
    text-align: center;
    padding: 10px 0;
}
.comments{
    border: 1px solid #b6b6b6;
    border-radius: 15px;
    padding: 20px 20px 20px 10px/*was 20px*/
}
.comment{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid black;
}
.commentInfo{
    padding-bottom: 5px;
}
.commentInfo .red1{
    font-size:110%;
    font-weight: 600;
}
.commentInfo .gray{
    font-weight: 600;
}
.avatarDiv{
    padding-right:5px;
    min-width:50px;
    max-width:50px;
}
.avatarDiv img{
    min-width:40px;
    margin:0 10px 0 0;
}
.commentContent{
    line-height:140%;
}
.footer{
    width:100%;
    background-color: #E5EAF2;
    border-top: 4px solid #BA1820;
    text-align:center;
    padding:1em 0;
    margin:0;
}
.footerItem{
    padding: 10px;
}
.footer a{
    color:black;
    text-decoration: none;
}
.footer a:hover{
    color:black;
}
/*doc card test code:*/
.fblock{
    display: flex;
}
.authorDiv2{
    float:none;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.subHeading{
    margin-bottom:5px !important;
}
.subHeading2{
    margin-bottom:5px !important;
}
.clearfix1{
    clear:both;
}
.fblock .text{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.redBoxP{
    margin-top:10px !important;
    font-size:160% !important;
}

/*doc card test code end*/
@media (min-width:1300px){
    .clearfix{
        clear:both;
    }
    /*.extraPaddingP{
        padding:40px 0 !important;
    }*/
    .authorDiv1 img{
        max-height: 330px;/*Was max-width:60%*/;
    }
    .mainHeading{
        font-size:50px;
        max-width:100%;
        margin: 50px 0;
    }
}
@media(max-width:1300px){
    .heartImg2{
        max-width: 50% !important;
    }
}
@media(max-width:1238px){
    .authorDiv2{
        justify-content: start;
    }
}
@media(min-width:1200px){
    .wideImg img{
        max-width:80% !important;
    }
}
@media(max-width: 1100px){
    .mainBody{
        max-width:90%;
    }
    .authorDiv{
        max-width:30%;
    }

}
@media (min-width: 940px) and (max-width: 1100px){
    .redBoxP{
        margin-top: 10px;
        float:right;
        /*width:64%;*/
        }
}
@media (max-width: 940px){
    .redBoxP{
        width:100%;
    }
}
@media(max-width:877px){
    .navMenu{
        display: none;
    }
}
@media(min-width:806px){
    .heartImg2{
        display: none;
    }
}
@media(max-width:793px){
    .redBoxP{
        display:none;
    }
    .redBox2{
        display:block;
    }
}
@media(max-width:793px){
    .redBoxP{
        margin-top:43px;
        margin-bottom:-20px;
    }
}
@media(max-width:736px){
    .headerDateMob{
        display:block;
    }
    .headerDateWide{
        display:none;
    }
}
@media (max-width:716px){
    p,
    .commentInfo .red1{
        font-size:100% !important;
    }
    .mainHeading{
        font-size:25px;
        line-height: 100%;
        margin: 20px 0 0 0;
    }
    /*.wideVer{
        display:none;
    }
    .mobVer{
        display: block;
    }*/
}
@media (max-width:692px){
    .redBoxP{
        margin-top:20px;
    }
}
@media(max-width:507px){
    .mainHeading{
        max-width: 100%;
    }
    .block .heartImg1{
        max-width:150%;
        transform: translate(-18%, 0px);
    }
    .redBox{
        font-size:120%;
        margin: 0px 0 10px 0;
    }
}
@media(max-width: 497px){
  .dnone_days{
    display: block;
  }
    .justify_mob{
	text-align: justify;
}
    .authorDiv{
        /*float:none;*/
        margin:auto;
    }
    .prodImgDiv img{
        max-width:100%;
    }
    .authorDiv2 img{
        max-width:80%;
    }
    .authorInfo2{
        text-align: left;
        font-size:90%;
    }
    h2{
        font-size:19px;
        text-align: center;
    }
}
