/*
Theme Name: Issta Magazine
Theme URI: https://issta.co.il/
Template: elementor-hello-theme-master
Author: Michael Farber
Author URI: https://farbr.co/
Description: A sample theme for Elementor.
Version: 1.0.1554636184
Updated: 2019-04-07 14:23:04
*/

/*
    Add your custom styles here
*/

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #00548E;
}

::selection {
  color: white;
  background: #00548E;
}


/* HEADLINES */
h2 {
	font-weight: 500;
}

h3 {
	font-weight: 500;
}

/* LINKS */
a:link {
  color: #2e9ce0;
}

a:hover {
	color: #48a0dc;
}

a:active {
	color: #48a0dc;
}

a:visited {
	color: #0088C2;
}