img {

max-width:100%;
}

.blue
{
color:#3ea5ce;
font-family:brandon-grotesque,sans-serif !important;
font-weight:700;
font-size:40px;
text-transform:uppercase;
}
#image{
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
   
}


.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }


@media (min-width:320px) {
	.voffset6 { margin-top: 5px; }
}