.footer {
    width: 100%;
    background-color:#f7f7f7;
    min-height:280px;
    padding-top:24px;
    margin-top: 24px;
}
.footlink {
    color: #333;
}
.offwhite {
    color:#333;
}
.white {
    color:#fff;
    font-weight: 300;
}
.greengrad {
    background: #a9db80; /* Old browsers */
    background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
    height: 80px;
    width:100%;
    margin-bottom: 14px;
}

h1.headertext {
    color: #fff;
    font-weight:500;
    text-align: center;
    font-size: 32px;
    margin-top:14px;
}

.alltotheright {
    text-align:right;
}
.smallfonts {
    font-size: 9px;
}
.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.center {
    display: table;
    margin: 0 auto;
}
.blue {
    color: #003cb3;
}
.tb36{
    margin-top: 36px;
    margin-bottom: 36px;
}
.headpic {
    width:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
.orange {
    color: #FF8000;
}
h6.orange {
    font-weight: 600;
}

.green {
    color: #b7fe5f;
}
h6.green {
    font-weight: 600;
}

.yellow {
    color: #ebe900;
}
h6.yellow {
    font-weight: 600;
}

.red {
    color: #e60000;
}
h6.red {
    font-weight: 600;
}
.greenbg {
    background-color: #58c026;
    background:#58c026;
}
.bluebg{
    background-color: #0080dd;
}
.redbg{
    background-color:#e60000;
}

.btn.primarydark, .skiplink.primarydark {
    background: #1b5891;
    border: 1px solid #154a7b;
}
.bold {
    font-weight: 700;
}

/* Code Styles */
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: Courier, 'New Courier', monospace;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.code {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000000;
    color: #fff;
    padding-left: 12px;
    margin-bottom: 12px;
}

code{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
    text-align: left;
}

.greencode{
    color: #58c026;
}
.mt32 {
    margin-top: 32px;
}
.size-down-h1-one {
    font-size: 33px;
}
.instagram {
    margin-top: -24px;
    margin-bottom: -24px;
}
.grid {
    margin: 0;
    padding: 0;
}
.grid6 {
    width: 16.65%;
    float:left;
    padding: 0;
    margin: 0;
    position: relative;
    height: 0;
    padding-bottom:16.65%;
}
.grid5 {
    width: 20%;
    float:left;
    padding: 0;
    margin: 0;
    position: relative;
    height: 0;
    padding-bottom:20%;
}
.media {
    padding: 0;
    margin: 0;
}

.centerframe {
    display:block;
    margin: 0 auto;
}

#nav1a.floating {
    position: fixed;
    top: 0;
    width: 940px;
}

.instaimage {
    position: relative;
    width: 100%;
}

.instatext {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}

.quote {
    margin-left: 34px;
    margin-top: 24px;
    font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:#ffffff;
    color: #333;
    padding-left: 12px;
    margin-bottom: 12px;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(151,151,151,1);
    -moz-box-shadow: 6px 6px 20px 0px rgba(151,151,151,1);
    box-shadow: 6px 6px 20px 0px rgba(151,151,151,1);
    padding: 24px;
}

@media only screen and (max-width: 960px)
{
    h1.offwhite
    {
        font-size: 44px;
    }
}

@media only screen and (max-width: 460px)
{
    h1.offwhite
    {
        font-size: 34px;
    }
    h6
    {
        font-size: 14px;
    }
    img#mainlogo {
        width:40px;
        height: 40px;
    }

    img#appstores {
        width:67.5px;
        height: 23.5px;
    }

    h1.headertext {
        font-size: 26px;
        color: #fff;
        font-weight:bolder;
    }

}

@media only screen and (max-width: 320px)
{
    h1.offwhite
    {
        font-size: 24px;
    }

    img#mainlogo {
        width:50px;
        height: 50px;
    }

    img#appstores {
        width:50px;
        height: 50px;
    }

}
