body {
	line-height: 1;
	margin: 0;
  --darkblue: #040a2c;
  --lightblue: red;
  background-color: var(--darkblue);	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
  font-family:'Tablet Gothic Regular';
  src:url('../fonts/372d047.woff2') format("woff2");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:'Tablet Gothic 700';
  src:url('../fonts/799b39b.woff2') format("woff2");
  font-weight:700;
  font-style:normal
}

body {
	font-family: 'Tablet Gothic Regular';
	background-image: url(../images/bg.jpg);
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding: 1.2rem;
	line-height: 1.3;
	background-size: cover;
	background-position: center;
}

.wrapper {
	max-width: 800px;
	margin: auto;
}

.logo {
	width: 40vw;
	max-width: 300px;
	margin: auto;
	margin-bottom: 2rem;
	display: grid;
}

.boxfoto {
	width: 100%;
	max-width: 800px;
	margin-bottom: 2rem;
}

h2 {
	font-size: clamp(10px, 14vw, 95px);
	text-align: left;
	font-weight: 700;
	line-height: 1.13;
	font-family: 'Tablet Gothic 700';
	margin-top: 2rem;
}

h2 span {
	font-family: 'Tablet Gothic Regular';
	font-size: clamp(14px, 2.5vw, 90px);
	text-align: left;
	float: left;
	line-height: 1;
	font-weight: normal;
	width: 100%;
}

a {
	color: #fff;
}

p {
	font-size: clamp(16px, 5.75vw, 46px);
	text-align: left;
	color: #fff;
}

.bluebox {
	background-color: #001332;
	padding: 1.5rem;
	color: #fff;
	margin-top: 3rem;
}

.bluebox * {
	color: #fff!important;
}

.claim p {
	color: #000;
	font-weight: 400;
}

.claim a {
	color: #000;
	font-weight: 400;
}

.btn {
	font-family: 'Tablet Gothic 700';
	font-size: clamp(10px, 6.5vw, 35px);
	margin-bottom: 4rem;
	border: .175em solid #ffdbdb;
	color: #fff;
	box-shadow: 0 0 .7em #d60d0d,inset 0 0 .7em #d60d0d;
	border-radius: 1.25em;
	padding: 0.75em 1.5em;
	text-decoration: none;
	display: grid;
	width: max-content;
	margin: auto;
	transition: all .1s linear;
	text-align: center;
}

.btn:hover {
	scale:1.02;
	border-color: #fff;
	color: #d60d0d;
	
	box-shadow: 0 0 .7em red,inset 0 0 .7em red;
}

.btngrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	container-type: inline-size;
	margin-top: 3rem;
}

.btn.small {
	font-size: clamp(11px, 6vw, 30px);
	max-width: 60cqi;
	margin: auto;
	border-width: .325em;
	border-radius: 0;
	border: 1px solid #d60d0d;
	box-shadow: none;
	background-color: #d60d0d;
}

.btn.small:hover {
	border: 1px solid #fff;
	box-shadow: none;
	background-color: #fff;
}	

.btn.small.badge {
	padding: 0;
	width: 100%;
	border-radius: 15px;
	max-width: 40cqi;
	box-shadow: 0 0 .7em #d60d0d,inset 0 0 .7em #d60d0d;
	margin-bottom: 1rem;
}

.btn.small.badge:hover {
	box-shadow: 0 0 .7em red,inset 0 0 .7em red;
}

.btn.small.badge img {
	width: 100%;
	min-width: ;
}

footer {
	margin-top: 4rem;
	margin-bottom: 2rem;
	
}

footer a {
	color: #fff;
	display: inline;
	font-size: clamp(14px, 4vw, 18px);
	margin-bottom: .5rem;
	padding-inline: 1rem;
}