
.homepage-tabs {

    margin-top: 40px;

    margin-bottom: 40px;

    padding: 10px;

    background-color: #EEE;

}

.homepage-tabs .tab-content {

    background-color: #CACACA;

    padding: 10px;

}

.homepage-tabs .nav-tabs .active a {

    background-color: #CACACA;

}

.homepage-jumbotron {

    background-color: #CACACA;

}

@media only screen and (min-width: 320px) {

    .homepage-title {

        text-align: center;

        position: relative;

    }

    .homepage-title h1 {

        font-size: 26px;

    }

}

@media only screen and (min-width: 768px) {

    .homepage-title {

        text-align: center;

        margin-top: -400px;

        z-index: 300;

        display: block;

        position: absolute;

        width: 100%;

    }

    .homepage-title h1 {

        font-weight: bold;

        text-transform: uppercase;

        color: #FFF;

        text-shadow: 2px 2px #000;

        margin-bottom: 50px;

        margin-top: 30px;

        font-size: 30px;

    }

    .btn-upload-home {

        margin-top: 25px;

    }

}

@media only screen and (min-width: 992px) {}@media only screen and (min-width: 1200px) {}