/*
 Theme Name:     Dividend
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Brad the Elegant 
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

a {
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
	line-height: 22px;
	font-size: 14px;
	list-style-image: url(../triangle.png);
}
a:link {
	color: #003344;
	font-family: "Source Sans Pro", Helvetica, sans-serif;

}
a:active {  color: #000000
}
a:visited {  color: #003344
}
a:hover {
	background-color: #006CA0;
	background-image: none;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
#logo {
	position: absolute;
	left:-20px;
	top:-2px;
	max-width: 100%;
	min-width:109px;
	max-height: 98%;
	min-height:109px;
}    
