* {
    font-family: 'Poppins', sans-serif !important;
}

body {
    background-color: rgba(255, 255, 255, 1.0);
    background-image: url('https://aurora.futuraeasesores.com/elements/futurae_bg.png');
}

.jumbotron,
.profile-media,
.copy-footer {
    background-color: transparent;
}

.futurae {
    color: #2eb1e5
}

.main-bg {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: .5;
}

.container {
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: none;
}

.profile-contact {
    background-color: #31b0e5;
    color: rgba(255, 255, 255, 1.0);
}

.logo {
    z-index: 1;
}

/* Social Media Buttons */
.profile-media,
.copy-footer,
.copy-footer a {
    color: rgb(0, 0, 0);
}

.futurae-left,
.futurae-right {
    bottom: 100px;
    width: 35%;
}

.futurae-left {
    right: auto;
}

.futurae-right {
    left: auto;
}

.futurae-top {
    top: 0;
    bottom: auto;
}

.futurae-bottom {
    top: auto;
    bottom: 0;
}

.futurae-slide {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    height: 650px;
}

@media only screen and (max-width:425px) and (min-width:320px) {
    .main-bg {
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .futurae-slide {
        background-size: contain;
        min-height: 600px;
        height: 600px;
    }
    .futurae-caption {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    .futurae-top {
        color: rgb(0, 0, 0) !important  ;
    }
}