/* -------------------  */
/* HEADER   */
/* -------------------- */

/*
header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/home/banner/IMG_2897.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    
}
*/

/*
header {
    height: 100vh;
}
*/

/*
.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000; fff
}
*/

/*
.header-images {
    padding: 0;
}

.header-img-showcase {
    width: 100%;
    margin-bottom: 20px;
}
*/

.mobile-nav-icon ion-icon {
    font-size: 200%;
    color: #fff;
}

.welcome-text {
    margin-top: 20px;
}