body {
    padding-top: 50px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.textShadow {
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
}

.bg-blue {
    background-color: #005D91;
}

.blue-color {
    color: #005D91;
}

.blue-button {
    box-shadow: inset 0px 1px 0px 0px #128cd3;
    background-color: #005D91;
    border-radius: 10px;
    border: 1px solid #053e5f;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0d4869;
    transition: 0.3s;
    color: #ffffff;
}

.blue-button:hover {
    background-color: #044f7a;
}

.home-blue-btn {
    padding: 14px 36px;
}

.home-title {
    font-size: 65pt;
    font-weight: normal;
}

#home {
    background-image: url(../assets/family-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 585px;
}

.g-recaptcha {
    display: block;
    float: left;
    width: 304px;
}

@media only screen and (max-width: 768px) {
    .home-title {
        font-size: 37pt;
    }
    #home {
        background-attachment: scroll;
    }
}