/* Add here all your CSS customizations */
ul#mainNav li a:hover {text-decoration: none;}
h1 {font-weight: bold; border-bottom: 5px solid #ed1f24;}
img {max-width: 100%; height: auto;}
h2.accordion-header.inactive-header {font-size: 1.3em;}

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {
    #header .header-nav-main nav > ul li {line-height: 50px;}
    .parallax-background {display:none;}
    
}