* {
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 800px) {
body {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/bgImage.png);
    background-size: 400vw;
    background-position: top;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    overflow-x: hidden;
}

.title {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 35px;
    width: 94vw;
    margin-left: 1.25vw;
    margin-bottom: 0vh;
}

.storyTitle {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 0px;
    width: 80vw;
    margin-left: 5vw;
}

.black {
    color: black;
}

.bgLogo {
    display: none;
}
    
.homeLogo {
    display: none;
}

.instructButt {
    width: 25vw;
    height: 50px;
    font-size: 20px;
    padding-bottom: .25vw;
    position: relative;
    margin-top: 8vw;
    border: none;
    border-radius: .2vw;
    outline: none;
    margin-top: 10px;
    background-color: #b50b2a;
    border: none !important;
}

.instructButt:hover {
    cursor: pointer;
}

.instructButt:active {
    background-color: gray;
}

.left {
    left: -4vw;
}

.right {
    right: -4vw;
}

.review {
    position: relative;
    background-color: #FFFFFF;
    font-size: 20px;
    height: auto;
    width: 70vw;
    margin-left: 10vw;
    margin-bottom: 20px;
}
    
.comments {
    overflow: hidden;
    height: auto;
    margin: 0px;
    padding: 5px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid black;
}

.a {
    margin-bottom: 30px;
}    
    
#promoBox {
    background-color: #FFFFFF;
    height: 200px;
    width: 80vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    left: 8.25vw;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 2px;
}

#contactBox {
    background-color: #b50b2a;
    height: 240px;
    width: 74vw;
    margin-top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    left: 8.25vw; 
    color: black;
    padding-top: 2px;
    padding-left: 6vw;
    
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}

h4 {
    margin-top: 20px;
    height: 30px;
    padding: 10px;
    font-size: 20px;
    width: 50vw;
    margin-left: 12vw;
    background-color: #b50b2a;
}

.priceBtn {
    color: white;
    text-decoration: none;
    height: 4vw;
    width: 12vw;
    font-weight: normal;
}

#contactBox p {
    padding-left: 0px;
    float: left;
    margin: 10px 0px;
    color: white;
    font-size: 18px;
    vertical-align: middle;
    display: block;
    height: 20px;
} 

#contactBox img {
    width: 24px;
    margin-right: 8px;
    display: block;
    float: left;
}

#contactBox a {
    text-decoration: none;
    color: black;
    padding-bottom: .4vw;
    display: block;
    float: left;
    font-weight: bold;
}

#contactBox a:hover {
    text-decoration: underline;
}

.contactIcon {
    filter: invert(100%);
}

.bgWhite {
    text-align: center;
    width: 90vw;
    background-color: #FFF;
    left: 3.25vw;
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    border-radius: 24px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.instructCont {
    width: 100%;
    height: 100%;
    padding: 0px 0vw;
    margin: 0px;
}

.instructBox {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.instructInfo {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.priceInfo {
    position: absolute;
    height: 20vw;
    margin: 0vw;
    top: 3vw;
}

.instructBox img {
    width: 70vw;
    height: auto !important;
}

.instructBox h5 {
    color: black;
    font-size: 25px;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

.instructBox p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    width: 70vw;
    margin-left: 10vw;
    display: block;
    margin-bottom: 20px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halfBox {
    float: left;
    text-align: left;
}

.halfBox img {
    margin-top: 3vh;
    margin-left: -1vw;
    width: 12vw;
    height: 10vw;
    background-color: blue;
}

.storyTxt {
    margin-top: 3vh;
    margin-left: 4vw;
    margin-right: 34vw;
    margin-bottom: 4vh;
    display: block;
    float: left;
    width: 50vw;
    height: 10vw;
    font-size: .9vw;
    text-align: center;
}

.gallery {
    height: 20vw;
    width: 72vw;
    margin-top: 2vh;
    margin-left: -5vw; 
}

.imgBox {
    display: block;
    background-color: #FFF;
    margin: 1vw 4vw;
    height: 8vw;
    width: 16vw;
    float: left;
    text-align: center;
    padding: 0px;
    background-color: gray;
}

.imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.galContainer {
    width: 70vw;
    height: auto;
    margin-top: 20px;
    position: relative;
    padding: 0vw;
    margin-bottom: 20px;
}

.mySlides {
    display: none !important;
}

.cursor {
    cursor: pointer;
}

.row {
    height: auto;
    width: 70vw;
    display: block;
    position: relative;
}

.column {
    height: auto;
    width: 70vw;
    margin-bottom: 10px;
    margin-left: 10vw;
}

.colOne {
}

.ph {
    margin-top: 15px;
}    
    
.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}

.memBtn {
    width: 50vw;
    height: 30px;
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
    left: 20vw;
    background-color: #b50b2a;
    border-radius: 6px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding-top: 8px;
}

#schedImg {
    display: none;
}    
    
#schedImgVert {
    width: 70vw;
    height: auto;
    display: block;
    position: relative;
    margin-top: 10px;
    left: 10vw;
    margin-bottom: 20px;
}
    
#signupLogo {
    display: none;
}

#priceVert {
    
}
    
#priceHoriz {
    display: none;
}

.rev {
    display: none;
}   
    
.in {
    display: none;
}
    
#rainmaker-leadform-container {
    width: 90vw;
	height: auto;
    display: block;
    margin: 0;
    position: absolute;
    left: 4.2vw;
    top: 115px;
    border-radius: 0;
}

#rmform {
    height: auto;
    width: 90vw;
    display: block;
    position: relative;
}

#rainmaker-leadform-body {
    width: 90vw;
    height: auto;
    border-radius: 1vw;
    
}

#rainmaker-leadform-body-margin {
	padding: 0px 10vw;
}

.rainmaker-button {
    width: 71vw;
    height: 60px;
    border: 1px solid #707070;
    border-radius: 2px;
    margin: 0 auto;
    color: black;
    font-size: 20px;
    position: relative;
    left: .4vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.rainmaker-button:focus {
    outline: none;
}

.rainmaker-fields
{
    display: block;
    margin-bottom: 20px;
    height: 40px;
    width: 70vw;
    font-size: 15px
    color: #707070;
    border: 1px solid #707070;
    border-radius: 2px;
}

.rainmaker-fields:focus
{
    outline: none;
}

label 
{
	color: black;
    font-size: 15px;
	width: 30vw;
	display: block;
    margin-top: 2vw;
    margin-bottom: .6vw;
	text-align: left;
	vertical-align: top;
}

#rainmaker-webformIntro {
    color: white !important;
    padding: 3px !important;
}

#rainmaker-webformIntro {
    color: white !important;
    padding: 3px !important;
}

.rainmaker-agegroup, .rainmaker-agegroupheader {
    color: #FFFFFF !important;
}

.rainmaker-offerstitle {
    color: #FFFFFF !important;

}

.rainmaker-offers {
    color: #FFFFFF !important;
}
    
#scriptExtend {
    height: 465px;
}
    
.popupContent {
    display: none;
}
}