@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v31-latin_latin-ext-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v31-latin_latin-ext-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v31-latin_latin-ext-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v31-latin_latin-ext-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v31-latin_latin-ext-700.woff2') format('woff2'); 
}

:root {
	--main-margin: 30px;
	--main-padding: 10%;
	--medium-padding: 20%;
	--big-type: 3.4rem;
}

html {
	font-size: 10px;
	scroll-padding-top: 60px;
}

body, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, p, q, img, main, figure, figcaption, blockquote, header, article, footer, fieldset, label, button, div, nav, form {

	margin: 0;
	padding: 0;
	display: block;
}

body {	
	background:black;
	font-family:'Quicksand',Helvetica, Arial, sans-serif;
	color:rgb(40, 67, 119);
	font-size: 1.8rem;
	letter-spacing: 0.05rem;
	font-kerning: normal;
	text-rendering: optimizeLegibility;
	margin:0 0 0 0;
	font-weight: 400;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	box-sizing: border-box;
}

body {
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)) no-repeat, url('/media/base/iStock-1489771527-hp-bg-img-1.png');
    height: 12vW;
	scroll-behavior: smooth;
}

a, a:visited {
	color:white;
}


a:hover {
	color:red;
	text-decoration: none;
}

cite, em, var, address, dfn, th {
	font-style: normal;
	font-weight: normal;
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1, .bigtype {
	font-size: var(--big-type);
	font-weight: 700;
}

p {
	margin-bottom: 20px;
	line-height:2.6rem
}

b {
	font-weight: 700;
}

#content-wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

main {
	background:white;
	padding-top: 30px;
	padding-bottom: 30px;
}

header, main, footer {
	margin: 0 20px 0 20px;
	padding-top: 45px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

footer {
	background:rgba(0,0,0,0.8);
	color: white;
	margin: 40px 0 20px 0;
}

.cornered {
	border-radius: 30px;
}

.cornered-left {
	border-radius: 30px 0 0 30px;
}

.cornered-right {
	border-radius: 0 30px 30px 0;
}

.codestyle {
	font-family: monospace;
	font-size: 90%;
	line-height: 130%;
	margin-top: 30px;
}


#logo-container {
    display: flex;
    /*align-items: center;*/
    height: 12vW;
}

#logo-container img {
	filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.4));
	height: 60%;
	margin-left: var(--main-margin);
	padding-left: var(--main-padding);
}

#logo-container h1 {
	color:white;
	filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.4));
	padding-left: 15%;
	padding-right: var(--medium-padding);
	padding-top: calc(12vW/4);
}

.text-item {
	margin: 30px var(--medium-padding) 80px var(--medium-padding);
} 

.number-container {
	margin: var(--main-margin);
}

.text-item h1, .text-item h2, .text-item h3 {
	margin-bottom:20px
}

.text-item-image {
	display: flex;
    align-items: start;
  	gap: 40px;
  	padding-left: var(--main-padding);
  	padding-right: var(--main-padding);
  	margin-left: var(--main-margin);
  	margin-right: var(--main-margin);
}

.image-right {
	flex-direction: row-reverse;
}

.text-item-image div {
	flex:1;
}

.text-image img {
	width: 100%;
}

.highlight-text {
	font-size: 130%;
	line-height: 2.9rem;
	padding: 40px var(--main-padding) 40px var(--main-padding);
	color:rgb(199, 82, 10);
}

.announce-wrapper{
	display: flex;
    align-items: stretch;
    padding: 30px var(--main-padding) 30px var(--main-padding);
    margin: var(--main-margin);
}

.announce-item {
	flex:1;
	background: rgb(249, 229, 208);
	padding: 20px;
}

.anncounce-text {
	/*color: rgb(86, 0, 94);*/
	font-size: 130%;
}

.anncounce-text p {
	line-height: 130%;
}

.anncounce-image {

}

.announce-item h1 {
	font-size: 130%;
	padding-bottom: 20px;
}

#announce-1 {
	background-image: url('/media/content/hp-happy-kids-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.number-container {
    display: flex;
    align-items: center;
  	gap: 40px;
    justify-content: center;
    padding: 30px var(--main-padding) 30px var(--main-padding);
    
}

.number-item {
	width:15%;
	flex: 1;
	background-color:rgb(199, 82, 10);
	padding: 20px;
	color: white;
	text-align: center;
}

.ni-number span{
	font-size: 200%;
}

#footer-content {
	padding: 20px;
}

#footer-content h1, #footer-content h2, #footer-content h3, #footer-content p {
	font-size: 1.2rem;
}

#footer-content p {
	line-height: 1.6rem;
}

langswitch {
	margin: 30px;
	float: right;
	background-color:rgb(199, 82, 10);
	padding: 15px;
	color: white;
	text-align: center;
	&:hover {
		background: black;
	}
}

langswitch a {
		color:white;
		text-decoration: none;
		&:hover {
			color:white;
		}
}
socialmedia {
	display: block;
	width: 100%;
	text-align: center;
	a {
		color:black;
		&:hover {
			text-decoration: underline;
		}
		&:before {
			content: url("/media/base/icon-instagram.svg");
			display: inline-block;
			width: 20px;
			margin-right: 10px;
			vertical-align: middle;
		}
	}
}