/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* styles for darylproducesenergy.com */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	font-family: 'Open Sans', sans-serif;
}
p {
	margin-top: 0;
	color: #303035;
}
p + p {
	margin-top: 1.25rem;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	margin: 0;
	display: block;
}
.hero-img {
	margin: 0 auto;
}
.outer-container {
	margin: 0;
	padding: 0;
	background-color: white;
}
.container {
	padding: 0 1em;
	background-color: white;
}
.inner-container {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5;
}
h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	color: #303037;
}
h1 {
	margin: 0;
	padding: 0.25em 0;
	font-size: 1em;
}
blockquote {
	margin: 0;
	padding: .25rem 0;
}
blockquote > p {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	color: #030366;
}
.current-interest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
    list-style: none;
	line-height: 1.2;
	text-indent: -1em; 
    margin-left: 0;
}
.current-interest li::before {
	content: "✯ - ";
}
.current-interest li {font-size: .7rem;}
.current-interest li a { font-size: .8rem;}
.current-interest > li + li {margin-top: 1.25em;}
.current-interest a:link, .current-interest a:visited {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.current-interest a:hover {
	color: green;
	text-decoration: underline;
}

/* media queries */

@media (min-width: 500px) {
	html { font-size: 1.25rem; }
	body {
		line-height: 1.5;
	}
	blockquote > p {
		font-size: 1.2em;
	}
	.current-interest {
	  text-indent: -1.25em; 
	  margin-left: 3em;
	}
	.current-interest li a { font-size: 1.25rem;}
	h1{
		font-size: clamp(1.5rem, 3vw, 5rem);
		padding: 0;
	}
}

@media (min-width: 800px) {
	html {
		font-size: 1.5rem;
	}
	body {
		background-color: white;
	}
	.outer-container {
		max-width: 1500px;
	}
	.inner-container {
		max-width: 65ch;
		margin: 1em auto 3em;
		padding-top: 2em;
		padding-bottom: 1em;
		border: 1px solid #efefef;
		border-radius: 1%;
		-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 100, 0.4);
				box-shadow: 5px 5px 15px rgba(0, 0, 100, 0.4);
	}
}