.bg-green {
    background-color: #29aa48;
}
.title-img {
    width: 100%;
    max-width: 350px;
    height: auto;
}
.bg-blue-grad {
    background: linear-gradient(180deg, #253e9a 55%, #3264e5 100%);
}
.nav div {
    border-image: linear-gradient(180deg, rgba(0, 209, 255, 0) 0%, rgba(0, 209, 255, .75) 50%, rgba(0, 209, 255, 0) 100%) 1;
}
@media (max-width: 767px) {
    .nav div {
        border: none !important;
    }
}
.text-green {
    color: #29aa48;
}
.footer-logo {
    max-width: 250px;
    width: 100%;
}
body {
    font-family: 'Karla';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura';
}