/* @import url(https://db.onlinewebfonts.com/c/7fbc0e7b6044b4623d94956a264392ca?family=Sheepman+W03+Regular); */

@font-face {
    font-family: "Sheepman-regular";
    src: url('/css/fonts/fonnts.com-Sheepman-Regular.otf');
}

@font-face {
    font-family: "Sheepman-light";
    src: url('/css/fonts/fonnts.com-Sheepman-Light.otf');
}

@font-face {
    font-family: "Sheepman-bold";
    src: url('/css/fonts/fonnts.com-Sheepman-Bold.otf');
}

#GOTPage {

	width: 710px;
    background-color: white;
	color: black;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    border: 1px solid black;
	/* justify-content: end; */
}

#settitle {
    color: white;
    background-color: black;
    font-family: "Sheepman-regular";
    text-transform: uppercase;    
    text-align: center;
}

#gotlogo {
    margin: 20px 0 0 0;
}

#settitle h1 {
    font-size: 5rem;
    /* line-height: 7rem; */
    letter-spacing: 0.25rem;
    font-weight: 400;
    margin: 0px auto;
}

#settitle h2 {
    font-size: 3rem;
    /* line-height: 7rem; */
    letter-spacing: 0.25rem;
    font-weight: 400;    
    margin: 0px auto;    
}


#limited {
    color: white;
    background-color: #731606;
    font-family: "Sheepman-regular";
    text-transform: uppercase;   
    font-size: 3rem;
    text-align: center;
}

#topautos {
    background: #E9DCAD;
    background: linear-gradient(90deg,rgba(233, 220, 173, 1) 0%, rgba(194, 179, 131, 1) 50%);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

#topautos span {
    color: #731606;
}

#hits {
    color: white;
    background-color: black;
    font-family: "Sheepman-light";
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.25rem;
    font-weight: 400;    
}

#hits h2 {
    margin: 0 auto;
}

#signers {
    background-color: white;
    text-align: center;
}

#signers h2 {
    clear: both;
    font-size: 2rem;
    color: black;
    font-family: "Sheepman-light";
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin: 10px auto 0px auto;
    font-weight: 200;
}

#signers h3 {
    clear: both;
    color: black;
}


#oncard {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.line {
    width: 30%;
}

#oncard hr {
  border: none;
  height: 3px;
  background-color: black;
  margin: 0 auto;
  width: 80%;
}


#signers ul {
	/* width: 350px; */
    margin-top: 1px;
	margin-left: 15px;
    padding-left: 15px;
	position: relative;
	float: left;
}

#signers li {
	line-height: 1.3rem;
	/* font-size: .76rem; */
	text-align: left;
	list-style: none;
    font-size: 1rem;
    color: #731606;
}

#moreautos {

    background: #E9DCAD;
    background: linear-gradient(90deg,rgba(233, 220, 173, 1) 0%, rgba(194, 179, 131, 1) 50%);

}

#moreautos h2 {
    font-family: "Sheepman-regular";
    font-size: 2rem;
    font-weight: 200;
    line-height: 2rem;
    color: #731606;
    transform: rotate(-3deg);
    width: 600px;
    /* display: inline-block;  */
    text-align: center;
    margin: 10px auto;
}

#quadauto {
    /* background-color: white; */
    color: #731606;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 10px;
    font-family: "Sheepman-regular";
    font-size: 2rem;
    font-weight: 200;
    line-height: 2rem;
    text-align: center;
}

#quadblurb {
    width: 325px;
    transform: rotate(-3deg);    
}

#quadautoimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    color: black;
    font-size: 1rem;
    width: 325px;
    transform: rotate(3deg);
    text-align: center;
}

#quadautoimg img {
    height: 275px;
    width: 193px;

}

#sketch {
    background-color: #731606;
    color: white;

    text-align: center;
}

#sketch h2 {
    font-size: 1.6rem;
    font-weight: 600;
}

#dragonglass {
    background-color: black;
    color: white;
    font-size: 1.7rem;
    text-align: center;
    padding: 10px 0px;
}

.smalltext {
    font-size: 0.9rem;
}

#composition {
    background-color: white;
    color: black;
    text-align: center;
    font-size: 1.1rem;
}

#composition h2 {
    font-family: "Sheepman-regular";
    color: #731606;
    font-size: 3rem;
    /* line-height: 7rem; */
    /* letter-spacing: 0.25rem; */
    font-weight: 400;    
    margin: 0px auto;    
    text-align: center;
}

#composition p {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

#bonus, #casetopper, #oncard {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.line {
    width: 30%;
}

#bonus hr, #casetopper hr {
  border: none;
  height: 3px;
  background-color: black;
  margin: 0 auto;
  width: 100%;
}


#bonus h3, #casetopper h3 {
    margin: 0px;
}

#casetopper h3 span{
    margin: 0px;
    font-size: 0.8rem;
}

.dot {
    height: 6px;
    width: 6px;
    margin-bottom: 1px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}

#composition ul {
    list-style-type: none;
}

#composition li {
    font-weight: 800;
    padding-bottom: 2px;
    color: black;
    font-weight: 200;
}

#incentives {
    background: #E9DCAD;
    background: linear-gradient(90deg,rgba(233, 220, 173, 1) 0%, rgba(194, 179, 131, 1) 75%);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}


#incentives h2 {
    color: #731606;
    font-family: "Sheepman-regular";
    text-transform: uppercase;   
    font-size: 3rem;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

#incentives ul {
    list-style-type: none;
    margin-top: 0px;
}

#incentives li {
    font-weight: 800;
    padding-bottom: 2px;
    color: black;
    font-weight: 600;
    font-size: 1.1rem;
}


#legals {
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
}

#legals #change {
    font-size: 1rem;
}

#legallines {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 95%;
    align-items: top;
    justify-content: center;
    font-size: 0.7rem;
}
