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

@media (max-width: 768px){ 
	
    .clearfix{
        clear: both;
    }
    
    .clearfix-right{
        clear: right;
    }
    
    .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;
    }
 
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        background:url("/assets/images/noirbg.webp") no-repeat 0px 0px / 100% 100%;
    }

    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;
    }
    
    header p{
        text-transform: lowercase;
        text-align: center;
        color: #555;
        letter-spacing: 20px;
        margin-bottom: 5px;
    }
    
    header #logo{
        background:url('/assets/images/logo-black.webp') no-repeat 50% 25px / 188px 50px;
    }
    
    #mainimage{
        width: 365px;
        height: 505px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 5px 0px 0px 3px;
        background: #fff;
    }
    
    #box1{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image1.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box2{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image2.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box3{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image3.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box4{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image4.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box5{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image5.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box6{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image6.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box7{
        width: 120px;
        height: 166px;
        float: left;
        background:url('/assets/images/noir-image7.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box8{
        width: 120px;
        height: 166px;
        float: left;
        background: url('/assets/images/noir-image8.webp') no-repeat 0% 0% / 120px 166px;
    }
    
    #box9{
        width: 120px;
        height: 166px;
        float: left;
        background:url('/assets/images/noir-image9.webp') no-repeat 0% 0% / 120px 166px;
    }

}/*** end media query ***/