/* BASIS –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	font-size: 18px;
}

/* Typography ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
	max-width: none;
}

h4 {
	margin-bottom: 0;
}

p {
	max-width: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HEADER –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

header {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;

	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

header .content {
	padding: 4rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* MAIN –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
main {
	margin: auto;
	padding: 1rem;
	padding-top: 3rem;

	background-color: #fff;

	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-ms-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;

	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-ms-align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

main > section#stat-block {
	-ms-flex: 0 1 calc(60% - 1em);
	-moz-flex: 0 1 calc(60% - 1em);
	-webkit-flex: 0 1 calc(60% - 1em);
	flex: 0 1 calc(60% - 1em);
}

main > section#contact-info {
	-ms-flex: 0 1 calc(40% - 1em);
	-moz-flex: 0 1 calc(40% - 1em);
	-webkit-flex: 0 1 calc(40% - 1em);
	flex: 0 1 calc(40% - 1em);
}

/* Hours and Contact Section ––––––––––––––––––––––––––––––––––––––––––––––– */

#contact-info {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;

	border-radius: 0.5rem;
}

.embed-container {
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

/* 3T Exploro and Strada Pictures –––––––––––––––––––––––––––––––––––––––––– */
#bicycle-pictures-section {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

#bicycle-pictures-section > div {
	-ms-flex: 0 1 50%;
	-moz-flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FOOTER –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
footer {
	min-height: 60vh;

	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

footer > * {
	-ms-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

footer::before {
	-ms-flex: none;
	-moz-flex: none;
	-webkit-flex: none;
	flex: none;
}*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Media Queries ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

