/* Enter Your Custom CSS Here */
h2, h3 {
    line-height: 0.7em;
}

h4.subheading {
  font-weight: 500;
  margin-top: -0.6em;
  margin-bottom: -0.6em;
}

a, a:visited {
  transition: 0.0s;
  color:#cc0000;
}

a:hover {
    color:#aa0000;
}

/*menu bar line*/
.main-navigation ul ul {
  top: 78px;
  border-top-color:#AA0000;
}

.main-navigation>div>ul>li>a:hover {
    border-bottom-color: #AA0000;
}

.main-navigation .current_page_ancestor>a { /*color of main title bar item when at submenu item page*/
  color: #CC0000;
}

/*hover background color of submenu in main nav bar*/
.main-navigation ul ul li:hover>a {
  background-color:#AA0000;
}


/*hover color of text in main navigation bar*/
.main-navigation ul li:hover>a {
    color: #AA0000;
}

.entry-content p a, .entry-content li a, .entry-content dl a, .entry-content pre a, .entry-content code a, .entry-content blockquote a
{
  color:#CC0000;
  border-bottom:none;
}

.entry-content p a, .entry-content li a, .entry-content dl a, .entry-content pre a, .entry-content code a, .entry-content blockquote a
{
  color:#CC0000;
  border-bottom:none;
}

.entry-content p a:hover, .entry-content li a:hover, .entry-content dl a:hover, .entry-content pre a:hover, .entry-content code a:hover, .entry-content blockquote a:hover
{
  color:#AA0000;
  border-bottom:none;
}

.main-navigation .current-menu-item>a
{
  color:#CC0000;
}

::selection
{
  background:#AA0000;
  color:#ffffff;
}

.main-navigation .menu-search .search-icon:hover:before {
    color: #AA0000;
}

h5, h6 {
  font-weight:400;
}

/*Search button colors*/
button, input[type=button], input[type=reset], input[type=submit] {
  background-color:#AA0000;
}

input[type=submit]:hover {
    background:#CC0000;
}

/*home page links*/
#panel-12-1-0-0 a:hover {
    color: #aa0000;
}

/*anchor offset to account for top menu floating*/
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/*search page results*/
.entry-header h1.entry-title a:hover, .entry-header h1.page-title a:hover, .page-header h1.entry-title a:hover, .page-header h1.page-title a:hover {
  color:#AA0000;
}

/*change height of menu (TAZ 1/21/19)*/
.main-navigation>div>ul>li>a{
  line-height: 120px;
}

.imgcenter{
    /*text-align: center;*/
    margin: auto;
    display: block;
}

