/* ----- Table Of Contents -----

	0. Common styles
	1. Navigation (Main & Functional)
	2. Various page elements
	3. Pages, Posts, Custom Posts & Widgets
	4. Template plugins
	5. Bootstrap custom stylings
	6. Viewport stuff
	7. Media Queries

-------------------------------- */

/* ================================================== COMMON STYLES */

/* == font and links == */
body {
	font-family: 'NotoSans', 'WhetisakDojo-Thin', 'Myriad Pro', 'Helvetica', sans-serif;
	color: #000;
	font-size: 13.5px;
	line-height: 20px;
}
a {
	-webkit-transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fa3737;
	outline: none;
}
a.more {
	font-size: 12px;
	font-weight: bold;
}
/* == END font and links == */

/* == titles, titles custom == */
h1, h2, h3, h4, h5, h6 {
	font-family: 'WhetisakDojo-Bold';
	color: #181818;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit
}
h1 {
	margin-bottom: 12px
}
h2, h2.title {
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0
}
h3 {
	text-transform: uppercase;
	margin-bottom: 6px
}
h3.subtitle {
	font-size: 22px;
	font-family: 'WhetisakDojo-Thin';
	text-transform: none;
	padding: 0
}
h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
h4.introtext {
	font-size: 24px;
	font-family: 'WhetisakDojo-Thin';
	text-transform: none;
	margin-bottom: 25px;
	padding: 0
}
h4.introtext a {
	border-bottom: none
}

h5 {
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 3px
}
h6 {
	font-size: 1.5rem;
	font-weight: normal
}
h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i {
	margin-right: 10px;
}