/* Enter Your Custom CSS Here */

#text-2{float: right; width: 23.5%; }
.menu_contact p{
   text-align: center;
    font-family: arial !important;
    color: #f9dc90;
    border: 2px solid #d2be83;
    padding: 15px 28px;
    border-top: 3px solid #d2be83;
    text-transform: uppercase;
     font-weight: 600;
    font-size: 15px;
    display: inline;
}
.menu_contact{
    text-align: center;
}
.menu_contact a, .menu_contact a:hover{
      color: #f9dc90;   
}
.menu_bar a{
 text-align: center;
    font-family: arial !important;
    color: #f9dc90;
    border: 2px solid #d2be83;
    padding: 15px 28px;
    border-top: 3px solid #d2be83;
    text-transform: uppercase;
     font-weight: 600;
    font-size: 15px;
    display: inline;
}
.menu_bar ul {
    display: table;
    margin: 0 auto;
}
.menu_bar ul li:last-child, .menu_bar ul ul li {
    border-right: 0px solid #FFF;
}
.menu_bar ul li {
    border-left: 0px solid #FFF;
}
.menu_bar ul li {
    border-left: 0 solid #fff;
    margin: 0 40px;
}
@media only screen 
  and (min-width: 640px) 
  and (max-width: 1070px)
  {
.menu_bar ul li {
    border-left: 0 solid #fff;
    margin: 0 4px !important;
}
}
.menu_bar a{
    color: #f7d7b2 !important;
}