@font-face {
    font-family: "Century Gothic";
    src: url(../font/CenturyGothic.ttf);
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url(../font/GOTHICB0.TTF);
}

html {
    font-size: 13px;
}

body {
    font-family: "Century Gothic";
    color: #3d3d3d;
    overflow-x: hidden;
    margin: 0px;
}

h1 {
    font-family: "Century Gothic Bold";
    font-size: 1.7rem;
}

.details li {
    list-style-type: none;
}

hr {
    border: 0;
    clear:both;
    display:block;
    width: 100%;               
    background-color:#b3b3b3;
    height: 1px;
    margin: 40px 0px;
}

sup {
    font-size: 0.8rem;
    margin: 0px;
    float: right;
}

.link {
    transform: translateX(-50%);
    color: blue;
    width: fit-content;
    cursor: pointer;
    font-size: 1.2rem;
}

.index {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 65px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.index p {
    display: inline-block;
    width:fit-content;
    margin: 0px;
    font-size: 1rem;
    cursor: pointer;
}

.bold {
    font-family: "Century Gothic Bold";
}

input[type="text"]:focus {
    outline: #569cb9 solid 1px;
    box-shadow: 0px 0px 5px #569cb9;
}

.index p:not(:first-child)::before {
    font-family: "Century Gothic Bold";
    content: ">";
    margin: 0px 10px 0px 10px;
    color: #569cb9;
}

.question {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 5px;
    font-size: 2.4rem;
    text-align: center;
}

img[src="img/placeholder-img.png"] {
    filter: opacity(10%);
}

.hero {
    height: max-content;
}

.timelineControls {
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.back  {
    position: relative;
    padding: 12px 30px 12px 30px;
    border: none;
    color:#569cb9;
    background-color: white;
    box-shadow: #979797 0px 1px 4px;
    font-size: 1rem;
    font-family: "Century Gothic Bold";
    cursor:pointer;
}
.timelineControls .continue, #companyImage::file-selector-button {
    position: relative;
    margin-left: 10px;
    padding: 12px 30px 12px 30px;
    border: none;
    color:#ffffff;
    background-color: #61abcb;
    box-shadow: #979797 0px 1px 4px;
    font-size: 1rem;
    font-family: "Century Gothic Bold";
    cursor:pointer;
}

.dealerContinue {
	position: relative;
	margin-left: 10px;
	padding: 12px 30px 12px 30px;
	border: none;
	color: #ffffff;
	background-color: #61abcb;
	/* box-shadow: #979797 0px 1px 4px; */
	font-size: 1.3rem;
	font-family: "Century Gothic Bold";
	cursor: pointer;
	border: 1px solid #61abcb;
}

.dealerCodeAlert {
	z-index: 11;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 239px;
	/* height: 100px; */
	background-color: white;
	box-shadow: 0px 0px 15px #b9b9b9;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 40px;
}

#dealerCodeValid .continue {
	position: relative;
	margin-left: 10px;
	padding: 12px 30px 12px 30px;
	border: none;
	color: #ffffff;
	background-color: #61abcb;
	box-shadow: #979797 0px 1px 4px;
	font-size: 1rem;
	font-family: "Century Gothic Bold";
	cursor: pointer;
}

#dealerCodeValid p {
	margin: 0px;
	font-size: 1.3rem;
}

.dealerCodeAlert .back {
	position: relative;
	padding: 12px 30px 12px 30px;
	border: 1px solid #569cb9;
	color: #569cb9;
	background-color: white;
	box-shadow: none;
	font-size: 1.3rem;
	font-family: "Century Gothic Bold";
	cursor: pointer;
}

.stickright {
    float: right;
}