@import "bootstrap.min.css";
@import "../fontawesome/css/fontawesome.min.css";
@import "../fontawesome/css/all.min.css";
@import "aos.css";
@import "tooplate-gymso-style.css";

html {
    overflow-y: scroll;
}

body {
    padding-bottom: 24px;
    background: #000;
}

.body-container {
    width: 80%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.body-bg {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../img/right-ball.png) no-repeat, url(../img/left-ball.png) no-repeat;
    background-position: 0% 20%, 100% 80%;
    opacity: 0.3;
    z-index: -1;
}

section .container-fluid {
    padding: 12px !important;
}

.hero .container-fluid {
    z-index: 2;
}

.hero-text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.logo {
    top: 24px;
    left: 24px;
    position: absolute;
    height: 180px;
    width: 180px;
}

.hero-logo {
    height: 96px;
    width: 96px;
}

@media screen and (max-width: 767px) {
    .body-container {
        width: 100%;
    }
    
    .hero .container-fluid {
        padding: 0 !important;
    }
        
    .hero-text {
        font-size: 1.5rem;
    }

    .hero-logo {
        height: 64px;
        width: 64px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .section {
        padding: 30px 0;
    }
}