@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500&display=swap');



#picard-s23 {
	width: 710px;
	background-color: red;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color: #ecddc5;
    color: black;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-weight: 500;
	margin: 0 auto;
}

/* #picard-s23 > section {
	display: inline-block;
	padding: 0px;
} */


#title {
	/* height: 448px; */
	margin: 0px;
	padding: 0px;
	/* background-image: url("/products/startrek/picard-seasons2-3/graphics/Picard-seasons2-3-website_01.png"); */
	/* overflow: hidden; */
}

#title img {
	border: 0px;
	margin: 0px;
	padding: 0px;	
	float: left;
}

.libre {
	font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
    margin-top: 0.6rem;	
	color: #1b2d5c;
}


.size-small {
	font-size: 0.86rem;
}
.size1-4x {
	font-size: 1.4rem;
	margin: 15px 0px;
}
.size1-6x {
	font-size: 1.6rem;
    line-height: 1.5rem;
}
.size2x {
	font-size: 2rem;
    line-height: 1.85rem;

    margin-bottom: 6px;

}
.size2-5x {
	font-size: 2.5rem;
    line-height: 2.5rem;
}
.small-slant-text {
    font-size: .75rem;
    font-style: italic;
}
.navytext {
    font-size: 1.9rem;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    letter-spacing: 0.04em;
    text-align: left;
}


#middle-content {
	background-image: url("/products/startrek/picard-seasons2-3/graphics/Picard-seasons2-3-website_04.jpg");
	/* background-repeat: no-repeat; */
}



#headlines{
    padding: 20px 0px;
}


#headlines h2 span {
	font-size: 0.96rem;
	font-weight: 200;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

#signers-list ul {
    margin-top: 1px;
	margin-left: 25px;
    padding-left: 45px;
	position: relative;
	float: left;
}

#signers-list li {
	line-height: 1.3rem;
	font-size: .9rem;
	text-align: left;
	list-style: none;
}



#autos-fanned {
    height: 619px;
}

#set-info ul {
    padding-left: 0px;
}

#set-info li {
	line-height: 1.5rem;
	font-size: 1.2rem;
	text-align: center;
	list-style: none;
    color: black;
    
}

#sketch img {
	margin-top: 15px;
}

#bottom {
	text-align: left;
	width:710px;
	
}
#incentives-details {
	/* margin: 1rem auto; */
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 0.5rem;
	border-top: 8px double #45494e;
    border-bottom: 8px double #45494e;
	/* height: 330px; */
	text-align: left;
	background: rgb(24,40,55);
	background: linear-gradient(90deg, rgba(24,40,55,1) 0%, rgba(52,86,118,1) 33%, rgba(68,111,153,1) 100%);
	color: white;
	display: grid;
	grid-template-columns: 2fr 1.5fr 2fr;
	grid-template-rows: 30px auto auto;
	gap: 0;
}


#incentives-title {
	grid-column: 2/3;
	grid-row: 1/2;
	font-size: 2rem;
	font-weight: 600;
}

#incentives-details span {
	margin-left: 1.5rem;
}


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


#twelve-case-incentives-details{
	grid-column: 1/4;
	grid-row: 3/4;
    color: white;
	padding: 0px 0px 0px 30px;
}

#twelve-case-incentives-details p  {
	margin: 0;
	padding: 20px 0px 20px 0px;
	font-size: 1.6rem;
	font-weight: 600;
}

#twelve-case-incentives-details ul li {
	line-height: 1.5;
	font-size: 1rem;
}

#incentives-details h2 {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.6rem;
	font-weight: 600;

}

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

#dual-1 img {
    padding-top: 38px;
	transform: rotate(5deg);
	width: auto; 
	height:180px;
}


#legals {
    height: 145px;
    background-color: black;
    font-size: .85rem;
    font-style: normal;
	font-weight: 300;
    color: white;
    text-align: center;
    padding-top: 7px;
}
#copyright {
    font-size: .85rem;
    color: white;
	font-weight: 300;
}