
.introContainer{
  width: 500;
  height: 400;
  }
.linkContainer{
  display: flex;
  justify-content: center; 
  align-items: center; 
    }
.textContainer{
  display: flex;
  }
.navbarFixed{
  position: fixed;
  top: 0;
  width: 100%;
}
.navbarFixedBottom{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.navbarRight{
  position: fixed;
  top: 0;
  width: 50%;
  }
.navbarUL{
  border: 1px solid #e7e7e7;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
.navList{
    float: left;
  }
.navListLink{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  }
.imageBlock{
  float:left;
  width:51%;
  height:30%;
  }
.textBlock{
  display: flex;
  text-align:left;
  font-size:34px;
  margin:0;
  padding:0;
  }
.textBox{
  margin:10px;
  border:1px black;
  }
.textBoxStory{
  margin:0px;
    }
.themeLightPurpleGray{
  background-color:#5D6683;
    }
.themeDarkBlue{
  background-color:#1E2947;
  }
.themeLightBlue{
  background-color:#7291A6;
  }
.themeGrey{
  background-color:#9B9EAA;
  }
.themeLightBlueGray{
  background-color:#68809D;
  }
.center-justify{
    text-align:center;
  }
.left-justify{
    text-align:left;
  }
.paraSize{
  font-size:36px;
  }
.compuText{
  font-family:VT323,Courier,Arial, sans-serif;
  }
.imageMain{
  float:left;
}
.border{
  border:1px solid white;
  }
.title{
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 200px; 
  }
.titleText{
  font-size:95px;
  font-weight:bold;
  text-align:center;
  font-family:Orbitron,Courier,Arial, sans-serif;
  color: white;
  }
.intro{
  font-family:"Helvetica Neue", Arial, sans-serif;
  color: white;
  display: flex;
  }
.introEmpha{
  font-weight:bold;
  }
.storyParaContainer{
  color: white;
  margin: 29px;
  }
.storylink{
  font-family:Orbitron,Courier,Arial, sans-serif;
  color: white;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  font-size:48px;
}