/*underline links in paragraphs and lists*/ 
p a {      
    color: #9d2235;  
    text-decoration: underline !important;  
}  
li a {      
    color: #9d2235;  
    text-decoration: underline !important;  
}  
.et_pb_posts a.more-link {
    text-decoration: underline;
}

/*no underline on hover for paragraphs and lists*/
p a:hover {  
    text-decoration: none !important;  
}  
li a:hover {  
    text-decoration: none !important; 
}    

/*except not these icons, which are in a list*/
.et_pb_member_social_links a {
    color: black; 
    text-decoration: none !important;
}  

/*underline headings on hover only*/ 
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;  
} 

/*no underline for navigation*/ 
nav a {  
  text-decoration: none !important;  
}  

/*no underline for admin bar*/
#wpadminbar a {   
  text-decoration: none !important;   
} 

/*no underline in footer*/   
#footer-info a {    
  text-decoration: none !important;    
}    

/* footer headings are white for legibility */ 
.footer-widget h4{ 
  color: #ffffff !important; 
} 

.et_pb_slide
{
 	height:444px; 
}

.et_pb_slide_description h2
{
 	background:rgba(0,0,0,.6);
    padding:5px;
    font-size:10px;
}

.et_pb_module.et_pb_slider.et_slider_auto.et_slider_speed_7000.et_pb_fullwidth_slider_0.et_pb_bg_layout_dark a
{
               text-decoration:none !important;
}

.et_pb_slide_description h2 {
    font-size: 25px;
}
 