.screen-blocker { background-repeat: no-repeat; position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 9999; display: block; background-size: 100%; background-image: url('/assets/images/blockers.jpg');}
.hide {display:none;}

		body {
			overscroll-behavior: contain;
		}
		input	{
			-webkit-appearance: none;
			width:70%;
			background-size:  100%;
            border: 1px solid #ffffff; 
            padding: 10px;
            margin-bottom: 10px;
            border-radius: 20px; 
            background-color: #ffffff; 
			font-size:30px;
			height:22px;
			color: #000000;
			font-family: "OneTrick";
		}
		
		@supports (-webkit-overflow-scrolling: touch) {
			.input-container {
				padding:5px
			}
		}
		@supports not (-webkit-overflow-scrolling: touch) {
			.input-container {
				padding:10px
			}
		}
		
		@font-face {
			font-family: OneTrick;
			src: url('/assets/fonts/one_trick_pony_tt.ttf') format('truetype'),
			url('/assets/fonts/one_trick_pony_ot.otf') format("opentype");
		}
		
		
		input:focus {outline: none; }
		
		html { 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position: center;

		}

		
		.tnccontainer {
			height:60vh;
			width:100vw; 
			padding-top:20px;
			overflow-y: scroll;
			word-wrap: break-word;
		}
		
		.tnccontent {
			width:100%;
			overflow-y: scroll;
			font-family: OneTrick;
			color:#775924;
			word-wrap: break-word;
		}