@charset "utf-8";
/* CSS Document */



@font-face {
font-family: "MajestiBannerLight";
src: url("https://www.geocities.ws/martastown/GRA310/Majesti-Banner-Light.otf");
}

@font-face {
font-family: "MajestiBannerBold";
src: url("https://www.geocities.ws/martastown/GRA310/Majesti-Banner-Bold.otf");
}

@font-face {
font-family: "MajestiBannerBookIt";
src: url("https://www.geocities.ws/martastown/GRA310/Majesti-Banner-BookItalic.otf");
}


.sidenav {
  height: 100%;
  width: 190px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 10px;
font-family: 'MajestiBannerBookIt';
}

.sidenav a {
  padding: 6px 1px 6px 1px;
  text-decoration: overline;
  font-size: 25px;
  font-family: 'MajestiBannerBookIt';
  color: #be1e2d;
  display: block;
  align-content: center;
}

.sidenav a:hover {
  color: #8a8c8f;
}

.main {
  margin-left: 190px; /* Same as the width of the sidenav */
  margin-right: 0px;
  font-size: 18px; /* Increased text to enable scrolling */
  
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 25px;}
  .sidenav a {font-size: 18px;}
}
	
	
	header {
  position: fixed;
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: white;
  border: 20px solid #8a8c8f;
		height: 50px;
}
	
	div.static {
  position: static;
  border: 20px solid #8a8c8f;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
		padding-bottom: 15px;
}

div.contents {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
    background-color: #d7e4c2;
	position: relative;
	border-radius: 15px;
	position: static;
}


table, th, td {
    border: 3px solid white;
	padding: 5px;
	text-align: left;
	border-spacing: 2px;
	font-family: 'MajestiBannerLight';
	color: #8a8c8f;
	font-size: 16px;
}

h1 {
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	color: #be1e2d;
	font-size: 30px;
}

	h2, th {
	font-family: athelas,serif;
    font-weight: 1000;
    font-style: normal;
	color:#41393d;
	font-size: 30px;
}

	p {
  	font-family: 'MajestiBannerLight';
	color: #8a8c8f;
	font-size: 16px;
}
	

.icon-bar {
  position: fixed;
  top: 85%;
	left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {margin:0;height:100px;}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 6px;
  transition: all 0.3s ease;
  color:  #8a8c8f;
  font-size: 15px;
}

.icon-bar a:hover {
	color: #41393d;
}

.facebook {
  background: #000;
  color: #8a8c8f;
}

.twitter {
  background: #000;
  color: #8a8c8f;
}


.linkedin {
  background: #000;
  color: #8a8c8f;
}



.content {
  margin-left: 75px;
  font-size: 30px;
}
