#wrapper-container {
    position: absolute;
    width: 1100px;
    height: 1816px;
    z-index: 2;
    top: 0px;
    left: 50%;
    margin-left: -550px;
}

#wrapper-container-dropshadow {
    position: absolute;
    width: 1300px;
    height: 3185px;
    z-index: 0;
    top: 0px;
	left: 50%;
	margin-left: -650px;
    background-image: url("images/backer-drop-shadow.gif");
    background-repeat: repeat-y; /* This will tile the image vertically */
    /* You can also adjust other background properties like background-position, background-size, etc. */
}

#wrapper-elongator {
    position: absolute;
    width: 100%;
    height: 125px;
    z-index: 1;
    left: 0;
    top: 0px;
    background-color: #39B54A;
}

#navbar {
    position: absolute;
    width: 300px;
    height: 120px;
    z-index: 0;
    top: 0px;
}

/* Reset margin and padding for images */
    img {
      margin: 0;
      padding: 0;
      display: block; /* Ensures no extra space is added below images */
}

#sidebar {
    position: absolute;
    width: 260px;
    z-index: 0;
    top: 125px;
	margin: 0;
	padding: 0;
}

#redeem-box {
    position: absolute;
    width: 840px;
	height: 360px;
    z-index: 0;
    top: 125px;
	left: 260px;
}

#ads-box {
    position: absolute;
    width: 1100px;
    z-index: 0;
    top: 485px;
    background-color: #000000;
}

#coupon-box {
    position: absolute;
    width: 1100px;
    z-index: 0;
    top: 125px;
    left: 0px;
    background-color: #FFFFFF;
}

.navbar-text {
	font-family: Arial, "Helvetica Neue";
	font-size: 30px;
	color: white;
	text-align: center;	
	vertical-align: bottom;
} 

.story-text {
    font-family: Arial, "Helvetica Neue";
    font-size: 22px;
    color: black;
    text-align: left;
} 

.story-text-english {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	line-height: 38px;
	color: black;	
} 

.bullet-text-english {
	font-family: Arial, "Helvetica Neue";
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	color: black;	
} 

.story-text-spanish {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	font-style: italic;
	line-height: 38px;
	color: #39B54A;	
} 

.story-text-spanish-black {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	font-style: italic;
	line-height: 38px;
	color: black;	
} 

.story-text-white {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	color: white;
} 

.story-text-white-2 {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	line-height: 38px;
	color: white;
} 

.story-text-black-centered {
	font-family: Arial, "Helvetica Neue";
	font-size: 22px;
	font-style: italic;
	color: black;
	text-align: center;
} 

.story-text-white-centered {
	font-family: Arial, "Helvetica Neue";
	font-size: 28px;
	font-weight: bolder;
	color: white;
	text-align: center;
} 
.title-text-white-centered {
	font-family: Arial, "Helvetica Neue";
	font-size: 40px;
	font-weight: bolder;
	color: white;
	text-align: center;
} 

.sidebar-text {
	font-family: Arial, "Helvetica Neue";
	font-size: 26px;
	color: black;
	text-align: center;
} 

.link-gray {
	color: #676767;
}
.link-white {
	color:white;
}
a {
  text-decoration: none;
	color: white;
	
	/* Remove underline */
}

  .rounded-button-1 {
        display: inline-block;
        padding: 10px 20px;
        background-color: #39B54A;
        color: black;
        text-align: center;
        text-decoration: none;
        border-radius: 20px; /* Adjust this value to change the roundness */
        border: none;
        cursor: pointer;
        font-size: 28px;
        transition: background-color 0.3s ease;
    }

    /* Hover effect */
    .rounded-button-1:hover {
    background-color: black;
    color: #ffffff;
    }
