.food .myBtn{
    background-color: #DC3D51;
}

.food .oneCatgory {
    color: #DC3D51;
    border-color: #DC3D51;
}



/************************************* projectHeaderAndProjectContent *************************************/


.food .section2 .projectHeaderAndProjectContent {
    border-color: #DC3D51;
}

.food .section2 .projectHeaderAndProjectContent .projectHeader {
    border-color: #DC3D51;
}

.food .section2 .projectHeaderAndProjectContent .projectHeader .bigNumber {
    color: #DC3D51;
}

/************************************* section3  *************************************/


.food .section3 .eventNavs {
    color: #DC3D51;
    border-color: #DC3D51;
}

.food .section3 .eventNavs div.oneNav:hover {
    color: #DC3D51;
    border-color: #DC3D51;;
}

.food .section3 .eventNavs div.oneNav.focus {
    color: #DC3D51;
    border-color: #DC3D51;
}

.food .section3 .eventNavs div.title {
    color: #DC3D51;
    
}



/************************************* section3 section3Contents content1  *************************************/

.food .section3 .section3Contents .content1 #content1Carousel .carousel-indicators .active {
    background-color: #DC3D51;
}


/************************************* section3 section3Contents content2  *************************************/


.food .section3 .section3Contents .content2 .events .oneEvent .tag {
    background-color: #DC3D51;
}


.food .section3 .section3Contents .content2 #content2Carousel .carousel-indicators .active {
    background-color: #DC3D51;
}





/************************************* section3 section3Contents content3 *************************************/



.food .section3 .section3Contents .content3 #content3Carousel .indexOneStoryUnderTitleSet2:before {
    content: url(../img/food/Yellow.svg);
   
}


.food .section3 .section3Contents .content3 #content3Carousel .carousel-indicators .active {
    background-color: #DC3D51;
}








/************************************* section8 *************************************/

.section8 {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section8 a{
    color: #DC3D51;
}


.section8 .qaArea {
    border-top: 1px solid #DC3D51;
    margin-bottom: 30px;
    margin-top: 30px;
}

.section8 .qaArea .oneQa {

    border-bottom: 1px solid #DC3D51;
}

.section8 .qaArea .oneQa .questionArea {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: left;

}

.section8 .qaArea .oneQa .questionArea:hover {

/*    background-color: #fff;*/
}

.section8 .qaArea .oneQa .questionArea:hover .oneQButton {

    background-image: url(../img/food/Close.svg);
}


.section8 .qaArea .oneQa .questionArea h5 {
    color: #DC3D51;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 0px;
}

.section8 .qaArea .oneQa .questionArea p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0px;
}

.section8 .qaArea .oneQa .questionArea .oneQButton {
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url(../img/educationProject/Open.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section8 .qaArea .oneQa .questionArea .oneQButton:hover {
    /*    opacity: 0.7;*/
}

.section8 .qaArea .oneQa .answerArea {
    border-top: 1px solid #DC3D51;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    

}

.section8 .qaArea .oneQa .answerArea h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}
