


@media(max-width: 649px){
html{
background-color: #ffffff;
}
body{
background-image: none;
}
.show-mobile{
display: block;
visibility: visible;
}
.mobile-blue{
background-color: #33a1ff !important;
}
.mobile-top{
color: #33a1ff !important;
}
.mobile-top span{
color: #000000;
}
	
.mainContent,
.main-footer,
.container{
width: 100%;
height: auto;
font-size: 18pt;
float: none;
overflow: visible;
display: block;
}
.top-banner{

}
.intro h1{
font-size: 1.6em;
color: #ffe01b;
}

.message-video img{
max-width: 100%;
}

.message-video-text h4{
text-align: center;
font-size: 1.2em;
}
.message-video-text p{
color: rba(0,0,0,0.8);
}
#skipTheRest{
background-color: #ffe01b;
}
.message-video h6{
color: #ffffff;
}
.one-two-three h3{
font-size: 1.6em;
color: #33a1ff;
text-align: center;
}

.one-two-three h4{
background-color: #33a1ff;
}

.message-video h4{
font-size: 1em !important;
}

.one-two-three h3{
font-size: 1.4em !important;
}

.light-grey{
background-color: #ebebeb;
padding: 10px 0px;
}

.blog-image{
display: block;
width: 300px;
margin-bottom: 20px;
margin: 0px auto;
}

} /* max-width: 649px */

