@font-face { font-family: AnimeAce2; src: url('animeace2_reg.otf'); } 
@font-face { font-family: AnimeAce2; font-weight: bold; src: url('animeace2_bld.otf'); } 
@font-face { font-family: AnimeAce2; font-style: italic; src: url('animeace2_itl.otf'); } 
#jumbo {
      background-color: #28364c;
     /* background-image: */ 
      padding: 100px;
      word-spacing: 1em;
      font-family: Montserrat, sans-serif;
      height:100%;
  }
li{
	  display: inline;
}
ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
 .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #28364c !important;
      background-color: #fff !important;
   }
.navbar {
    /*  background-image:  linear-gradient(to right, white, red);*/
      background-color: #28364c;
      margin-bottom: 0;
      border: 0;
      border-right-width: 15%;
      border-right-color: #28364c;
      letter-spacing: 4px;
  }
h1{
	/*font-size: 500%;
	font-weight: bold;
	color: #eee;
   font-family: Montserrat, sans-serif;
   opacity: 0;
   width:max-content;*/
   font-size: 500%;
	font-weight: bold;
   font-family: AnimeAce2;
    color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.jumboH2{
	word-spacing: .1em;
	color: #eee;
   opacity: 0;
   width:max-content;
 font-family: AnimeAce2;
    color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
   
}
.spin{
	display:inline-block;
}
#mainBody{
	background-color: white;
}
.body-p{
	border-collapse: collapse;
	border-image: radial-gradient(black, white);
	width: 60%;
	left: 20%;
   font-family: Helvetica, sans-serif;
}
.body-p2{
   letter-spacing: .05em;
   line-height: 1.5em;
   text-indent: 5em;
}
.project_entry{
	margin-left:10em;
	margin-top: 5em;
}
.wrapper{
	width: 100%;
	background-color:#ecedee;
	padding-bottom: 2em;
}
.wrapper-white{
	width: 100%;
	padding-bottom: 2em;
}
.image{
	float:left;
	margin-top: -3em;
}
.pheader{
	text-align: center;
}