* {
	box-sizing:border-box;
	cursor:default;
}

body {
    font-family: opensans;
    overflow-x: hidden;
    overflow-y: hidden;
				font-size:13px;
				font-weight:500;
				line-height:1.2;
				letter-spacing:normal;
				white-space:normal;
				word-spacing:normal;
				word-wrap:normal;
				word-break:normal;
				color:black;
				background:white;
				display:block;
				margin:0px;
				padding:0px;
				cursor:default;
			 -webkit-user-select: none; 
				-moz-user-select: none; 
				-ms-user-select: none;
				user-select: none;
				-moz-tab-size: 4;
				-o-tab-size: 4;
				tab-size: 4;
				scroll-behavior: smooth;
}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
 .section-heading {
     background:#512322;
	 color:#eaeff3;
	 width:100%;
	 padding:10px;
	 margin-top: 0px;
     margin-bottom: 0px;
	 text-align:center;
}

 .item-heading {
     background: #2f6562;
	 color:#31ff00;
	 width:100%;
	 padding:10px;
	 margin-top: 0px;
     margin-bottom: 0px;
	 text-align:center;
}

.item-container {
display:flex;
direction:column;
flex-wrap:wrap;
}

.item {
	flex-grow: 0;     /* do not grow   - initial value: 0 */
    flex-shrink: 0;
}

.center {
	margin:0 auto;
    display:block;
}

.bold{
	font-weight: bold;
}

.line {
	margin-top:0px;
	margin-bottom:0px;
	border-top: 1px solid #864343;
}

.under-line{
	text-decoration: underline;
}

.center-text {
	text-align:center;
}

.no-gap {
	padding: 0px;
 margin: 0px;
}

.no-link {
	text-decoration: none;
	cursor:default;
}

.center-element{
	position: relative;
	top:50%;
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

.red {
	color:red;
}

.flex-container {
	display:flex;
	direction:column;
	flex-wrap:wrap;
	}
