/* Enter Your Custom CSS Here */
@media (max-width: 980px)
img#logo {
    display: none !important;
}


p a {     

      color: #9d2235; 

    text-decoration: underline !important; 

} 

p a:hover { 

    text-decoration: none !important; 

}  

li a {     

      color: #9d2235; 

    text-decoration: underline !important; 

} 

li a:hover { 

    text-decoration: none !important; 

}  

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ 

      color: #9D2235;  

    text-decoration: none !important; 

} 

h1:hover a { 

    text-decoration: underline !important; 

} 

h2:hover a { 

    text-decoration: underline !important; 

} 

h3:hover a { 

    text-decoration: underline !important; 

} 

h4:hover a { 

    text-decoration: underline !important; 

} 

h5:hover a { 

    text-decoration: underline !important; 

} 

h6:hover a { 

    text-decoration: underline !important; 

} 

nav a { 

  text-decoration: none !important; 

} 
#wpadminbar a { 

  text-decoration: none !important; 

} 

#footer-info a { 

  text-decoration: none !important; 

} 

/* footer headings */
.footer-widget h4{
  color: #ffffff !important;
}


h1#logo-text {
	display: inline-block;       
	vertical-align: middle;
	padding: 10px;
} 
 

 