/*
Theme Name: HDCar
Theme URI: https://harmonicdesign.ca
Author: Harmonic Design
Author URI: https://harmonicdesign.ca
Description: This theme is for use on *** <strong>only</strong>
*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	font-family: sans-serif;
	background: #000000;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	position: relative;
}

/* Map */
#map {
	width: 100%;
	height: 100%;
}

.gmnoprint {
	display: none !important;
}

a > div > img {
	display: none !important;
}

/* Media Player */
/* media
media_art
media_meta
media_artist
media_song
media_controls */

#media {
	width: 500px;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	height: 100px;
	background-color: #222;
	box-shadow: 10px 10px 30px #1d1d1d, -10px -10px 30px #272727;
	display: grid;
	grid-template-columns: minmax(0, 100px) 1fr;
	line-height: 1;
	align-items: center;
}

#media_meta {
	padding: 1rem;
}

#media_artist {
	font-size: 0.8rem;
	margin-bottom: 0.2em;
}
