.MainBar{
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    background-color: #FCFBF8;
}

div.produce {
    border-radius: 10px;
    background-color: #F9F7F0;
}
div.produce:hover {
    box-shadow: 0px 0px 10px #E3DABB;
}
div.produce-details {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FBFAF4;
}

hr.separator {
    border: none;
    height: 8px;
    width: 100px;
    background-color: #E1D3B4;
}
.icon-main {
    margin: 10px 10px 10px 10px;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}
.icon-produce {
    margin: 40px 20px 40px 20px;
    width: 220px;
    overflow: hidden;

}
.icon-produce:hover {
    transform: scale(1.5);
    overflow: hidden;
    transition: transform .5s ease;
}
  

.content1 {
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color:transparent;
}

p.copyright {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 20px;
}
p.produce-details{
    padding: 14px 10px 14px 10px;
    color: #000000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}
p.produce-details2{
    margin: 0px 0px 5px 0px;
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
p.produce-name{
    margin: 0px 0px 10px 0px;
    color: #EE2B46;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}


p.title1 {
    margin: 0px 0px 0px 0px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    text-decoration: none;
}
p.title2 {
    margin: 0px 0px 0px 0px;
    color: #EE2B46;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    text-decoration: none;
}
p.title3 {
    color: #ffffff;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 46px;
    text-decoration: none;
    text-shadow: 0px 0px 6px #000000;
}
p.sub-title1 {
    margin: 0px 0px 0px 0px;
    color: #555555;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-decoration: none;
    line-height: 28px;
}

p.switch-language {
    margin: 6px 0px 6px 20px;
    padding: 5px 0px 5px 0px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
}

p.menu_option_selected {
    margin: 28px 0px 0px 0px;
    color: #000000;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;                             
    text-decoration: underline solid #EE2B46 4px;
    text-underline-offset: 4px;
    transition-duration: 0.5s;
}
p.menu_option {
    margin: 28px 0px 0px 0px;
    color: #EE2B46;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition-duration: 0.5s;
}
p.menu_option:hover {
    color: #000000;                              
    text-decoration: underline solid #EE2B46 4px;
    text-underline-offset: 4px;
}

a.link_menu {
    text-decoration: none;
}

.button1 {
    border: 1px solid #C7102C;
    border-radius: 10px;
    display:inline-block;
    color: #555555;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 20px 0px 20px ;
    cursor: pointer;
    transition-duration: 0.5s;
    height: 70px;
}
.button1:hover {
    background-color:#C7102C;
    color:#ffffff;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 2px;
    transition-duration: 0.5s;

}


