.xola-gift.xola-custom{
		background-color: #25a8ee;
		color: #fff;
		font-family: "Oswald", sans-serif;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 42px;
		text-align: center;
		border-radius: 3px;
		border : 1px solid white;
		max-width: 200px;
		margin: .5em auto;
		font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;	
}

.xola-gift.xola-custom:hover{
	cursor: pointer;
}		
.waiver-link{
	margin-bottom: .5em;
}

.content-section.no-bg{
	background-image: none;
}

#faq{
	background-image: none;
}

.background-image-block#zip-block{
	background-image: url('/img/zip-pic-2.jpg');
}

.header .summer-prices{

	position: absolute;
	bottom: 236.333px;
	width: 1059px;
	left: 0;
	right: 0;
	margin: auto !important;
	z-index: 9999;

	background-color: rgba(225, 225, 225, 0.82);
	color: white;
}

.header .summer-prices h2{
	font-size: 2.5rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald';
	padding: 1rem;
}
.header .summer-prices p{
	font-size: 1.75rem;
	font-family: 'Oswald';
	line-height: 1;
	margin: .5rem 0;
}

section.summer-prices{
	padding: 1rem .5rem;
}

section.summer-prices h2{
	font-size: 1.5rem;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'Oswald';
}
section.summer-prices p{
	font-size: 1.15rem;
	font-family: 'Oswald';
	line-height: 1.1;
	margin: .5rem 0;
}


#mt, #mb {
    position: relative;
}

#mt .overlay-block, #mb .overlay-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 50px 40px;
}

#mt .overlay-block p, #mb .overlay-block p {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-family: 'Oswald';
}

.note {
    position: absolute;
    width: 1059px;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
    bottom: 203px;
}

    #mb .overlay-block p span.red {
		color: #e92227;
    }

@media screen and (max-width: 400px) {
    #mt .overlay-block, #mb .overlay-block {
        padding: 5px 30px;
    }
    #mt .overlay-block p, #mb .overlay-block p {
        color: #fff;
        text-align: center;
        font-size: 1.65rem;
        line-height: 1;
        font-family: 'Oswald';
        font-weight: 800;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
        
    }

}

