
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Tinos&display=swap');


#DWHOPage {
	width: 710px;
	background-color: white;

    border: 5px solid #cbb7d9;
	display: flex;
	flex-direction: column;
	gap: 0px;
    font-size: 1rem;
	
}

#DWHOPage h2 {
	text-align: center;
	/* color: #0467ce; */
}


#DWHOPage img {
	vertical-align : middle;
	object-fit: cover;
	border: 0px;
	
}

.fira {
	font-family: 'Fira Sans', sans-serif;
	/* color: #0467ce; */
	text-align: center;
	font-weight: 400;
}

.size2-5x {
	font-size: 2.5rem;
	font-weight: 400;

}

.size2x {
	font-size: 2rem;
	font-weight: 600;
}

.size1-75x {
	font-size: 1.75rem;
}

.size1-5x {
	font-size: 1.5rem;
}

.size1-25x {
	font-size: 1.25rem;
}

.size1x {
	font-size: 1rem;
}

.nospace {
	margin: 0px;
	padding: 0px;
}

#title {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}


#title h2 {
    margin: 0px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    color: #2863af;
}

#subtitle {
	align-self: center;
	text-align: center;
}

#expansion {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2863af;
}

#tagline-autos {
	width: 710px;
	height: 159px;
	background-image: url('graphics/DW-tagline.jpg');
	/* color: #66ccff; */
}

#tagline-autos h2 {
	/* color: #66ccff; */
	font-weight: 500;
}

#autographers {
	font-size: 1rem;
	text-align: center;
	background-image: url('graphics/DW-bg-signers.jpg');
	width: 710px;
	

}

#sample-autos {
    margin: 0 auto;
    text-align: center;
	padding-top: 30px;
}

#autographers h2 {
	/* color: #66ccff; */
	/* font-weight: 400; */
}

#signers {
	text-align: left;
	column-count: 2;
	column-gap: 30px;
	margin: 0px 30px;
    font-size: 1rem;
}

#signers #more {
	column-span: all;
	text-align: center;
}


#sketch {
	background-image: url('graphics/DW-bg-signers.jpg');
}

#artistnames {
	margin: 10px 50px;
    font-size: 1.1rem;
}

.bluetext {
	color:#2863af;
}

#base {
	margin: 1rem 0;
	text-align: center;
	
}

#base p {
	margin: 0rem 2rem;
    font-size: 1.1rem;
}

#middle-content {

}

#middle-content h2 {
	/* color: #66ccff; */
}

#bonus {
	margin: 1rem 0;


}


#bonus ul {
	padding: 0px 1.75rem;

}

#bonus ul li {
	line-height: 1.5rem;
	font-size: 1.1rem;
	text-align: center;
	list-style: none;
}

#bottom {
	text-align: left;
	width:710px;
	
}

#incentives-details {
	/* margin: 1rem auto; */
	padding: 0.5rem;
	border: 0px solid red;
	width: 704px;
	text-align: left;
	background-image: linear-gradient(#c5aed4, #774898);
	background-color: #2a3181;
	display: grid;
	grid-template-columns: 2fr 2fr 1fr;
	grid-template-rows: 50px 1fr 1fr 1fr;
	gap: 10px 0px;
}

#incentives-details h2 {
	text-align: right;
}
#incentives-title {
	grid-column: 2/3;
	grid-row: 1/2;
}

#incentives-title h1 {
	margin: 0;
}
/* #incentives-details span {
	margin-left: 1.5rem;
} */


#six-case-incentives-details {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: bottom;
	align-self: center;
}


#six-case-incentives-details h2  {
	margin: 0;
	padding-right: 0;
}

#six-case-incentives-details h2 span {
	font-size: 0.8rem;
	font-weight: 200;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

#nine-case-incentives-details {
	grid-column: 1/3;
	grid-row: 3/4;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: bottom;
	align-self: center;
}


#nine-case-incentives-details h2  {
	margin: 0;
	padding-right: 0;
}

#nine-case-incentives-details h2 span {
	font-size: 0.8rem;
	font-weight: 200;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}


#twelve-case-incentives-details{
	grid-column: 1/3;
	grid-row: 4/5;
}

#incentives-details h2 {
	text-align: left;
	margin: 0rem 0 0.75rem 0;
	color: white;

}

#dual-auto {
	grid-column: 3/4;
	grid-row: 1/3;
}

#dual-auto img {
    margin-top: 10px;
	
	transform: rotate(5deg);
	width: auto; 
	height:160px;
}

#triple-auto {
	grid-column: 3/4;
	grid-row: 3/5;
	display: flex;
}

#triple-auto img {
	margin-left: 10px;
    margin-top: 20px;
	transform: rotate(5deg);
	width: auto; 
	height:160px;	
	align-self: center;
}

.larger {
    font-size: 1.5em;
    font-weight: 600;
}
/*
#incentives-details p {
	margin: 1rem 2rem;
	font-size: 1.25rem;
}
*/

#coming-soon-tagline {
	text-align: center;
	font-size: 1.6rem;
	color: #2863af;
	margin-top: 2rem;
}

#disclaimer {
	text-align:center;
	margin: 0 auto;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	font-style: italic;
}


#legals-box{
	margin: 0 auto;
	border: 0px solid green;
	width: 650px;
	
	
	font-size:.8em;
	font-family: sans-serif;
	text-align: center;
	line-height: 0.9rem;
	padding-bottom: 1rem;
}

#archivebox {
	color: white;
	margin-left: 1.5rem;
	padding-top: 1rem;
}

#archivebox a {
	font-size: 1rem;
	color: white;
}