@font-face {
	font-family: "Franklin Gothic Book Bold";
	src: url('../assets/fonts/FRADMCN.TTF');
}

@font-face {
	font-family: "Franklin Gothic Book";
	src: url('../assets/fonts/FRABK.TTF');
}

.responsive-gens {
	width: auto;
	height: 10vh;
}

textarea {
	  resize: none;
}

.responsive-video {
	width: 560px;
	height: 315px;
}

/* 'GENERATE PEACE OF MIND' text */
.body-header-text {
	font-size: 60px;
	font-weight: 600;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.responsive-video {
		width: 70%;
		height: 75%;
	}
	.body-header-text {
		font-size: 25px;
		font-weight: 600;
	}

	.responsive-gens {
	width: 100%;
	height: auto;
	}

}

.top-picture {
	width: 50%;
	height: 50%;
}

#row2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #006C59;
	color: whitesmoke;
}

.bg-color {
	color: #006C59;
}

.row-2-text {
	font-size: larger;
	font-family: "Franklin Gothic Book";
}

.checked {
	color: orange;
	font-size: xx-large;
}

.reviews {
	padding-top: 100px;
}

span:hover+div {
	display: block;
}
