/* fira-sans-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/fira-sans-v17-latin-200.woff2') format('woff2');
}
/* fira-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/fira-sans-v17-latin-300.woff2') format('woff2');
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fira-sans-v17-latin-regular.woff2') format('woff2');
}

body {
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

h1 {
	font-weight: 200;
	margin: 0 0 1.25rem;
	line-height: 1;
	font-size: 3.875rem;
}

.logo {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 20rem;
}

.logo svg {
	width: 100%:
	height: auto;
}

.info {
	position: absolute;
	right: 6rem;
	top: 3rem;
	background-color: rgba(0,0,0,.3);
	border: 1px solid white;
	color: white;
	padding: 2.5rem;
	line-height: 1.4;
	font-size: 1.25rem;
}

.info p {
	margin: 0;
}

.info a {
	color: white;
	text-decoration: none;
	transition: color .25s;
}

.info a:hover {
	color: #aaa;
}

.header_picture {
	background-image: url('img/hp_01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.header_picture:after {
	content: "";
	width: 100%;
	height: 25vw;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.header_picture .logo_hw {
	z-index: 10;
	position: absolute;
	bottom: -0.5vw;
	left: 5vw;
	width: 80vw;
}

.header_picture .logo_hw svg {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1365px) {
	.logo {
		width: 12.5rem;
	}
	h1 {
		font-size: 3rem;
	}
	.info {
		padding: 2rem;
    font-size: 1rem;
		right: 2.5rem;
    top: 2rem;
	}
}

@media screen and (max-width:1023px) {
	.logo {
		position: initial;
		margin: 0 auto;
		width: 15rem;
	}
	.header_picture {
		height: 0;
		/* padding-bottom: 57.5%;*/
		padding-bottom: 100%;
		background-position: 35%;
	}
	.header_picture .logo_hw {
		width: 90vw;
	}
	.info {
		position: initial;
    background: 0;
    border: 0;
    color: black;
		padding: 3rem;
	}
	.info p {
		padding-left: 4.25rem;
	}
	.info a {
		color: black;
	}
}

@media screen and (max-width:499px) {
	h1 {
		font-size: 2rem;
	}
	.info {
		padding: 2rem 1rem 1.5rem 2rem;
	}
	.info p {
		/* padding-left: 0; */
		padding-left: 2.75rem;
	}
	.logo {
		margin: 0 0 0 4.25rem;
	}
}

@media screen and (max-width:399px) {
	.info {
		font-size: 0.875rem;
	}
	.logo {
		width: 13.5rem;
	}
}