
#home-section {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-image: url(/svg/background.svg);
    min-height: 700px;
}

.banner-text {
    padding-top: 15em;
}

img.imgLogo-fluid {
    width: 400px;
    height: inherit !important;
    margin: 0 auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.banner-text h3 {
    font-size: 58px;
    font-weight: 600;
    background: rgba(247, 245, 245, 0.25);
    color: #232323;
    max-width: 650px;
    margin: 1.5rem auto;
    padding: 10px 100px;
}

.footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: -3rem;
}