﻿html {
    font-size: 16px; /* rem baseline */
}

html, body, .content-home {
    height: 100%;
    color: white;
    margin: 0;
    font-family: Roboto,sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

.blue-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.text-center {
    text-align: center !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.content-home {
    /*background: #f0f0f0;*/
    color: #fff !important;
}


.content-inner .welcome {
    font-size: 5rem;
    color: #fff !important;
}


.content-inner .slogan {
    font-size: 2rem;
}

.register-btn {
    border: 2px solid white !important;
    color: #fff !important;
}

.buttons {
    list-style-type: none;
    padding: 0;
    margin-top: 1rem;
}

    .buttons a {
        min-width: 150px;
    }

@media (max-width: 768px) {
    .content-home {
        color: #000;
    }

    .content-home {
        height: auto;
        padding-top: 1rem;
        background: none;
    }

    img {
        position: relative;
    }

    .content-inner .welcome {
        font-size: 2rem;
    }

    .content-inner .slogan {
        font-size: 1rem;
    }


    .buttons .btn,
    .register-btn {
        min-width: 120px;
        font-size: 0.8rem;
        padding: 6px 12px;
        border-radius: 0.25rem !important;
        box-sizing: border-box;
    }

    .buttons li {
        display: inline-block; /* keep same inline style */
        margin: 0 4px;
    }

    .buttons a {
        min-width: 120px; /* smaller than desktop */
        font-size: 0.8rem; /* smaller text */
        padding: 6px 12px; /* smaller button size */
        border-radius: 0.25rem !important; /* keep same button shape */
    }

    
}
