/* ----- Navigation bar ----- */
.brand-logo{
    font-size: 30px !important;
}

/* ----- Hero ----- */
.hero{
    width: 100%;
    height: 96vh;
    background-image: url('../rsc/hero-wallapaper2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-container-tablet-desktop{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 175px;
}

.hero-img{
    width: 95px !important;
    margin-top: 60px !important;
}

.hero-title{
    font-size: 67px;
    font-weight: 200;
    margin-top: 10px;
}

.card-title-hero{
    font-size: 30px !important;
    
}

.card-content{
    font-size: 17px;
}

/* ----- Store any file ----- */

.store-text{
    font-size: 20px;
}

/* ----- Stuff anywhere ----- */

.stuff-text{
    font-size: 20px;
}

/* ----- Share files ----- */

.share-text{
    font-size: 20px;
}

/* ----- Footer ----- */
.footer{
    width: 100%;
    height: 340px;
}

.footer-title{
    font-size: 25px;
}

.footer-text{
    font-size: 15px;
}