﻿@charset "UTF-8";

/* ----------------------------------------------------- */

h3 {
	font-size: 1.3em;
}

@media screen and (max-width: 50em) {
	h3 {
		font-size: 0.875em;
    }
}

@media screen and (max-width: 40em) {
    h3 {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 30em) {
    h3 {
        font-size: 0.667em;
    }
}

/**********************************************************************/

/********************** TESLA MODEL Y PRICING ************************/

/********************************************************************/

.photoID {
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(#888888, #444444);
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
	text-shadow: 1px 1px #000;
}
@media screen and (max-width: 50em) {
	.photoID {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 0.9em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 6px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 6px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}
@media screen and (max-width: 40em) {
	.photoID {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 0.8em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}
@media screen and (max-width: 30em) {
	.photoID {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 0.7em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 4px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 4px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}

.shadeLabel {
	text-align: left;
}

.shadeLabel h3 {
	font-family: "roboto_condensedregular", sans-serif;
	font-weight: 500;
	color: #FFF;
	border-radius: 20px;
	background: black;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 50em) {
	.shadeLabel h3 {
		font-family: "roboto_condensedregular", sans-serif;
		font-weight: 500;
		color: #FFF;
		border-radius: 20px;
		background: black;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 40em) {
	.shadeLabel h3 {
		font-family: "roboto_condensedregular", sans-serif;
		font-weight: 500;
		color: #FFF;
		border-radius: 20px;
		background: black;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 30em) {
	.shadeLabel h3 {
		font-family: "roboto_condensedregular", sans-serif;
		font-weight: 500;
		color: #FFF;
		border-radius: 20px;
		background: black;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
}

.smalltxt {
	font-size: 0.75em;
}
@media screen and (max-width: 50em) {
	.smalltxt {
	font-size: 0.75em;
	}
}
@media screen and (max-width: 40em) {
	.smalltxt {
	font-size: 0.75em;
	}
}
@media screen and (max-width: 30em) {
	.smalltxt {
	font-size: 0.75em;
	}
}













