/* kf.css -- styles for kevinfrost.com */
/* GOAL: JUST EFFING WORK! mobile first... me first... */
/* secondary:  tap/click OR SWIPE to go through pics on front
Q: preload all these?
*/
body {
	background: White;
	font-family: Avenir, sans-serif;
	text-align: center;
}
h1,
h2 {
	margin: 0px;
	padding: 0px;

	font-family: "Avenir Next Ultra Light", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
h1 a {
	color: black;
}
h1 a:visited {
	color: black;
}
h1 a:hover {
	color: Coral;
}
nav {
	margin-top: 0px;
	margin-bottom: 10pt;
}
nav ul {
	list-style: none;
	margin: 20px auto;
	padding: 0px;
}
nav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Avenir Next Demi Bold", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 36pt;
	text-transform: uppercase;
}
nav li a {
	/* larger tap target, hopefully */
	padding: 20px;
}
main {
	margin: 0px auto;
}
h2 {
	/* variation from h1  */
	color: black;
	font-size: 48pt;
	font-weight: bold;
	text-transform: none;
}
h3 {
	font-size: 32pt;
	font-weight: normal;
}
h4 {
	font-size: 24pt;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: LightSeaGreen;
	white-space: nowrap;
}
a:visited {
	color: LightSeaGreen;
}
a:hover,
a:visited:hover {
	color: Coral;
}
img {
	width: 100%;
	height: auto;
}
footer {
	margin: 40px auto;
	color: DarkGrey;
}
article {
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}
article p, article ul, article ol {
	font-size: 32pt;
	text-align: left;
}
article p.dateline {
	text-align: center;
}
article p.image {
	width: 90%;
	text-align: center;
	margin: 0px auto;
	font-size: 14pt;
}
article img {
	display: block;
	margin: 0px auto;
}
article p img::after {
	color: red;
	border: 2px solid red;
}
article h3 {

	text-align: left;
	font-size: 24pt;
	font-weight: bold;
}
ul.newslist {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
}
ul.newslist li {
	font-size: 24pt;
	font-weight: bold;
	margin-top: 20px;
}
ul.newslist li span.date {
	display: block;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
}
form {
	margin: 0px auto;
	text-align: left;
	border: 1px solid black;
	padding: 10px;
}
fieldset {
	text-align: center;
	border: none;
}
label,
input,
textarea {
	font-family: Monaco, monospace;
	font-size: 18pt;
	vertical-align: top;
}
textarea {
	width: 90%;
	height: 300px;
	resize: none;
	margin: 20px;
}
input.submit {
	font-family: Avenir, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;
	color: white;
	border: 1px solid black;
	padding: 8px;
	background: LightSeaGreen;
}
input.submit:hover {
	border: 1px solid black;
	padding: 8px;
	background: Coral;
}
div.vimeo {
	width: 80%;
	margin: 0px auto;
}
div.mainpic {
	display: inline-block;
	margin: 0px auto;
}
.instalink {
	margin: 40px auto;
	font-size: 36pt;
}
.gallery {
	/* TBD... */
}
.gallery a img {
	width: 30%;
	height: 30%;
	object-fit: contain;
	vertical-align: top;
	margin: 5%;
}
.hide,
.hidden {
	display: none;
}
/* ===================================================================
** SCREEN SIZE ADJUSTMENTS
** Remember that Responsive Design Mode does NOT work! Fucking Apple...
====================================================================== */
.screencheck {
	width: 300px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid black;
	background: url("/misc/dev_screen_NA.png");
	background-color: lightyellow;
	background-repeat: no-repeat;
	background-size: 300px 60px;
}
@media only screen and (max-width: 400px) {
	/* can I even test this? for now do same as S...*/
	.screencheck {
		background-image: url("/misc/dev_screen_XS.png");
	}
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
	/* SMALL */
	.screencheck {
		background-image: url("/misc/dev_screen_S.png");
	}
	h1,
	h2 {
		font-size: 48pt;
	}
	nav li {
		font-size: 32pt;
	}
	article {
		width: 90%;
	}
	article p, article ul, article ol {
		font-size: 18pt;
	}
	.mainpic {
		width: 80%;
	}
	.gallery a img {
		width: 90%;
		height: auto;
		object-fit: contain;
		display: block;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
	/* MEDIUM which should be most phones in portrait... */
	.screencheck {
		background-image: url("/misc/dev_screen_M.png");
	}
	#NavHome {
		display: none;
	}
	h1 {
		font-size: 72pt;
		letter-spacing: 10pt;
	}
	h2 {
		font-size: 50pt;
	}
	nav li {
		font-size: 32pt;
	}
	label,
	input,
	textarea {
		font-size: 24pt;
	}
	.mainpic {
		width: 80%;
	}
	.gallery a img {
		width: 90%;
		height: auto;
		object-fit: contain;
		display: block;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1200px) and (max-height: 1000px) {
	/* MEDIUM but constrained height, usually desktop or portrait mode... */
	.screencheck {
		border: 4px solid red;
	}
	h1 {
		font-size: 48pt;
		letter-spacing: 5pt;
	}
	h2 {
		font-size: 40pt;
	}
	nav li {
		font-size: 24pt;
	}
	article {
		width: 60%;
	}
	article p, article ul, article ol {
		font-size: 18pt;
	}
	.mainpic {
		width: 45%;
	}
	.instalink {
		font-size: 24pt;
	}
	.gallery a img {
		width: 300px;
		height: 400px;
		object-fit: cover;
		display: inline-block;
		margin: 1%;
	}
	label,
	input,
	textarea {
		font-size: 16pt;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
	/* LARGE */
	.screencheck {
		background-image: url("/misc/dev_screen_L.png");
	}
	h1 {
		font-size: 48pt;
		letter-spacing: 5pt;
	}
	h2 {
		font-size: 40pt;
	}
	nav li {
		font-size: 24pt;
	}
	article {
		width: 50%;
	}
	article p, article ul, article ol {
		font-size: 18pt;
	}
	.mainpic {
		width: 40%;
	}
	.instalink {
		font-size: 24pt;
	}
	.gallery a img {
		width: 300px;
		height: 400px;
		object-fit: cover;
		display: inline-block;
		margin: 1%;
	}
}
@media only screen and (min-width: 1601px) {
	.screencheck {
		background-image: url("/misc/dev_screen_XL.png");
	}
	h1 {
		font-size: 48pt;
		letter-spacing: 5pt;
	}
	h2 {
		font-size: 40pt;
	}
	nav li {
		font-size: 24pt;
	}
	article {
		width: 50%;
	}
	article p, article ul, article ol {
		font-size: 18pt;
	}
	.mainpic {
		width: 30%;
	}
	.instalink {
		font-size: 24pt;
	}
	.gallery a img {
		width: 300px;
		height: 400px;
		object-fit: cover;
		display: inline-block;
		margin: 1%;
	}
}
