﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- SLIDER STYLES --------*/
.hero-slider {
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 100%; /* Set your desired width */
	margin: auto;
	position: relative;
}

.slider-container {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slider-item {
	flex: 0 0 100%;
	box-sizing: border-box;
}
.slider-item img {
    object-fit: cover;
}
img {
	height: auto;
	display: block;
}

/* Optional: Add styling for navigation buttons */
.slider-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.slider-nav button {
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
	color: #fff;
	outline: none;
	margin: 0 20px;
	display: block;
}




/*-------- BODY STYLES --------*/

body {
	font-family: 'Roboto', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

img {
	max-width: 100%;
}

h2 {
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}
p {
	font-size: 16px;
}
.width95 {
    width: 95%;
    margin: 0 auto;
}
.width90 {
    width: 90%;
    margin: 0 auto;
}
.width80 {
    width: 80%;
    margin: 0 auto;
}
.width75 {
    width: 75%;
    margin: 0 auto;
}

.mont-reg {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.mont-bld {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.mont-xbld {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
}
.mont-blk {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.drkblu {
	background-color: #24247c;
}
.lghtblu {
	background-color: #2164b2;
}
.yellow {
	background-color: #f2bb13;
}


.button-1 {
  align-items: center;
  background-color: #2164b2;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;s
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-1:hover,
.button-1:focus { 
  background-color: #24247c;
  color: #ffffff;
}

.button-1:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}



.button-blk1 {
  align-items: center;
  background-color: #222222;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 35px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
.button-blk1 a {
	color: #ffffff;
}

.button-blk1:hover,
.button-blk1:focus { 
  background-color: #24247c;
  color: #ffffff;
}

.button-blk1:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-blk1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}
button.button-blk1 {
    margin-right: 10px;
}


.button-yellow1 {
  align-items: center;
  background-color: #f2bb13;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 35px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
.button-yellow1 a {
	color: #ffffff;
}

.button-yellow1:hover,
.button-yellow1:focus { 
  background-color: #000000;
  color: #ffffff;
}

.button-yellow1:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-yellow1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}



.button-1 {
  align-items: center;
  background-color: #2164b2;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;s
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-1:hover,
.button-1:focus { 
  background-color: #24247c;
  color: #ffffff;
}

.button-1:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}




.head-phone p {
    font-weight: 900;
	letter-spacing: 1px;
    font-family:  'montserrat', sans-serif;
}

/*--- HEADER STYLES ---------------------*/
header {}
.home-header {
    margin-left: 50px;
	display: flex;
}
.header-flex {
    border-top: 10px solid #24247c;
}
.head-contact {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
}
.head-logos {
    display: flex;
	gap: 10px;
	margin: 25px 0;
}
.head-logos img {
    width: 140px;
}
.logo-hen img {
    width: 180px!important;
}
.head-phone {
    color: #ffffff;
	padding: 9px 25px;
    width: 150px;
	justify-content: center;
    align-items: center;
    display: flex;
    transform: skewX(25deg);
}
.head-phone i, .head-phone p {
    transform: skewX(-25deg);
	margin: 0 5px;
}
.phone-dodge {
	background-color: #24247c;
}
.phone-monroe {
    background-color: #2164b2;
}
.head-socials {
    background-color: #f2bb13;
	padding: 11px 50px 10px 25px;
    margin-left: -10px;
	display: flex;
}
.head-socials a {
    color: #000000;
	display: flex;
}
.head-socials i {
    padding: 0 12px;
}

/*---BODY--------------------------------*/

.flex{
    display: flex;
}
.appreciation-week {
    display: flex;
	justify-content: center;
    background-color: #ffffff;
	flex-direction: column;
}
.appreciation-week img {
    width: 50%;
	margin:0 auto;
}

.appreciation-week p {text-align:center;padding-top:30px;font-size:25px;}

.splash-modal {
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 75%;
	padding: 30px;
	background: #fff;
	margin: 0px auto 30px;
	position: relative;
	z-index: 1000;
	width: 60vw;
}
.splash-modal .fa-window-close{
	color: #000;
	position: absolute;
    right: 10px;
    top: 15px;
	font-size: 24px;
	opacity: 0.6;
	transition: 0.25s ease all;
}
.splash-modal .fa-window-close:hover{
	opacity: 1;
}
.splash-btn {
    margin-top: 35px;
	display: flex;
	gap: 10px;
    justify-content: center;
}
.spl-btn {
    background-color: #222222;
    padding: 8px 25px;
    border: none;
    color: #ffffff;
}
.splash-btn a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.splash-announcement {
    text-align: -webkit-center;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 900;
}


.center-text{text-align: center; max-width: 800px; margin: 0 auto; display: block;}

.heading{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
}



.home-container {
    background-color: #eaedf4;
}

.flex-container {
	display: flex;
	align-items: center;
}

.auction-bar {
    background-color: #f2bb13;display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.auction-bar h2 {
    font-weight: 600;
	padding: 13px 0;
	font-size: 18px;
	text-transform: capitalize;
}
.auction-countdown {
    margin: 0 15px;
}
.act1 {
    display: flex;
    align-items: center;
	text-align: center;
	margin-right: 10px;
}
p#demo {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
	text-decoration: underline 3px;
}
.auction-pdf iframe {
    height: 800px;
}

.hero-container {
    display: flex;
	position: relative;
	align-items: center;
    margin: 50px 0 75px 0;
}
.hero-txtbox {
    background-color: #24247c;
	background-image: url("https://www.transparenttextures.com/patterns/black-twill.png");
	flex: 1;
	position: relative;
	padding: 7.5% 0;
    margin-right: -50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-txtbox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.txtbox-container {
    margin: 0 auto;
}
.hero-img {
	flex: 1;
	text-align: right;
}
.hero-title h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 900;
	padding-bottom: 50px;;
    font-family:  'montserrat', sans-serif;
}
.hero-title h1 span {
    color: #f2bb13;
    font-weight: 500;
}
.sale-container {
    position: relative;
}
.sale-bg {
    max-width: 100%;
    height: 400px;
    width: 100%;
    object-fit: cover;
	filter: brightness(0.5);
}
.sale-bg img {
    object-fit: cover;
    min-width: fit-content;
}
.sale-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #ffffff;
    text-align: center;
	width: 85%;
	display: flex;
	gap: 50px;
    justify-content: center;
}
.sales-dates {
    display: flex;
    align-items: center;
}
.sales-dates span {
    font-size: 40px;
}
.sales-title h2 {
    font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
    line-height: 55px;;
    font-family: 'montserrat', sans-serif;
	text-transform: capitalize;
    font-style: italic;
	color: #ffffff;
}
.sales-dates h3 {
    font-size: 75px;
    font-weight: 800;
    color: #f2bb13;
    padding: 80px 5px 25px 5px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'montserrat', sans-serif;
    line-height: 45px;
}
p.sales-desc {
    font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
    color: #ffffff;
}
.hen-ad-logo {
    z-index: 5;
	margin-bottom: 10px;
	text-align: -webkit-center;
}

.ad-txt {
    border: #ffffff 2px solid;
    padding: 40px 25px 25px 25px;
    margin-top: -40px;
}
.sales-cta.button-yellow1 {
    margin-top: 15px;
}
.sale-text hr {
    margin: 1px 0;
    border: #ffffff 1px solid;
}
.welcome-container {
    display: flex;
    padding: 75px 0;
    align-items: center;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
.welc-content {
    margin: 0 50px 0 150px;
}
.welc-left {
    flex: 1;
}
.welc-right {
    flex: 1;
	text-align: right;
}
.welcome-txt h2 span {
    color: #f2bb13;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.welcome-txt h2 {
    font-size: 50px;
    font-weight: 900;
    color: #24247c;
	margin-bottom: 30px;
	line-height: 55px;
	font-family: 'montserrat', sans-serif;
}
.welcome-btns {
    margin-top: 30px;
}
.floating-box {
    background-color: #2164b2;
    color: #ffffff;
    padding: 20px;
    width: 105px;
	position: absolute;
    top: 5%;
    left: 45%;
	z-index: 3;
}
.floating-box p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
	line-height: 20px;
}
.floating-box p span {
    color: #f2bb13;
    font-size: 24px;
    line-height: 27px;
    font-family: 'montserrat', sans-serif;
}

.location-container {
    display: flex;
    padding-bottom: 100px;
}
.loc-map {
    flex: 1;
}
.loc-map iframe {
    height: 500px;
}
.loc-aside {
    flex: 1;
    background-color: #f2bb13;
    display: flex;
    align-items: baseline;
	gap: 100px;
	padding-left: 100px;
    margin-top: -50px;
/*	background-image: url("https://www.transparenttextures.com/patterns/subtle-zebra-3d.png");*/
	z-index: 2;
}
.hen-loc {
    margin: 75px 0;
}
.hen-loc h3 {
    color: #24247c;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 20px;;
    font-family:  'montserrat', sans-serif;
}
.hen-loc p a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.mid a {
    display: flex;
    font-family: 'roboto';
    font-weight: 500;
    margin: 10px 0;
    color: #000000;
	align-items: center;
}
.mid i.fa-solid {
    margin-right: 15px;
	font-size: 18px;
}
.mid-sales {
    font-weight: 500;
}
.mid-sales h4 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	margin-bottom: 5px;
}
.mid-sales a {
    color: #000000;
    font-weight: 400;
}




.brands-container {
    padding: 0 0 100px 0;
}
.auction-container {
    margin: 50px 0;
}
.inventory-container {
    margin: 50px 0;
}


/*   slick slideshow
-------------------------*/
.homepage-slider img {
	width: 1200px; 
	max-width: 100%; 
	height: auto;}
.slider img {
	width: 100%; 
	height: auto;}
.brands-wrapper {
	width: 100%; 
	display: block; 
	max-width: 1270px; 
	margin: 0 auto; 
	padding: 1.5em 7%; 
	background: #fff; 
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;}
.brands-wrapper img {
	max-width: 150px; 
	margin: 2em auto; 
	padding: 0 5%;}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-bottom: 10px #24247c solid;
}
 
.scrolling{
    width: 100%;
    height: 92px;
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}

@media only screen and (max-width: 1716px) {
	.welcome-container {
		margin: 100px 0 150px 0;
	}
}

@media only screen and (max-width: 1440px) {
	.top-flex {
    	width: 80%;
		flex: 2;
	}
	.head-contact {
		font-size: 14px;
	}
	.hero-title h1 {
		font-size: 45px;
		padding-bottom: 25px;
	    text-align: left;
	}
	button.yellow-btn {
		padding: 8px 25px;
	}
	.yellow-btn a {
	    font-size: 14px;
	}
	.welcome-txt h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.welcome-txt h3 {
		font-size: 16px;
	}
	.welc-content {
		margin: 0 50px 0 50px;
	}
	.welcome-container {
		margin: 75px 0 100px;
	}
	.floating-box {
		left: 48%;
	}
	.hero-container {
		margin: 50px 0 100px 0;
	}
	.brands-container {
		margin: 0 50px;
	}
	.appreciation-week img {
		width: 80%;
		margin: 0 auto;
	}
}
	
@media only screen and (max-width: 1320px) {
	.hen-loc p a {
		font-size: 16px;
	}
	.hen-loc h3 {
		font-size: 20px;
	}
	.loc-aside {
		padding-left: 75px;
	}
}

@media only screen and (max-width: 1275px) {
	.header-flex {
		border-top: none;
		display: contents;
	}
	.head-contact {
		right: unset;
		position: relative;
		flex-wrap: nowrap;
		top: 0;
		justify-content: unset;
	}
	.home-header {
		margin: 0;
	}
	.head-socials {
		display: none;
	}
	.head-phone i, .head-phone p {
		transform: none;
	}
	.head-phone {
		transform: none;
		width: 100%;
		padding: 10px 0;
	}
	.head-logos {
		justify-content: center;
		margin: 30px;
	}
	.head-contact a {
		margin: 0 auto;
		width: 90%;
	}
	.top-flex {
		width: 100%;
	}
	.auction-bar {
		padding: 15px 25px;
	}
	.welc-img {
		text-align: right;
	}
	.welc-img img {
		width: 600px;
		height: 500px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 1200px) {
	.loc-aside {
		flex-direction: column;
	    align-items: flex-start;
		justify-content: center;
		gap: 1px;
		padding-left: 50px;
	}
	.hen-loc h3 {
		margin-bottom: 15px;
	}
	.loc-map {
    	flex: 2;
	}
	.loc-dodge {
		margin: 50px 0 0 0;
	}
	.loc-monroe {
		margin: 50px 0 50px 0;
	}
	.loc-map iframe {
    	height: 700px;
	}
}
@media only screen and (max-width: 1150px) {
	.welc-img img {
		width: 600px;
		height: 600px;
		object-fit: cover;
	}
	.hen-ad-logo {
		display: none;
	}
	.ad-txt {
		padding: 25px;
		margin-top: 0;
	}
	.sales-title h2 {
	    font-size: 28px;
		margin-bottom: 0;
	}
	p.sales-desc {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1100px) {
	.hero-container {
		display: contents;
	}
	.hero-img {
		display: none;
	}
	.hero-txtbox {
		margin: 0;
		padding: 10% 0;
	}
	.txtbox-container {
		text-align-last: center;
	}
	.welcome-container {
		margin: 100px 0 100px;
	}
	.splash-modal {
		max-width: 90%;
	}
}
@media only screen and (max-width: 1000px) {
	.splash-modal {
		width: 85vw;
	}
	.appreciation-week {
		align-items: center;
	}
	.appreciation-week p {font-size:17px;margin:0 auto;}
}
@media only screen and (max-width: 940px) {
	.welcome-container {
		flex-direction: column;
	}
	.welc-right {
		margin: 50px 0;
	}
	.welc-img img {
		width: 940px;
		height: 350px;
		object-fit: cover;
		object-position: 50% 96% !important;
	}
	.floating-box {
		left: 0;
		top: 75%;
		width: 215px;
	}
	button.drkblu-btn {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 900px) {
	.location-container {
		flex-direction: column;
	}
	.loc-aside {
		padding: 75px 0;
		justify-content: center;
		align-content: center;
		margin-top: 0;
		text-align: center;
		align-items: center;
	}
	.welcome-container {
		margin: 100px 0 50px;
	}
	.loc-map iframe {
    	height: 350px;
	}
	.hen-loc {
    	text-align: left;
	}
}
@media only screen and (max-width: 750px) {
	.auction-bar {
	    gap: 15px;
	    flex-direction: column;
	}
	.auction-bar h2 {
		font-size: 22px;
		padding: 0;
	}
	p#demo {
		font-size: 22px;
	}
	.act1 {
	    flex-direction: column;
	}
	.hero-txtbox {
		padding: 14% 25px;
	}
	.hero-title h1 {
		text-align: center;
	}
	.sale-text {
		flex-direction: column;
    	align-items: center;
		gap: 25px;
	}
	.sales-dates h3 {
	    padding: 5px 5px 0px 5px;
		font-size: 65px;
	    line-height: 35px;
		gap: 25px;
	}
	.sales-dates span {
		font-size: 35px;
	}
	.sales-title h2 {
		font-size: 35px;
		margin-bottom: 15px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 601px) {
	.sale-bg {
		height: 580px;
	}
	.appreciation-week img {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.welcome-btns {
		display: flex;
		flex-direction: column;
		}
	.welcome-btns button {
		margin: 10px 0;
	}
	.floating-box {
		width: 105px;
	}
	.splash-btn {
		flex-wrap: wrap;
	}
}



