/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* MAINTENANCE */
.home header#site-header, .home footer, .home .page-header {
    display: none;
}
.comingsoon-wrap {
    height: 100vh;
    display: grid;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #212842cf;
}
body.home {
    /*background: #212842;*/
    overflow: hidden;
    background-image: url(https://asset.mu/wp-content/uploads/2026/05/glamour-05-scaled.webp);
    background-size: cover;
}
.comingsoon {
    max-width: 900px;
    margin: 0 auto;
}
.comingsoon img {
    max-width: 768px;
    width: 90%;
    margin-bottom: 20px;
}
.comingsoon p {
    font-size: 32px;
    line-height: 37px;
	 color: #fafbfb;
    font-weight: 100;
}
span.very-soon {
    text-transform: uppercase;
    color: #fafbfb;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}
/**/
@media screen and (max-width: 768px) {
.comingsoon p {
    font-size: 20px;
    line-height: 22px;
}
span.very-soon {
    font-size: 17px;
    line-height: 17px;
    margin-top: 0;
    display: inline-block;
}
.comingsoon img {
    max-width: 568px;
    margin-bottom: 10px;
}	
}
@media screen and (max-width: 400px) {
.comingsoon img {
    max-width: 250px;
    margin-bottom: 10px;
}
span.very-soon {
    font-size: 15px;
    line-height: 15px;
}