@font-face {
	font-family: arial-rounded;
	src:	url('fonts/ARLRDBD.eot#iefix') format('embedded-opentype'),
			url('fonts/ARLRDBD.ttf') format("truetype"),
			url('fonts/ARLRDBD.otf') format("truetype");
}
@font-face {
	font-family: gillsans;
	src:	url('fonts/GIL_____.eot#iefix') format('embedded-opentype'),
			url('fonts/GIL_____.ttf') format("truetype"),
			url('fonts/GIL_____.otf') format("truetype");

}


html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:15px;
	border:0.4rem solid #b3b3b3;
	overflow:scroll;
	background:#b3b3b3;
	box-sizing:border-box;
	overflow:scroll;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

h1{
	width: calc(100% - 2rem);
	margin:0 1rem;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	font-size:6.5rem;
	line-height:5rem;
	text-rendering:optimizeLegibility;
}

h2{
	width: calc(100% - 2rem);
	margin:0 1rem;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	font-size:5rem;
	line-height:5rem;
	text-rendering:optimizeLegibility;
}

h3{
	width: calc(100% - 2rem);
	margin:1.4rem 1rem;
	font-family:georgia, times new roman;
	font-size:1.5rem;
	font-weight:normal;
	color:#b3b3b3;
	text-rendering:optimizeLegibility;
}

.sectiontitle{
	margin:0;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	font-size:6.5rem;
	line-height:5rem;
	color:#e6e6e6;
}

.shadow{
	color:#e6e6e6;
}

.downarrow{
	width:2%;
	min-width:2.4rem;
	border:none;
}

.lesscolor{
	opacity: 0.2;
}

#head_menu{
	position:fixed;
	width:100%;
	height:49px;
	top:0;
	left:0;
	right:0;
	margin:0;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	background:transparent;
	overflow:hidden;
	z-index:100;
}

#head_menu ul{
	height:45px;
	list-style:none;
	margin:0;
	padding:0;
}

#head_menu ul li{
	width:20%;
	height:45px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	line-height:45px;
	text-decoration:none;
}

#head_menu ul a:link li, #head_menu ul a:visited li, #head_menu ul a:hover li, #head_menu ul a:active li{
	color:black;
	text-decoration:none;
}

#menupos{
	width:100%;
	height:4px;
	margin:0;
	padding:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	box-sizing:border-box;
}

#poscursor{
	width:20%;
	height:4px;
	margin:0;
	padding:0;
	background:black;
}

#head_menu_mobile{
	display: none;
}

#content{
	display:table;
	width:100%;
	height:100%;
	margin:0;
	padding: 0;
	text-align:center;
	background:white;
}

#subcontent{
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.content2{
	position:relative;
	display:table;
	width:100%;
	height:100%;
	margin:0;
	padding: 0;
	text-align:center;
	background:none;
}

.subcontent2{
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.main{
	background:white;
}

.section{
	background:#333333;
}

.someservicesline{
	width:50%;
	height:25px;
	margin:40px auto 0;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	font-size:25px;
	text-align:center;
	color:white;
	border-bottom:1px solid #b3b3b3;
	line-height:25px;
}

.someservicestitle{
	margin:-18px auto 20px;
	padding:0;
	font-family:gillsans, arial, sans-serif;
	font-size:25px;
	text-align:center;
	color:white;
	line-height:25px;
}

.services{
	width:50%;
	margin:0 auto 30px;
	padding:0;
	overflow:hidden;
}

.colservices{
	width:33%;
	margin:0;
	padding:0;
	float:left;
	font-family:georgia, times new roman;
	font-size:17px;
	font-weight:normal;
	color:#b3b3b3;
	text-align:center;
	line-height:25px;
}

#navigationbar{
	position:absolute;
	top:50%;
	right:0;
	width:5%;
	height:200px;
	margin:-100px 0 0 0;
	z-index:10;
	background:red;
	overflow:hidden;
}

