
.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover {
color: #AD250A;
text-decoration: none;
}


.menuItemL2 A, .menuItemL2 A:visited {
color: #AD250A;
}


.menuItemL2 A:hover {
text-decoration: none;
}

#siteTitle
{
  padding-top: 50px; 
  padding-bottom: 50px; 
}

.menuTopItem A
{
  font-family: Lora, serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:3.424px;
  color:rgb(27, 27, 27);
  text-transform: uppercase;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-family: Arial;
  font-size: 15px;
}

/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }

/* To center the menu */
.mainMenuContainer TABLE {   width: 100%;    text-align: center;  }

DIV.header
{
  padding-top: 15px !important;
  padding-bottom: 25px !important;
  font-family:Yellowtail, serif;
  font-size:57px;
  font-weight:400;
  color: rgb(247, 7, 7);
  text-align: center;
}


@media screen and (max-width: 767px)
{
  .menu-caption { color: #000; }
  .menu-btn .icon-bar { background-color: #000;  }
  #mobile-menu-actions { background-color: transparent; }
  #siteTitle IMG { position: relative; top:-30px; left: 0px; }
  DIV.header {   }
}