html, body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', Arial;
	color: #231f20;
	background: #ffffff;
	font-size: 16px;
}

a {

}

a:hover {

}

a:visited {

}

label {
	
}



h1{
	font-family: 'futura-pt', Arial;
	font-weight: bold;
	font-size: 2.2em;
	color: #000;
	margin-bottom: 0;
}
h2{
	font-family: 'futura-pt', Arial;
	font-weight: bold;
	font-size: 1.8em;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}
h3{
	font-family: 'futura-pt', Arial;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}

h4{
	font-family: 'futura-pt', Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}

p{
	font-family: 'Roboto', Arial;
	font-size: 1.0rem;
	line-height: 1.4rem;
}

:root{
	--side-padding: 30px;
	--header-height: 60px;

	--theme-color-1: #015661;
	--theme-color-2: #02a0b5;
	--theme-color-3: #ffbc36;
	--theme-color-4: #ff8c69;

	--bottom-message-box-bg-color: var(--theme-color-2);
	--bottom-message-box-height: 120px;

	--light-color: #f1f1f1;
	--medium-color: #e4e4e4;
	--darker-medium-color: #d0d0d0;
	--semi-dark-color: #b8b8b8;
	--dark-color: #282828;



	--sub-nav-height: 60px;
	--sub-nav-color: var(--medium-color);
}

main{
	display: flex;
	flex-direction: column;
	height: 100vh;
	background-color: #fff;
}

header{
	background: #000;
	color: #fff;
	height: var(--header-height);
	padding: 15px var(--side-padding);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.content-container{
	padding: var(--side-padding);
	box-sizing: border-box;
	height: 100%;
	flex-grow: 1;
	overflow-y: auto;
	background-color: #fff;
}

.content-container.full{
	padding: 0;
}

.content-container.full .inner-padding-container{
	padding: var(--side-padding);
	box-sizing: border-box;
}

header a, header a:hover, header a:visited{
	font-family: 'futura-pt', Arial;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.content-container img, .article-main-picture{
	max-width: 100%;
	height: auto;
}

.partners p{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.partners p a:not(:first-of-type){
	margin-top: 30px;
}

iframe{
	max-width: 100%;
	height: auto;
	min-height: 240px;
}

.partners h3{
	margin-top: 15px;
	margin-bottom: 30px;
}

body.offline .not-available-offline{
	display: none;
}

.simplebutton{
	padding: 5px;
	background: #fff;
	font-family: 'futura-pt', Arial;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	font-size: 1.0rem;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 210px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 2px solid #000;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
}

#home-menu{
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
#home-menu li{
	text-align: center;
	background-color: var(--theme-color-4);
	padding: 5px 30px;
	border-radius: 96px;
	display: inline-block;
}
#home-menu li:not(:first-of-type){
	margin-top: 15px;
}

#home-menu li:nth-child(even){
	background-color: var(--theme-color-3);
	/* margin-left: 30px; */
}

#home-menu a, #home-menu a:hover, #home-menu a:visited{
	font-family: 'futura-pt', Arial;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	font-size: 1.8rem;
}

.no-scroll-container{
	background-image: url(./img/Kuosi-PWA.jpg);
	background-position: center;
	background-color: #e8e7ef;
	background-repeat: repeat-x;
	background-size: cover;
}

.no-stretch-container{
	width: 100%;
	height: 100%;
	max-width: 500px;
	min-width: 390px;
	position: relative;
	overflow: hidden;
}

.no-scroll-container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

blockquote{
	margin-left: 0;
}

blockquote, blockquote p{
	font-weight: 700;
	font-size: 1.2rem;
}