.col-centered{
    float: none;
    margin: 0 auto;
}


body {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(196,220,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(196,220,248,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(196,220,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(196,220,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(196,220,248,1) 100%); /* IE 10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(196,220,248,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4dcf8', GradientType=1 );/* IE6-9 */
}


h1{
    font-family: 'Passion One', cursive;
}

.container{
    text-align:center;
}

.blocks{
    cursor:pointer;
}

.logonew{
    max-width:50%;
    margin-left:25%;
}


.mobile-logo-landing{
    max-width: 60%;
    margin-bottom: 45px;
    margin-top: 30px;
}

.topCaption{
    font-family: "Montserrat", sans-serif;
    font-size:16px;
}

@media (max-width:450px){
    .topCaption{
        font-size:12px;
    }
}

#visible-only-on-mobile{
    display:none;
}

.blocks{
    max-width:350px !important;
    margin-top:15px;
}

a{
    color:black !important;
}

.grow {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.grow:hover {
    transform: scale(1.1);
}

@media (max-width:768px){
    .blocks{
        float:none !important;
        margin: 0 auto !important;
        margin-top:30px !important;
    }
}

.footer{
    width:100%;
    min-height:150px;
    background-color:rgba(49,70,89,1);
    color:white;
    padding: 20px 0 15px 0;
    text-align:center;
    font-family:"Montserrat",sans-serif;
}