@font-face {
    font-family: mh;
    src: url(ModernHMedium.ttf);
}
* {
	margin: 0;
	padding: 0;
	font-family: mh;
}
html {
	font-size: 10px;
}
html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
a, p {
	font-size: 1.8rem;
}
section {
	height: 90%;
	width: 100%;
	position: absolute;
	z-index: 50;
	display: none;
	bottom: 0;
    left: 0;
}
#menu_container {
	z-index: 500;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 1s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#menu_container.onTop {
	height: 10%;
    flex-direction: row;
	background: #222;
	box-shadow: 0 0 1px 1px black;
}
#menu_items {
	text-align: center;
	width: 26%;
	margin-left: 0px;
}
.onTop #menu_items {
	width: auto;
	margin-left: 22px;
	transition: 1s;
}
#menu_items img {
    width: 23%;
    padding: 4.3%;
    margin: 0.1%;
    background-color: #2b2b2b;
	border: 1px solid transparent;
	cursor: pointer;
	transition: 0.3s;
}
#menu_items img:hover {
	border: 1px solid #F9F902;
}
.onTop #menu_items img {
	padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
	width: 46px;
}
#logo {
	width: 26%;
	margin-bottom: 1%;
}
.onTop #logo {
	width: 175px;
    margin: 0;
}
#left_side,
#right_side {
	z-index: 450;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: skew(-17deg);
    top: 0;
}
#left_side {
    right: 47%;
    background: #333;
}
#right_side {
    background: #444;
    left: 52%;
}
/* ========== webdev page inside ========= */
#webdev {
	background: url(img/web_bg.jpg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#our_servs {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#our_servs {
    width: 45.8%;
    padding: 1%;
    margin: 1%;
    background: rgba(51, 51, 51, 0.68);
    border: 1px solid #333;
	transition: 0.3s;
}
#webdev .item:hover {
	border: 1px solid #F9F902;
}
#webdev .item img {
	width: 150px;
    float: left;
}
#webdev .item h3 {
	color: #F9F902;
    font-size: 2.4rem;
    font-weight: normal;
}
#webdev .item p {
	font-size: 1.4rem;
    color: white;
}

/* ========== computers page inside ====== */
#computers {
	background: url(img/computers_bg.jpg) no-repeat;
	background-size: cover;
}
#c_container {
	height: 100%;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#c_container .item {
    padding: 10px;
    background: rgba(34, 34, 34, 0.78);
    margin: 1px;
    border: 1px solid rgba(0, 0, 0, 0.38);
	width: 48%;
}
#c_container img {
	float: left;
    margin: 0 10px 0 0;
    width: 350px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
#c_container p {
	color: white;
    font-size: 1.4rem;
}
#c_container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 95%;
}
@media screen and (max-width: 1366px){
	#c_container .item {
		padding: 0.5%;
		margin: 0.5%;
		border: none;
		width: 100%;
		height: 22%;
	}
	#c_container img {
		width: auto;
		height: 100%;
		border: none;
	}
	#c_container > div {
		width: 90%;
		height: 90%;
	}
}
@media screen and (max-width: 1000px){
	#c_container .item {
		height: auto;
	}
	#c_container img {
		height: auto;
		max-width: 31%;
	}
	#c_container > div {
		align-items: center;
	}
}
@media screen and (max-width: 700px){
	#c_container .item {

	}
	#c_container img {

	}
	#c_container p {

	}
	#c_container > div {

	}
}
/* ========== contacts page inside ======= */
#contacts {
	background: url(img/contacts_bg.jpg) no-repeat;
	background-size: cover;
}
#con_container {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#con_container > div {
    background: rgba(34, 34, 34, 0.81);
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.31);
	max-width: 700px;
}
#contacts p {
	color: white;
}
#contacts color {
	color: #F9F902;
}
.description {
	margin: 20px 0;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.52);
}
#contacts iframe {
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
#contacts #map {
	overflow: hidden;
    height: 420px;
    position: relative;
}
#menuBarHolder { width: 664px; height:45px; background-color:#18181C; color:#fff; font-family:Arial; font-size:14px; margin-top:20px;}
#menuBarHolder ul{ list-style-type:none; display:block;}
.firstchild { border-left:1px solid #18181C;}
#container { margin-top:100px;}
#menuBar li{  float:left;  padding:15px; height:16px; width:190px; border-right:1px solid #18181C; }
#menuBar li a{color:#fff; text-decoration:none; letter-spacing:-1px; font-weight:bold;}
.menuHover { background-color:#999;}
.menuInfo { cursor:hand; background-color:#F9F902; color:#070707; width:214px; font-size:18px;height:50px; padding:3px; display:none;  position:absolute; margin-left:-15px; margin-top:-35px;
	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;border-radius-bottomleft: 5px;
}
#site {
	 background: url(img/web_bg.jpg) no-repeat;
	 background-size: cover;
	 display: flex;
	 justify-content: center;
	 align-items: center;

 }
td {
	border: 1px solid;
	border-color: #222222;
}
#computers3 {
	background: url(img/computers_bg.jpg) no-repeat;
	background-size: cover;
}
#our_servs3 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#our_servs3 {
	width: 45.8%;
	padding: 1%;
	margin: 1%;
	background: rgba(51, 51, 51, 0.68);
	border: 1px solid #333;
	transition: 0.3s;
}
#computers3 .item3:hover {
	border: 1px solid #F9F902;
}
#computers3 .item3 img {
	width: 150px;
	float: left;
}
#computers3 .item3 h3 {
	color: #F9F902;
	font-size: 2.4rem;
	font-weight: normal;
}
#computers3 .item3 p {
	font-size: 1.4rem;
	color: white;
}
#content h3 {
	color: #F9F902;
	font-size: 2.4rem;
	font-weight: normal;
}
#content p {
	font-size: 1.4rem;
	color: white;
	padding: 5px;
}

#vid h3 {
	padding-top: 10px;
	padding-left: 10px;
}
#vidtop h3 {
	padding-top: 10px;
	padding-left: 10px;
	color: #F9F902;
	font-size: 2.4rem;
	font-weight: normal
}
#vidtop {
	background: rgba(51, 51, 51, 0.68)
}
#tabtop img {
	height: 50px;
	margin-top: 10px;
}
#tab-point td {
	vertical-align: baseline;
}
#tabtop td {
	border: 0px;
	padding-bottom: 5px;
}
#tabprod td {
	border: 0px;
}
#YT-video td {
	border: 0px;
}
#vid {
	text-decoration: none;
}
