/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.1.1574997477
Updated: 2019-11-29 05:17:57

*/



/* HYPERLINKKIEN VÄRIT */

/* unvisited link 
a:link {
  color: #870021;
	}

 visited link 
a:visited {
  color: #551A8B;
	}

 mouse over link
a:hover {
  color: #0000EE;
	}



 selected link */
/*
a:active {
  color: blue;
	}
a, a:active, a:visited {
color: #08628D;
		} 
a:hover {
color: #0000EE;
	}





/* OTSIKKOJEN TAUSTAVÄRI 
h2, h3 {
	padding: 05px 05px 05px 0px;
  background-color: #f9f9f9;
}
*/

h2 {
    font-size: 1.4rem;
	font-weight: 400;
}
h3 {
    font-size: 1.2rem;
	font-weight: 400;
}


/* IKONIN POISTO ALKUPERÄINEN
.fa-angle-down:before {
    content: "\f107";
}
*/
