@charset "utf-8";
#myBtn {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px; 
    font-size: 18px;
}
#carpop{
	position:fixed;
	width:100%;
	left:0px;
	bottom:0px;
	z-index:98;
	padding:5px;

background-color:#31B0D5;
}
#carpop a{
/*	width:30px;
	height:30px;*/
	line-height:28px;
	text-align:center;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}
span.jump::before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
#carpop-cont{
	position:absolute;
	bottom:0px;
	left:0px;
}
#carpop #carpop-arrow a{
	position:absolute;
	top:0px;
	left:10px;	
	background-color:#31B0D5;
	height:35px;
	width:35px;
	border:#CCC;
	top:-35px;
	color:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	line-height:35px;
}
h1{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 15px;
}
.position-relative {
    position: relative;
}

.background-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    /* Set z-index to place the image at the bottom */
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for the desired transparency */
    /* Set z-index to place the overlay in the center */
    z-index: 0;
}

.position-absolute {
    position: absolute;
    /* Set z-index to place the checkbox/label on top */
    z-index: 1;
}
