@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
html {
	font-size: 16px;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.7rem;
}
img {
	max-width: 100%;
	/* max-height: 600px; */
}
p:last-child {
	margin: 0;
}
ul.bullets {
	margin: 0;
}
.disclaimer {
	display: block;
	font-size: 0.5rem;
	line-height: 1rem;
}
.txt,
.img {
	padding: 2rem 1rem;
}

/* Video section */

.video .container {
	max-width: 1360px;
	/* position: relative; */
}
.video .plyr__control--overlaid {
	background: url('../media/player-btn.png') no-repeat;
	background-size: 100%;
	background-position: center center;
	outline: none;
	width: 80px;
	height: 100%;
	transition: opacity 0.2s linear;
	opacity: 1;
	border-radius: initial;
	border: none;
	padding: 0;
	color: transparent;
}
.video .plyr--video .plyr__control--overlaid.plyr__control:hover {
	background: url('../media/player-btn.png') no-repeat;
	background-size: 100%;
	background-position: center center;
}
.plyr--video .plyr__control--overlaid.plyr__control:hover {
	background: none;
	padding: 18px;
}
.plyr__control--overlaid {
	background: initial;
	border: 5px solid white;
}
.plyr--stopped .plyr__controls{
	display: none !important;
}
.box-2 {
	background: #fbfbfb;
}
.box-3 {
	background: #fcfcfc;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
	html {
		font-size: 18px;
	}	
	.video .plyr__control--overlaid {
		width: 100px;
	}
	.box-2 {
		background: url('../media/img-04.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.box-3 {
		background: url('../media/img-05.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 24px;
	}	
	.video .plyr__control--overlaid {
		width: 130px;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 28px;
	}	
	.hero .app {
		position: absolute;
		bottom: 0;
	}
	.video .plyr__control--overlaid {
		width: 169px;
	}
	.txt,
	.img {
		padding: 2rem;
	}
}
@media (min-width: 1360px) {
	html {
		font-size: 34px;
	}	
}