@charset "UTF-8";

/* CSS rules go below */

body{
	font-family: "Impact";
	color: black;
	background: white
}

.page-wrapper{
	padding:1rem;
	display: flex;
	flex-direction: column;
}

header, nav, section, footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:2.5vw;
	margin-bottom:2.5vw;
}

h1, h2, p{
	text-align: center;
	max-width: 30rem;
}

h3{
	text-align: center;
	max-width: 50rem;
	font-size: 3rem;

}

h4{
	text-align: center;
	font-size: 5rem;
	max-width: 40rem;
}

.extension-download a{
	font-size:3rem;
	padding:2rem;
	border-radius: 3rem;
	text-decoration: none;
	border: 1px solid rgb(0, 0, 0);
}

.extension-documentation{
	width:50vw;
}

.extension-reviews-block{
	width:100%;
	max-width: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.extension-review{
	width:25vw;
	padding:1rem;
	margin:1rem;
	border:1px solid black;
	box-sizing: border-box;
}

video, img{
	display: block;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	margin-top:1rem;
	margin-bottom:1rem;
	background-color: black;
}

.presentation-video{
	width:80%;
	max-width:800px;
	float:none;
	margin:1rem auto 1.5rem auto;
	display:block;
	background-color: black;
}

.zack-photo,
.rock-photo,
.patience-photo,
.wait-photo,
.explain-photo,
.dancing-photo,
.uncomfortable-photo,
.yoga-photo,
.scared-photo{
	width:40%;
	max-width:400px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}



section.extension-installation ol{
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-left: 1.25rem; /* keep numbers aligned while using flex */
	margin: 0;
}

section.extension-installation ol li{
	line-height: 1.4;
}

footer{
	border-top:1px solid black;
}



/* CSS style for mobile devices */

@media (max-width: 780px) {
  	.extension-documentation{
		width:90vw;
	}
	.extension-review{
		width:90vw;
		margin-left:0;
		margin-right:0;
	}
}
