/* CSS Document */


@font-face {
	font-family: "Omtele";
	src: url('../fonts/Om Telolet Om.ttf') format('truetype');
}

@font-face {
	font-family:  "GSansMT";
	src: url('../fonts/Gill Sans MT.ttf') format('truetype');
}

@font-face {
	font-family: "GSansMTBold";
	src: url('../fonts/Gill Sans MT Bold.ttf') format('truetype');
}

@font-face {
	font-family: "GSansMTLight";
	src: url('../fonts/Gill Sans MT Light.ttf') format('truetype');
}

@media screen and (max-width: 599px) {
	.navbar-brand{
		display: none;
	}
	
	#myBtn {
		display: none;
	}
	
	.footer{
		margin: auto;
	}
	
	.leftArrow {
	    margin-top: -150px;
	}
	
	.rightArrow {
	    margin-top: -145px;
	}
	
}

@media screen and (min-width: 768px){
	ul li {
		font-family: "Gill Sans MT";
		position: relative;
		left: 180px;
	}
		
}

@media screen and (max-width: 1000px){
	.leftArrow {
	    margin-top: -175px;
	}
	
	.rightArrow {
        margin-top: -170px;	
	}
		
}


#movingVec {
	width: 100%;
	height: 455px;
	background-image: url(../Media/background_scene.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 120s linear infinite;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: underline;
}

.navbar-default {
	border-bottom: thick solid #6c0f57;
	border-width: 5px;
}



.navbar-header img {
	padding-left: 40px;
	padding-right: 60px;
	position: relative;
}

@media (max-width: 768px){
  .navbar-nav li{
    text-align: right;
  }
}

.csb-logo {
	padding-top: 20px;
	padding-left: 20px;
}


#maindiv {
    margin: auto;
}

.navbar-default {
	border-bottom: thick solid #6c0f57;
	border-width: 5px;
	padding-bottom: 20px;
}

.bg-dkblue {
	background-color: #01364d;
	padding-top: 5px;
	padding-bottom: 20px;
}

.bg-dkblue h1 {
	color: #FFFFFF;
	text-align: center;
	font-family: "GSansMT";
}

.picContainerTitle h1{
	color: #FFFFFF;
	font-family: "GSansMT";
	padding-top: 90px;
	float: right;
	letter-spacing: 1px;
	margin-bottom: -5px;
	padding-right: 45px;
	padding-bottom: 20px;
}

.socialMediaContainer{
	float: right;
	margin-right: -15px;
	position: relative;
	top: 120px;
	padding-right: 2px;
}

.titleContainer h1 {
	font-family: "GSansMT";
	font-size: 5.2vmax;
	color: #6c0f57;
	font-weight: bold;
	text-shadow: 3px 3px #ffffff;
}

.titleContainer 
{
	position: relative;
	top: 140px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.vecBusContainer {
	position: absolute;
	margin-left: 80px;
	top: 380px;
	width: 40%;
	
}


.SearchContainer{
    padding-top: 116px;
    margin-right: 3px;
}

.bestDealPics {
	position: relative;
	margin: auto;
}

.bestDealPics img{
    width: 100%;
	height: auto;
    
}
/*
.bestDealPics h1{
    position: absolute;
    bottom: 40px;
    left: 77px;
    font-size: 50px;
    color: rgba(171, 218, 234, 0.7);
    font-family: "GSansMT";
    font-weight: 800;
}
	*/
	.bestDealPics h1 {
		position: absolute;
		bottom: 20%; /* Adjust this percentage to move it up or down */
		left: 0;
		right: 0;
		text-align: center;
		font-size: 40px;
		color: rgba(171, 218, 234, 0.9);
		font-family: "GSansMT";
		font-weight: 800;
		margin: 0;
		padding: 10px;
		background: rgba(0, 0, 0, 0.3); /* Optional: adds background for readability */
	}
		.bestDealPics h1:empty {
			display: none; /* Hide empty h1 elements */
		}
.bannerBottom {
	position: absolute;
	bottom: 3px;
	background: rgba(225, 204, 151, 0.7);
	width: 98.6%;
	height: 15%;
    padding-left: 4px;
	padding-right: 4px;
	margin-left: 2.5px;
	transition: transform .5s ease-out;
}


.bannerTop {
	position: absolute;
	top: 3px;
	background: rgba(171, 218, 234, 0.7);
	width: 98.6%;
	height: 15%;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 2.5px;
	transition: transform .5s ease-out;
}

.inventoryContainer img {
	width: 100%;
	height: auto; /* Let height adjust to maintain aspect ratio */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
/*
.inventoryContainer img {
	width: 100%;
	height: 300px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	object-fit: contain;
	background-color: rgba(108, 15, 87, .5);
}
	*/


.bestDealPics:hover .bannerBottom {
	transform: translate(0, -227%);
}

.bestDealPics:hover .bannerTop {
	transform: translate(0, 227%);
}


.bannerTxtBot p{
	position: absolute;
	color: #6c0f57;
	font-size: 30px;
	text-align: center;
	width: 100%;
	font-family: "omtele";
	margin-top: 2px;
	letter-spacing: 1px;
}

.bannerTxtTop p{
	position: absolute;
	color: #6c0f57;
	font-size: 30px;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-family: "GSansMT"
}



.socialMediaLinks {
	float: right;
	position: relative;
	right: 11px;
	padding-top: 8px;
	margin-bottom: -10px;
}

.socialMediaLinks img{
	margin-right: -3.9px;
}

.bg-teal {
	background-color: #517272;
}

.footer p{
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 50px;
	Padding-left: 20px;
	font-family: "GSansMTLight";
}

.footer2 p{
	float: right;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 50px;
	Padding-right: 20px;
	font-family: "GSansMTLight";
}

a.privPolicy:link {
	color: #FDFDFD;
}

a.privPolicy:hover {
	text-decoration: underline;
}

a.privPolicy:visited {
	color: #ffda77;
}

a.terms:link {
	color: #FFFDFD;
}

a.terms:hover {
	text-decoration: underline;
}

a.terms:visited {
	color: #ffda77;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 5px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: rgba(108, 15, 87, .5);
	color: #ffda77;
	cursor: pointer;
	padding: 15px;
	border-radius: 3px;
	font-family: "GSansMT";
}

#myBtn:hover{
	background-color: rgba(255, 211, 119, .5);
	color: #01364d;
	font-family: "GSansMT";
}

.socialMediaLinks {
    margin-bottom: 15px;
}

.form-control{
    border-radius: 0px;
    background-color: #01364d;
}

.btn-default{
    background-color: #ffda77;
}
