
@font-face{
	font-family:mont;
	src:url("mont.otf");
}

@font-face{
	font-family:gothamultra;
	src: url("gotham_ultra.ttf");
}

@font-face{
	font-family:ranille;
	src: url("Ranille.ttf");
}


body{
	overflow-x:hidden;
	font-family:ranille;
	background-color:#13131c;
	color:#ffffff;
}

#servicebar{
	overflow-x:hidden;
	overflow-y:hidden;
	margin-left:-16px;
	margin-right:-16px;
	padding:0px;
}

#leftmove{
	position:absolute;
	width:10%;
	margin-top:-5px;
	height:40px;
	z-index:8;
}

#rightmove{
	float:right;
	position:absolute;
	margin-left:90%;
	width:10%;
	margin-top:-5px;
	height:40px;
	z-index:9;
}

nav {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	position: relative;
	top: -8px;
	margin: 0px;
	text-align: center;
}

.tabtext{
	transform: rotate(180deg);
	transform-origin: center;
	margin-left: 12px;
	margin-right: 12px;
	color: #ffffff;
	font-family: mont;
}

.navtab {
	position: relative;
	display: inline-block;
	padding: 1.5em 1.5em 1em;
	color: #434747;
	text-decoration: none;
	margin: -7px -9px;
	transform: rotate(180deg);
	transform-origin: center;
	border:none;
} 

.navtab::before {
	border: none;
}

.navtab::before {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: .5em; left: 0;
	z-index: -1;
	border-bottom: none;
	border-radius: 8px;
	background: #434747;
	//box-shadow: 0 2px hsla(0,0%,100%,.5) inset;
	transform: perspective(4px) rotateX(2.2deg);
	transform-origin: bottom;
}


nav div#selectedtab {
	z-index: 2;
}

nav div#selectedtab::before {
	margin-bottom: -1px;
	border-top-width: 1px;
}

nav div#selectedtab::before{
	background: #767c7c;
}

#header{
	display:none;
}

div.plugicons button{
	font-size:40px;
	width:60px;
	height:60px;
	border-radius:12px;
	background-color:#434747;
	color:#ffffff;
	border:none;
	cursor:pointer;
}


a{
	font-family:Ranille;
	color:#2b8fdb;
	text-decoration:none;
}

.content2{
	text-align:center;
}

#servicedropdowns{
	margin-top:20px;
}
#servicedropdowns select{
	border:none;
	background-color:#767c7c;
	color:#ffffff;
	border-radius:12px;
	font-size:1vw;
	margin-right:20px;
	text-align:center;
}
#servicedropdowns i{
	position:relative;
	top:-5px;
	margin-right:5px;
}
