#clip-font{
    /* background: url('https://oko.nyc/wp-content/uploads/2026/03/cropped.jpg'); */
    /* background: url('https://picsum.photos/id/236/290/150'); */
    /* background: url('https://oko.nyc/wp-content/uploads/2020/01/cropped-5.jpg'); */
    /* background: url('http://localhost/oko/wp-content/themes/oko/resource/inverted.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* border: 2px solid red; */
    /* background-color: #3c3c3c; */
}
#clip-font image{
    border: 2px solid green;
}

path{
	transition: .1s;
}
#colophon{
	display: none;
}

#primary,
#content{
    padding: 0;
    width: 100%;
    max-width: 100%;
}

#main{
    border: 2px solid black;
    background: url('https://oko.nyc/wp-content/uploads/2026/03/cropped-1.jpg');
    background-size: cover;
    background-position: center center;
}

.clipfont-container{
    overflow-x: hidden;
}

#type-me{
    position: fixed;
    top: 10px;
    right: 10px;
}

.flex-wrapper{
    border: 2px solid;
    height: 100vh;
}