/* mozilla-text-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/mozilla-text-v1-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/mozilla-text-v1-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mozilla-text-v1-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mozilla-text-v1-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/mozilla-text-v1-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/mozilla-text-v1-latin-300.svg#MozillaText') format('svg'); /* Legacy iOS */
}
/* mozilla-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mozilla-text-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/mozilla-text-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mozilla-text-v1-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mozilla-text-v1-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/mozilla-text-v1-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/mozilla-text-v1-latin-regular.svg#MozillaText') format('svg'); /* Legacy iOS */
}

:root {
    --green1: #0C4527;
    --green2: #7DBB89;
    --green3: #3F684D;
	--white: #ffffff;
	--darkgrey: #222222;
}

body {
	display: flex;
	align-items: center;	
	flex-wrap: wrap; 
    background-image: url("../images/spp-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right center;
    font-family: 'Mozilla Text', 'Arial', sans-serif;
	font-size: 1.25rem;
    font-weight: 300;
    min-height: 100vh;
	line-height: 1.45;
	padding-top: 16.6666vh;
}

.gradient {
	background: #00864A;
	background: -webkit-linear-gradient(90deg, rgba(0, 134, 74, 1) 0%, rgba(95, 172, 106, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 134, 74, 1) 0%, rgba(95, 172, 106, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 134, 74, 1) 0%, rgba(95, 172, 106, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00864A", endColorstr="#5FAC6A", GradientType=1);
}

.logo {
	margin-bottom: 12.6666vh;
}

.logo img {
	width: 19.875rem;
	height: auto;
}

a {
	color: var(--green2);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 4rem;
	line-height: 1.19;	
	color: var(--white);
}

p {
	color: var(--white);
	margin-bottom: 2rem;
}

p.small {
	font-size: 0.875rem;
}

p.bottom-line {
	margin-bottom: 4rem;
}

.contact p{
	font-size: 1.625rem;
	margin-bottom: 3rem;
}

.modal h2,
.modal h3,
.modal h4 {
	color: var(--green3);
}

.modal p {
	font-size: 1.125rem;
	color: var(--darkgrey);
}

.header,
.content,
.footer {
	width: 84.375vw;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cus-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16.25rem;
	height: 4rem;
	border-radius: 4rem;
	margin-top: 2rem;
	margin-bottom: 13.24vh;
}

.cus-btn.gradient:hover {
	background: var(--green1);
}

.cus-btn svg {
	width: 2.25rem;
	height: auto;
}

footer ul {
	display: flex;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

footer ul button {
	font-size: 0.875rem;
	color: var(--white);
	border: 0;
	text-transform: uppercase;
	background: none;
	padding: 0;
	letter-spacing: 0.07rem;
}

footer ul button:hover {
	text-decoration: underline;
}

footer ul li {
	padding: 0 1rem;
	line-height: 1.125rem;
}

footer ul li:first-child {
	padding-left: 0;
	border-right: 1px solid var(--white);
}

footer ul li:last-child {
	padding-right: 0;
}

@media screen and (min-width: 2100px) {
	HTML {	
		font-size: 17px;
	}	
}

@media screen and (min-width: 2560px) {
	HTML {	
		font-size: 18px;
	}	
}

@media screen and (min-width: 3000px) {
	HTML {	
		font-size: 19px;
	}	
}

@media screen and (max-width: 1919px) {
	HTML {	
		font-size: 15px;
	}	
}

@media screen and (max-width: 1599px) {
	HTML {	
		font-size: 14px;
	}
	body {
		background-position: 40% center;
	}	
}

@media screen and (max-width: 1199px) {
	HTML {	
		font-size: 13px;
	}	
}

@media screen and (max-width: 991px) {
	HTML {	
		font-size: 12px;
	}	
	body {
		background-position: 57% center;
	}
}

@media screen and (max-width: 850px) {
	body {
		background-position: 35% center;
	}
}

@media screen and (max-width: 767px) {
	HTML {	
		font-size: 16px;
	}	
	body {
		padding-top: 5.5625rem;
		background-image: url("../images/spp-bg-mobile.jpg");
	}
	.logo img {
		width: 12.5625rem;
	}
	.logo {
		margin-bottom: 5.5625rem;
	}
	h1 {
		display: none !important;
	}
	.contact p {
		font-size: 1.25rem;
	}
	.cus-btn {
		width: 12.5rem;
		height: 3.125rem;
	}
	.cus-btn svg {
		width: 2rem;
	}
	p.bottom-line {
		font-size: 1rem;
		margin-bottom: 2.5rem;
	}
}