#navigationbar ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navigationbar ul li{
	width:6px;
	height:6px;
	margin:15px;
	border-radius:3px;
	background:yellow;
}

#navigationbar ul li:hover{
	width:12px;
	height:12px;
	border-radius:6px;
}

@media only screen and (max-width: 980px) {

	h1{
		font-size:4rem;
		line-height:3rem;
	}

	h2{
		font-size:2.5rem;
		line-height:2.5rem;
	}

	h3{
		font-size:1.2rem;
	}

	#head_menu{
		display: none;
	}

	.sectiontitle{
		font-size:4rem;
		line-height:3rem;
	}

	.someservicesline{
		width: calc(100% - 8rem);
	}

	.someservicestitle{
		font-size: 1rem;
	}

	.services{
		width: calc(100% - 8rem);
	}

	.colservices{
		width: 50%;
		font-size: 0.7rem;
		line-height: 1rem;
	}

	.downarrow{
		min-width: 1.5rem;
		margin: 0 0.7rem;
	}

	#head_menu_mobile{
		display: inline-block;
		position: fixed;
		top: 0;
		right: 0;
		margin: 0.4rem;
		z-index: 100;
	}

	.head_menu_mobile_displayed{
		width: calc(100% - 0.8rem);
		background: white;
	}

	#head_menu_mobile_status{
		display: none;
		position: absolute;
		top: -999999rem;
	}

	#head_menu_mobile_btn{
		display: block;
		width: 3rem;
		height: 3rem;
		position: relative;
		float: right;
		cursor: pointer;
		box-sizing: border-box;
	}


	.head_menu_mobile_btn_bright{
		border: 0.1rem solid #eaeaea;
	}

	.head_menu_mobile_btn_dark{
		border: 0.1rem solid #555;
	}

	#head_menu_mobile_btn:before, #head_menu_mobile_btn:after {
		position: absolute;
		display: block;
		content: " ";
		width: calc(100% / 2);
		box-sizing: border-box;
		left: calc(100% / 4);
		transition: all 0.2s ease-out;
	}

	#head_menu_mobile_btn:before {
		top: calc(100% / 4);
		height: calc(100% / 4);
		background-color: transparent;
	}

	.head_menu_mobile_btn_bright:before{
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	.head_menu_mobile_btn_dark:before{
		border-top: 1px solid #b3b3b3;
		border-bottom: 1px solid #b3b3b3;
	}

	#head_menu_mobile_btn:after {
		height: 1px;
		bottom: calc(100% / 4);
	}

	.head_menu_mobile_btn_bright:after{
		background-color: black;
	}

	.head_menu_mobile_btn_dark:after{
		background-color: #b3b3b3;
	}

	#head_menu_mobile_status:checked ~ #head_menu_mobile_btn{
		border: 0.1rem solid #eaeaea;
	}

	#head_menu_mobile_status:checked ~ #head_menu_mobile_btn:before, #head_menu_mobile_status:checked ~ #head_menu_mobile_btn:after{
		top: calc(100% / 2);
		height: 0.1rem;
		border-bottom: 0;
	}

	#head_menu_mobile_status:checked ~ #head_menu_mobile_btn:before{
		transform: rotate(45deg);
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	#head_menu_mobile_status:checked ~ #head_menu_mobile_btn:after{
		transform: rotate(-45deg);
		background-color: black;
	}

	#head_menu_mobile_items{
		width: 100%;
		height: calc(100vh - 0.8rem);
	}

	#head_menu_mobile_items{
		display: none;
	}

	#head_menu_mobile_status:checked ~ #head_menu_mobile_items{
		display: block;
	}

	#head_menu_mobile_items a{
		color: inherit;
		text-decoration: none;
	}

	#head_menu_mobile_items ul{
		height: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#head_menu_mobile_items ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(100% / 5);
		max-height: 3rem;
		margin: 0;
		padding: 0.3rem 0;
		font-family: gillsans, arial, sans-serif;
		font-size: 1.3rem;
		text-align: center;
	}

}