

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

body {
	color: black;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: clamp(22px, 2vw, 30px);
	margin: 0;
	padding: 0;
	line-height: 1;
}
.logo {
	margin: 0;
	padding: 20px;
}
p {margin: .5em 0;}
.wrap {
	display: flex;
	height: 90vh;
}
.container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	align-content: center;
}
h1 {
	font-size: 2.5em;
	letter-spacing: .93vw;
	color: #c90000;
	font-weight: 900;
	margin-bottom: 0;
}
p a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.7em;
}
p a:hover {
	color: #c90000;
}
img {
	height: auto;
	max-width: 55vw;
}
h2 {
	background: #c90000;
	padding: 15px;
	color: #fff;
	margin-top: 0;
	font-size: 1.45em;
}
@media (max-width: 900px) {

	img {
		height: auto;
		max-width: 100%;
	}
}

@media (max-width: 590px) {
	h1 {
		line-height: 1.1em;
	}
	p a {
		font-size: 1.5em;
		margin: 5vw 0;
		display: block;
	}
	h2 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
