@charset "UTF-8";
/*
* Lucrative Ideas,  Coming Soon CSS
* Copyright 2011-2026 9o9 Brand Technologies
* Version: 1.0
* Date Released:
* Last Modified:
*/

@media (min-width: 992px){ 
	
    .hideondesktop{ display: none; }

    #message{
	    font-size: .9em;
	    text-align: center;
	    color: green;
    }
    
    .note{ font-size: .9em; }

    h1{
	    font-size: 3em;
	    text-transform: uppercase;
    }

    h2{
        font-family: Urbanist, "sans-serif";
        text-transform: uppercase;
        margin-top: 30px;
    }

    h2 span{ font-size:.5em; }
    h3{ text-transform: uppercase; }

    a{ text-decoration: none; }
    a:hover{ color: #30c0cf; }

    html{
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
    }
 
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        background: #010101;
        overflow-x: hidden;
        border: 2px solid red;
    }

    main{
        width: 100%;
	    margin-bottom: 0px !important;
    }

    .main-container{
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    gap: 0px;
	    width: 100%;
    }
	
    header{
	    height: 100px;
        width: 100%;
        margin: 0px;
        padding-top: 20px;
        text-align: center;
    }
    
}/*** end media query ***/