@charset "UTF-8";
/*
* 9o9 Brand Technologies
* Copyright 2011-2026 9o9 Brand Technologies
* My Linked Bio CSS - Mobile
* Version: 1.0
* Released / Updated: 
**/
@media (min-width: 320px) and (max-width: 767px){
	
    .hideonmobile{
        display: none;
    }

    .note{
	    font-size: .9em;
    }

    html{
        width: 100vw;
        height: 100vh;
    }
 
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        /*background: url('/assets/images/hero1bg.webp') no-repeat 0px 0px / 100% 1000px;*/
        background: #fff;
    }

    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: 0px;
    }

    header img{
	    width: 126px;
	    height: 50px;
	    margin-left: auto;
	    margin-right: auto;
    }

    header #logo{
	    background:url('/assets/images/MLBLogo.webp') no-repeat 50% 3px / 126px 50px;
    }

    .margin-top{
	    margin-top: 15px;
    }

    a{
	    text-decoration: none;
    }

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

    h1 span{
        background: linear-gradient(180deg, #6655bb, #30c0cf);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

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

    h2 span{
        background: linear-gradient(180deg, #6655bb, #30c0cf);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    h3{
	    text-transform: uppercase;
    }

    footer{
	    width: 100%;
	    margin-top: 50px;
	    text-align: center;
    }

    #appstores{
	    margin-top: 15px;
    }

    .appimg{
        width: 170px;
        height: 50px;
    }

    #copyright{
	    font-size: .9em;
	    text-align: center;
    }
    
    
    /* The popup form - hidden by default */
    .form-popup {
        display: none;
        position: fixed;
        bottom: 2.5%;
        right: 8%;
        border: 3px solid transparent;
        z-index: 9;
        border: 1px solid #002;
    }

    /* Add styles to the form container */
    .form-container {
        width: 340px;
        padding: 10px;
        background-color: white;
    }
    
    .form-container p{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: .9em;
        padding: 0px;
        line-height: 20px;
    }

    .form-container  h2{
	    margin-top: 0px;
	    padding-top: 0px;
	    color: #002;
    }

    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=email], .form-container input[type=tel] {
        width: 100%;
        padding: 10px;
        margin: 5px 0 20px 0;
        border: none;
        background: #f1f1f1;
    }

    /* When the inputs get focus, do something */
    .form-container input[type=text]:focus, .form-container input[type=email]:focus, .form-container input[type=tel]:focus  {
        background-color: #ddd;
        outline: none;
    }
    
    .form-container input[type=checkbox]{
        width: 16px;
        height: 16px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-top: 16px;
        background: #f1f1f1;
    }
    
    .form-container input[type=checkbox]:focus
    {
        background: #ddd;
        outline: none;
    }
    
    .form-container .btn {
        background-color: #ffb900;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom:10px;
        border-radius: 0;
        margin-top: 15px;
    }
    
    .form-container .btn:hover {
        background: #30c0cf;
    }

    .form-container .cancel {
	    width: 40px;
	    height: 48px;
	    margin-top: 0px;
	    margin-left: 277px;
	    background: url('/assets/images/cancel.webp') no-repeat 0% 0% / 40px 40px, #fff;
    }
    
    .form-container .cancel:hover {
	    background: url('/assets/images/cancel-teal.webp') no-repeat 0% 0% / 40px 40px, #fff;
    }

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