@font-face {
	font-family: 'montserrat';
	src: url('montserrat-v15-latin-800.woff2') format('woff2'),
	     url('montserrat-v15-latin-800.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'bai-jamjuree';
	src: url('bai-jamjuree-v4-latin-regular.woff2') format('woff2'),
	     url('bai-jamjuree-v4-latin-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'bai-jamjuree';
	src: url('bai-jamjuree-v4-latin-600.woff') format('woff2'),
	     url('bai-jamjuree-v4-latin-600.woff2') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'bebas-neue';
	src: url('bebas-neue-v2-latin-ext_latin-regular.woff2') format('woff2'),
	     url('bebas-neue-v2-latin-ext_latin-regular.woff') format('woff');
     	font-style: normal;
}

body, html {
	scroll-behavior: smooth;
	margin: 0;
	height: 100vh;
	width: 100vw;
	padding: 0;
}

body	{
	font-family: bai-jamjuree, monospace;
	font-weight: 400;
	background-color: black;
	color: white;
	overflow-x: hidden;
}

body::-webkit-scollbar  { width: 0px; }

a {
	color: white;
	text-decoration: none;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	container: 0;
}

.gencontainer {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 20%;
	z-index: 2;
}

#life {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	border:0;
	margin: 0;
	top: 0;
	z-index: 0;
}

#menu {
	visibility: hidden;
	width: 100%;
	position: relative;	
	top: 301%;
}


.content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#title {
	width: 100%;
	position: relative;
}

#titlewrapper {
	width: 100%;
	top: 50%;
	backdrop-filter: blur(8px);
	position: relative;
	transition: background 2s;
	-webkit-transition: background 2s;
	padding-bottom: 5%;
	padding-top: 5%;
	padding-left: 8%;
}

#tmenutitle {
	width: 100%;
	font-family: bebas-neue;	
	font-size: 910%;
	font-weight: 800;
}

#tmenutext {
	width: 100%;
	font-family: bai-jamjuree, monospace;
	font-weight: 600;
	font-size: 280%;
}

#title:hover #tmenutext{
	color: #BCF4F9;
}

#basecontainer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-left: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background-color: white;
	color: black;
}

#basetitlewrapper {
	width: 100%;
	background-color: white;
	color: black;
	top: 0%;
	height: 10%;
	position: fixed;
	padding-bottom: 5%;
	grid-template-columns: 5fr 3fr;
	padding-top: 5%;
	padding-left: 8%;
	z-index: 3;
}

#basetitle {
	width: 100%;
	font-family: bebas-neue;	
	font-weight: 800;
	font-size: 650%;
}

#basetitle:hover {
	color: #BCF4F9;
}

#basetitletext {
	width: 100%;
	font-family: bai-jamjuree, monospace;
	font-weight: 600;
	font-size: 230%;
}

#servicesanimate {
	width: 100%;
	top: 100%;
	font-family: bai-jamjuree, monospace;
	color: #BCF4F9;
	font-size: 200%;
	font-weight: 600;
}

#servicesanimate:before {
	content: "\00a0\00a0";
	animation-name: cycle;
	animation-duration: 5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.hbar {
	display: grid;
	grid-template-columns: 5fr 3fr;
	position: relative;
	padding-bottom: 3%;
	padding-left: 8%;
	padding-right: 5%;
}

.largehbar {
	position: grid;
	grid-template-rows: 10fr 1fr;	
	padding-bottom: 3%;
	padding-left: 8%;
	padding-right: 5%;
}

.rhbar {
	display: grid;
	grid-template-columns: 3fr 5fr;
	position: relative;
	padding-bottom: 3%;
	padding-left: 8%;
	padding-right: 5%;
}

#hbarvideo {
	display: grid;
	grid-template-columns: 4fr 5fr;
	position: relative;
	padding-bottom: 3%;
	padding-left: 8%;
	padding-right: 5%;
}

.hbarleft {
	position: relative;
	padding-bottom: 5%;
	padding-top: 5%;
}

.rhbarleft {
	position: relative;
	background-color: #FFFFFF;
}

.hbarright {
	position: relative;
	background-color: #FFFFFF;
	padding-left: 5%;
}

.rhbarright {
	position: relative;
	padding-left: 5%;	
	padding-bottom: 5%;
}

.hbartop {
	position: relative;
	padding-bottom: 3%;
}

.hbarbottom {
	position: relative;
}

.hbarpicture {
	position: relative;
	object-fit: cover;
}

img {
	position: relative;
	width: 100%;
}

.menuitem:hover {
	color: #BCF4F9;
}

.menutitle {
	width: 100%;
	font-weight: 600;	
	font-size: 320%;
	padding-bottom: 1%;
}

.regmenutext {
	width: 100%;
	font-family: bai-jamjuree, monospace;
	font-weight: 600;
	font-size: 150%;
}

.menupictureanimate {
	width: 100%;
	object-fit: cover;
	position: relative;
	background-color: #000000;
	animation-name: slidein;
	animation-fill-mode:  forwards;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

.menutextanimate {
	width: 100%;
	font-family: bai-jamjuree, monospace;
	font-weight: 600;
	font-size: 190%;
	animation-name: fadein;
	animation-duration: 3s;
	animation-iteration-count: 1;
}

.webcap {
	width: 240px;
	height: 180px;
}

#analytics {
	width: 100%;
	height: 100%;
}

#performance {
	width: 100%;
	height: 100%;
}

#scaling {
	width: 100%;
	height: 100%;
}

#robustness {
	width: 100%;
	height: 100%;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slidein {

	from {
		transform: translate3d(100%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cycle {
	0% {
		content: "Websites";
	}

	10% {
		content: "Mobile Apps";
	}

	20% {
		content: "Analytics";
	}

	30% {
		content: "Content Management";
	}

	40% {
		content: "Web Hosting";
	}

	50% {
		content: "WebGL";
	}

	60% {
		content: "Web Assembly";
	}

	70% {
		content: "Responsive Design";
	}

	80% {
		content: "DevOps";
	}

	90% {
		content: "Smart Contracts";
	}

	100% {
		content: "Augmented Reality";
	}
}
