*:not(input):not(textarea) /*select all (the * character in this comment has no relation to the * selector in this css command*/
{
	font-family : "Adelle sans", sans-serif; /*choose default font*/
	font-weight: 100;
	margin : 0; /*control margins for all html objects*/
	text-align : center; /*main page*/
	color : black;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
/*img{-webkit-user-drag: none;}*/

.inputfile
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label
{
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	background-color: #9E8959;
	display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover
{
	background-color: #9E8959;
}
.inputfile + label
{
	cursor: pointer; /* "hand" cursor */
}
.inputfile + label *
{
	pointer-events: none;
}

.color-pick
{
    border:#ccc solid .5px!important;
}

html, body 
{
	width: 100%;
	height: 100%;
	background-color : transparent;
	overflow-x: hidden !important;
	/*cursor: url('../../images/cursor.png') 17 17, auto !important;*/
}

*:focus {
outline: none;
}

body
{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	/*font-size: 18px;*/
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
}

main
{
	flex: 1 0 auto;
}

.sidenav
{
    box-shadow: none !important;
}

.prerelease
{
    display: none;
}

.app-set-master-clone
{
    display: none !important;
}

.character-counter
{
    position:absolute;
    top:0;
    right:10px;
}

@media only screen and (min-width: 600px)
{
    #toast-container
    {
        top: 5vw !important;
        right: .5vh;
        bottom: auto !important;
        left: auto !important;
       
    }
}
