
/* Font import from google */
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@1,300&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,200&display=swap'); */



#mainBlock{
    padding-right: 0;
    padding-left: 0;
}
#viewMessageSetCard {
    margin-right: 15px;
    margin-left: 15px;
}
#postMessageCardBody {
    margin-right: 15px;
    margin-left: 15px;
}
.theNav {
    background-color: #FBF4E6;;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
 /* body::-webkit-scrollbar {
    display: none;
  } */
  
  /* Hide scrollbar for IE, Edge and Firefox */

  /* body { */
    /*-ms-overflow-style: none;*/  /* IE and Edge */
    /*scrollbar-width: none; */ /* Firefox */
  /* }  */


body {
    background-color: #FBF4E6;
    font-family:'diavlolight', Georgia, 'Times New Roman', Times, serif;
    /*overflow-y: hidden;
    overflow-x: hidden;*/
    /* overflow: hidden; */
    
}


/* For smaller screens */
@media screen and (max-width: 400px) {
    .eventHeadingText{
        font-size: 2em;
    }
}


.eventHeadingText {
    color: #C61857;
    font-family: diavlobook;
    font-size: 2.2em;
}

.card-text {
    font-family: 'Georgia';
    /* font-family: 'diavlobook'; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* font-family: 'Overpass'; */
    /* color: #C61857 */
    /* font-weight: 300; */
    font-style: italic;
    text-align:center;
}


.videoBorder {
    /* border-width: 15px  !important; */
    border-width: 2px  !important;
    border-color:#C61857;
}

.mainMessagesCard {

    background-color: #FBF4E6;

}

.innerMessageCard {
    border: 2px solid #FFBB33;
    border-radius: 3px;
    /* -webkit-box-shadow: 0px 1px 7px 1px #000000; 
    box-shadow: 0px 1px 7px 1px #000000; */
}

.innerMessageCardUnread {
    background-color: #FFF;
    /* background-color: #FBF4E6; */
}

.innerMessageCardRead {
    background-color: #FFF;
}

.highlightedInnerMessageCard {
    border: 2px solid #FFBB33;
    border-radius: 3px;
    background-color: #f0dfbf;
    /* background-color: #FFC107; */
    /* color: #FFF; */
    /* -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.71); 
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.71); */


}

/* 
.innerMessageCardHead {
    border-bottom: 1px solid #FFBB33;*/
    /* -webkit-box-shadow: 0px 1px 7px 1px #000000; 
    box-shadow: 0px 1px 7px 1px #000000; */
/*}

.innerMessageCardFoot {
    border-top: 1px solid #FFBB33;*/
    /* -webkit-box-shadow: 0px 1px 7px 1px #000000; 
    box-shadow: 0px 1px 7px 1px #000000; 
} */


.postMessageCard {
    background-color: #FBF4E6;
    border: 1px solid #FFBB33;
    border-radius: 3px;
    color:#C61857;
}

.postMessageCardHead{
    background-color: #C61857;
    color:#FBF4E6;
}

#btnMessageFormSubmit {
    background-color: #C61857;
    color:white;
    border-color: #C61857;
}

.postMessageMainCard {
    background-color: #FBF4E6;
}

.innerMessageSender {
    color: #C61857;
    /* font-family: 'Georgia'; */
    font-family: 'diavlolight';
}

#messageHeading {
    color: #C61857;
    font-family: 'diavlobook';
}


.guestLocation {
    font-style: italic;
}

.footerText{
    color: #C61857;
    font-family: 'diavlobook';
}