::-webkit-scrollbar {
    width:6px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background-color: #2b2f3b;
	border-radius: 2px;
	padding: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #2b2f3b;
	border-radius: 2px;
}

@font-face { font-family: Gilroy; src: url('res/gilroy.otf'); } 

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #0d111d;
	text-align: center;
	/* Font Styling */
	font-family: Gilroy;
	font-weight: 400;
}

.header h1 {
	font-size: 50px;
	font-family: Gilroy;
	margin: 1vh 0 0vh 0;
	padding: 0;
	text-shadow: 0 0 20px rgba(242, 242, 242, 0.6);
	font-weight: 1;
}
.header p {
	font-size: 17px;
	margin: 0 0 1vh 0;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 18px;
}

#titleImg {
	padding: 0;
	margin: 15vh 0 0 0;
	height: 20vh;
}

.tab {
	display: inline-block;
	margin: 0 25vw;
	width: 35vw;
	height: 10vh;
	overflow:  scroll;
	
}

#contact {
	line-height: 30%;
}

.tab p {
	font-size: 16px;
}

#nav {
	width: 100vw;
	position: fixed;
	bottom: 0;
}

#nav h2 {
	display: inline-block;
	padding: 2vh 2vw;
	margin: 2vh 2vw;
	font-size: 17px;
}

.navtab {
	cursor: pointer;
}