.homepage .text-hero {
    position: absolute;
    bottom: 0.3em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: var(--black-color);
}

@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
section.logoo.section-padding * {
    font-family: "Michroma", sans-serif !important;
}

span#tagline {
    position: absolute;
    font-size: 4.5vw;
	display:block!important;
}

.header-text.on {
    visibility: hidden;
}

.homepage .text-hero h1 {
    font-size: 3rem
}

.section-padding.wrap-icon img {
    height: 30px;
    width: auto;
    margin-right: 1em;
}

.section-padding.wrap-icon {
    display: flex;
    align-items: baseline;
}

@keyframes scaleUp {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.homepage.relative img {
    object-fit: cover;
    transform: scale(1.2);
    position: absolute;
    object-position: center;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 5s ease;
    left: 0;
    z-index: 0;
    animation: scaleUp 14.5s;
}

.homepage {
    height: 100vh;
    overflow: hidden;
}

nav {
    position: absolute!important;
    background-color: transparent!important; 
}

.white-bg-menu {
    background-color: transparent!important; 
}

.homepage p {
    font-size: 1.3rem;
    right: 1em;
    position: absolute;
    bottom: 1em;
}

@media only screen and (min-width: 1600px) {
	
}
@media only screen and (max-width: 991px) {
    .homepage .text-hero h1 {
        font-size: 2rem
    }
	
	.homepage .text-hero {
		text-align: center; }
	
	a.button-white.two {
    margin-right: 0 !important;
}
	
	.homepage .text-hero {
    bottom: 1em; 
	}
	
	.homepage p {
    right: auto;
    margin: 0;
    left: auto;
    position: relative;
    bottom: 0;
    text-align: center;
}
	
	nav.m-nav.on {
    background: white !important;
}
	
	span#tagline {
        font-size: 2.2rem !important;
    }
	
	.homepage {
    height: 90vh;
	}

    .homepage.relative a.button-white {
        margin-right: 0.5em;
    }

    .homepage.relative a.button-white:last-child {
        margin-right: 0;
    }
	
	.homepage p {
		font-size:1.1rem;
}
}