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

a:link {
	text-shadow: 1px 1px 10px black;
	text-decoration: none;
	color: white;
	line-height: 22px;
	font-size: 14px;
	list-style-image: url("https://moab-utah.com/blog/wp-content/themes/triangle.png");
}

a:active {  color: #FF0000
}
a:visited {  color: #003344
}
a:hover {
	background-color: #fff600;
	background-image: none;
	text-decoration: none;
	color: yellow;
	text-shadow: 1px 1px 1px #000000;
	 transform: scale(1.0);
     transition: all ease 50ms;
}
#logo {
	position: absolute;
	left:-9px;
	top:20px;
	max-width: 100%;
	min-width:189px;
	max-height: 98%;
	min-height:129px;
}    







