@charset "UTF-8";
/*
Theme Name: JBP
Theme URI: https://jbp.xzys.se/
Author: Sweden Sites
Author URI: https://swedensites.com/
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
}

body {
	background: #ffffff;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: #fafafa; }
body::-webkit-scrollbar-thumb { background: #ffd802; }
body::-webkit-scrollbar-thumb:hover { background: #d7b600; }

body, button, a, input, select {
	font-size: 15px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.4;
}

img, video {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 20px 0 0 20px;
}

a {
	text-decoration: none;
}

h1,.h1 { font-size: 35px; line-height: 1.2; font-weight: 800; }
h2,.h2 { font-size: 25px; line-height: 1.2; font-weight: 800; }
h3,.h3 { font-size: 20px; line-height: 1.2; font-weight: 800; }
h4,.h4 { font-size: 18px; line-height: 1.2; font-weight: 800; }

@media all and (max-width: 700px) {
	h1,.h1 { font-size: 30px; }
	h2,.h2 { font-size: 20px; }
	h3,.h3 { font-size: 18px; }
	h4,.h4 { font-size: 17px; }
}

@media all and (max-width: 500px) {
	h1,.h1 { font-size: 25px; }
	h2,.h2 { font-size: 18px; }
	h3,.h3 { font-size: 17px; }
	h4,.h4 { font-size: 16px; }
}

.rel { position: relative; }
.abs { position: absolute; }