﻿* {
  box-sizing: border-box;
}

@font-face {
	font-family:"ltube";
	src:url("assets/ltube.ttf");
}

body {
  margin: 0;
  font-family: ltube;
  background-image:url("assets/starbg.gif");
  background-attachment:fixed;
  background-size:cover;
}

/* Style the side navigation */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ff00ff;
  overflow-x: hidden;
}


/* Side navigation links */
.sidenav a {
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  font-size:x-large
}

/* Change color on hover */
.sidenav a:hover {
  background-color: #cc00cc;
}

/* Style the content */
.content {
  margin-left: 200px;
  padding-left: 20px;
  background-image:url("assets/greybg.png");
  color:white
}

.content h1 {
	font-size: 80px
}

.content h2 {
	font-size: 65px
}

.content h3 {
	font-size: 50px
}

.content h4 {
	font-size: 40px
}

.content p,a {
	font-size: 25px
}

.content2 {
  background-image:url("assets/greybg.png");
  color:white
}

.content2 h1 {
	font-size: 80px
}

.content2 h2 {
	font-size: 65px
}

.content2 h3 {
	font-size: 50px
}

.content2 h4 {
	font-size: 40px
}

.content2 p,a {
	font-size: 25px
}

