body {
	font-family: var(--font-family);
/*	background-color: var(--background-color);*/
	color: var(--text-color);
	margin: 0;
	position: relative;
  line-height: normal;
  font-size: var(--font-size);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	color: var(--text-color);
}

pre {
	background: var(--shadow-color);
	color: var(--text-color);
	padding: 15px;
}

html {
  box-sizing: border-box;
}

small {
    font-size: 80%;
}

.background-element{
	z-index: -100;
}

input {
	background-color: var(--secondary-color);
	color: var(--fill-color);
	/*border-right-color: green;*/
	border: 1px solid var(--accent-color);
	padding: 3px;
}

.clearfix {
	overflow: auto;
}

.clear-fix {
	overflow: auto;
}

.clear {
	overflow: auto;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.no-wrap{
	white-space: nowrap;
}

.nowrap{
	white-space: nowrap;
}


.w400h200{
	width: 400px;
	height: 200px;
}

.w1200h800{
	width: 1200px;
	height: 800px;
}
.h800{
	height: 800px;
}
.h400{
	height: 400px;
}

.w1200 {
	width: 1200px;
}

.max-width-1220{
	max-width: 1220px;
	margin: auto;
}

.max-width-960{
	max-width: 960px;
	margin: auto;
}
