@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@charset "utf-8";
/*
   Base Style Sheet
   Author: Patrick Fournier
   Date: December 07, 2024
   Filename: quote.css
*/
body
{
	text-align: center;
	width: 100%;
}

h1
{
	padding: 40px 10px 20px 10px;
	font-size: 12vw;
}

div#headerLine
{
	background-color: black;
	height: 1px;
	margin: auto;
	margin-bottom: 20px;
	width: 50%;
	border: 0.15rem solid black;
	border-radius: 50px;
}

content p
{
	margin: auto;
	width: 75%;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 15px;
}

content ul
{
	margin: auto;
	width: 70%;
	text-align: left;
	line-height: 1.25;
	font-size: 1.25rem;
	list-style-position: inside;
}

content ul li
{
	padding-bottom: 10px;
}

content#footerspacer
{
	margin-top: 20px;
	height: 10px;
}

@media only screen and (min-width: 800px) 
{
	h1
	{
		padding: 40px 0 20px 0;
		font-size: 3.5rem;
	}

}

@media only screen and (min-width: 1200px) 
{
	
}