/* RESET –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, header, footer, h1, h2, h3, h4, div, a, p, blockquote {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	font-family: inherit;
	list-style: none;
}

* {
	position: relative;
	box-sizing: border-box;
	border: none;
}

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

html {
	font-size: 16px;
	font-family: 'Roboto', helvetica, Arial, sans-serif;
	font-weight: 300;

	border-top: 0.618rem solid #3778b8;
}

body {
	background-color: #fff;
	max-width: 90rem;
	margin: auto;
}

/* Typography ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.1;

	max-width: 40rem;
	margin: auto;
}

h2 {
	font-weight: 500;
	font-size: 1.5rem;
}

h3 {
	font-weight: 500;
}

p, td {
	font-weight: inherit;
	line-height: 1.382em;

	max-width: 40rem;
	margin: auto;
}

.disclaimer {
	font-size: 0.9rem;
	color: #444;
	font-style: italic;
	text-align: center;

	margin-top: 1rem;
	margin-bottom: 2rem;
}

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

header {
	display: block;
	padding-top: 1rem;
}

header > * {
	z-index: 1;
}

/* Dealer Logo */
header img.logo {
	display: block;
	margin: 1em auto 2em auto;

	width: 10em;
	max-width: 90%;
}

header .strada-pro-img {
	display: block;
	margin: auto;
	max-width: 80%;
	width: 25rem;
	height: auto;
	margin-bottom: -3rem;

	z-index: 10;
}

header .content {
	display: block;
	width: 100%;
	background: #eee;
	padding: 1em;
	padding-bottom: 3em;
	padding-top: 4rem;

	text-align: center;

	z-index: 0;
}

header .content p {
	max-width: 45rem;
	display: block;
	margin: auto;
	text-align: left;
}

header h2 {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 900;
	color: #3778b8;

	margin-bottom: 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Main –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

main {
	padding: 0.4rem;
	padding-top: 3rem;
}

/* Stat Block Section –––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#stat-block h1 {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

#stat-block .strada-pro-img { 
	width: 85%;
	margin: 2rem auto;
	display: block;
	max-width: 30rem;
}

/* Specifications Table */
table {
	border: none;
	text-align: left;
	-moz-border-horizontal-spacing: 0;
	-webkit-border-horizontal-spacing: 0px;
	-moz-border-vertical-spacing: 0;
	-webkit-border-vertical-spacing: 0px;
	border-collapse: collapse;

	color: #454545;
	text-transform: capitalize;
	font-size: 0.9rem;
	
	max-width: 30rem;
	margin: auto;
}

td {
	padding-bottom: 0.75em;
	vertical-align: top;

	background-color: none;
	background-color: rgba(255,255,255, 0);
}

tr {
	outline: #fff;
	outline: rgba(255, 255, 255, 0);
}

td:nth-child(even){
	padding-left: 1em;
}

tr > td:first-of-type {
	font-weight: 500;
	text-align: right;
}

tr:hover {
	outline: 0.125rem solid #efefef;
	transition: all 0.1s ease-out;
}

tr:hover > td {
	background-color: #efefef;
	transition: all 0.1s ease-out;
}

/* Contact Information and Map Section ––––––––––––––––––––––––––––––––––––– */

#contact-info {
	background-color: #333;
	border: 0.125rem solid #333;
	color: #fff;
}

address {
	padding: 1rem;
	padding-bottom: 2rem;
	font-style: normal;
	line-height: 1.382em;
}

address a {
	outline-color: #454545;
	border-bottom: 1px dotted #c4c4c4;

	z-index: 1;
}
address a:hover {
	background-color: #454545;
	outline: 0.2em solid #454545;

	transition: all 0.12s;
	transition-timing-function: ease-in;

	z-index: 0;
}

address > div {
	text-align: center;
}

address .logo-wrapper {
	display: block;
	margin: auto;
	padding: 1em;
	max-width: 10em;
}

.logo-wrapper img {
	display: block;
	margin: auto;
	width: 100%;
}

/* Embedded Map & Video Styling */
.embed-container {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 3T Exploro and Strada Pixtures –––––––––––––––––––––––––––––––––––––––––– */
#bicycle-pictures-section div {
	width: 100%;
	padding: 1em;
}

#bicycle-pictures-section div img {
	width: 100%;
}

#bicycle-pictures-section div h3 {
	border-top: 0.125em solid #333;
	padding-top: 0.375em;
}

/* Embedded Video Section –––––––––––––––––––––––––––––––––––––––––– */

/* Video Styling is in the Map Section */

#video-section div{
	margin-bottom: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

footer {
	padding: 2em 1em;
	color: #fff;
	text-align: center;
	min-height: 30rem;
	height: 50vh;

	background-color: #333;
	background-image: url('../_assets/strada-pro/strada-action-1.jpg');
	background-position: center;
	background-size: cover;
}

/* Apply black tint layer */
footer a {
	display: inline-block;
	background-color: #fff;
	color: #333;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
	box-shadow: 0 0.1rem 0.5rem #000;
	border-radius: 0.5rem;
}

footer a:hover {
	box-shadow: 0 0.1rem 0.5rem 0.125rem #000;
	text-decoration: underline;

	transition: box-shadow 0.1s ease-in;
}

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