@import url('https://fonts.googleapis.com/css?family=DM+Mono:wght@300');
@import url('https://fonts.googleapis.com/css?family=Itim');
@import url('https://fonts.googleapis.com/css?family=Rubik');



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: DM Mono;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body
{
	background-color: #f5f5f5;
}

p
{
	font-family: 'DM Mono';
	font-size: 140%;
	line-height: 2em;
}

.logo-grid-container
{
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	margin: 20px;
	justify-content: center;
}

.logo-slogan
{
	font-family: DM Mono, sans-serif;
	vertical-align: middle;
	letter-spacing: 0.5em;
	
}
@media only screen and (max-width: 1000px)
{
	p
	{
		font-size: 100%;
	}
}
@media only screen and (max-width: 700px)
{
	p
	{
		font-size: 90%;
	}
}

.florence-yellow-background
{
	background-color: #fef408;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 0px;
}
@media only screen and (max-width: 700px)
{
	.florence-yellow-background
	{
		padding-bottom: 0px;
	}
}

.florence-white-page
{
	width: 80%;
	max-width: 1000px;
	background-color: #f5f5f5;
	margin: auto;
	padding-bottom: 50px;
}
@media only screen and (max-width: 700px)
{
	.florence-white-page
	{
		width: 100%;
	}
}

.florence-margined
{
	width: 80%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 0px;
}

.florence-body-text
{
	font-family: Itim;
	color: #000036;
	font-size: 140%;
	line-height: 2em;
	margin-top: 30px;
}
@media only screen and (max-width: 1000px)
{
	.florence-body-text
	{
		font-size: 120%;
	}
}
@media only screen and (max-width: 650px)
{
	.florence-body-text
	{
		font-size: 100%;
	}
}


.store-grid-container
{
	display: grid;
	grid: auto auto / 30% 30% 30%;
	column-gap: 5%;
	row-gap: 20%;
	align-items: center;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 800px)
{
	.store-grid-container
	{
		grid: auto auto auto / 50% 50%;
	}
}

.store-grid-item
{
	background-color: black;
	padding: 10px;
	text-align: center;
	align-self: center;
	background-color: black;
	height: auto;
	border-radius: 5px;
	border: 2px #f5f5f5 solid;
}
.store-grid-text
{
	vertical-align: center;
	font-size: 100%;
	margin: 0px;
}
@media only screen and (max-width: 1000px)
{
	.store-grid-text
	{
		font-size: 80%;
	}
}
@media only screen and (max-width: 650px)
{
	.store-grid-text
	{
		font-size: 70%;
	}
}

#store-grid-item a, a:link, a:visited, a:hover, a:active
{
	color: white;
	text-decoration: none;
}

.store-grid-item:hover
{
	background-color: #000036;
	transition-duration: 0.1s;
	border: 2px #000036 solid;
}

.store-logo
{
	height: 2em;
	float: left;
}

.center
{
	text-align: center;
}

.margin-bottom
{
	margin-bottom: 50px;
}

.info
{
	width: 80%;
	max-width: 800px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 150px;
}

.tease
{
	text-align: center;
	margin-bottom: 50px;
}


.social-grid-container
{
	display: grid;
	grid: auto / auto auto auto auto;
	grid-gap: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	justify-content: center;
	align-items: center;
	color: white;
}

.social-grid-item
{
	background-color: black;
	border-radius: 50%;
	align-self: center;
	height: 70px;
	width: 70px;
}

.social-icon
{
	height: 30px;
	width: 30px;
	margin: 20px;
}

.video-container
{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
  }

.video-iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.email-field
{
	font-family: DM Mono;
	padding-left: 10px;
	height: 40px;
	vertical-align: middle;
}

.email-button
{
	font-family: DM Mono;
	color: white;
	background-color: black;
	height: 40px;
	border-width: 0px;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.presented-by-container
{
	margin-bottom: 0px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid: auto / 4em auto;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.presented-by-text
{
	font-family: 'DM Mono';
	font-size: 100%;
	line-height: 1.5em;
}
@media only screen and (max-width: 1000px)
{
	.presented-by-text
	{
		font-size: 85%;
	}
}
@media only screen and (max-width: 700px)
{
	.presented-by-text
	{
		font-size: 70%;
	}
}