/*
Theme Name: Vesan teema
Theme URI: https://hylyt.net
Author: Vesa Kankkunen
Author URI: https://hylyt.net
Description: Vesa harjoittelee 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


header, nav, article, footer, address {
  display: block;
}

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}

h2 a,h3 a {
  color: #5b7b95;
  text-decoration: none;
}

.menu-paavalikko-container > ul > li > a {
  font-family: 'Open Sans';
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#root {
	width: 100%;
	height: 500px;
}
#map {
	width: 100%;
	height: 500px;
}