body {
    font-family: 'Nunito', sans-serif;
    color:#383B5B;
}

.header {
    background-color: #dbf9fd;
    background-image: url('../images/header_bg.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.logo {
    max-width:126px;
    height:auto;
}

.btn_fonterei {
    background-color: #35B4BB;
}

.btn_fonterei:hover {
    background-color: #baedf4;
    color:#35B4BB;
}

.store-btn img {
    width:150px;
}

#prefooter {
    background-image: url('../images/footer.svg');
    background-color: #dbf9fd;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

footer {
    background-color: #dbf9fd;
}

footer .signature {
    background-image: url('../images/created-by.svg');
    background-position: top center;
    background-repeat: no-repeat;
    color:#FFF;
}

footer .signature a {
    color:#18FAA8;
}



@media (min-width: 768px) {
    .grow-img {
        margin-top:-130px;
    }

    .store-btn img {
        height:45px;
    }
}