@charset "UTF-8";
/* CSS Document */

/*nav styles below*/

body{min-height:3000px;
	padding: 0px;
	margin:0px;
}


#nav_container{background: rgba(187,204,212,0.65);
	height:60px;
	position: fixed;
	width:100%;
	z-index: 9999;
}


nav{background-color: rgba(208,255,190,0.00);
	height: 60px;
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

nav ul{font-family:"Manrope", serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

nav ul li{displaby: block;
	position: relative;
	float: left;
}

nav li ul{ display: none;
}

nav ul li a{display: block;
	text-decoration:none;
	padding:10px 15px 20px 15px;
	background:rgba(0,93,176,0.00);
	color:rgba(255,255,255,1.00);
	margin-left:1px;
	white-space: nowrap;
	height:30px; /*width and height of top levels nav items */
	width: 125px; /*if the button is too small make this # bigger*/
	text-align: center;
}

nav ul li a:hover{background:rgba(252,204,130,1.00);
}

nav li:hover ul{display: block;
	position: absolute;
	height:50px;
}

nav li:hover li{float:none;
font-size: 18px;
}

nav li:hover a{background:rgba(187,204,212,1.00);
	height:30px; /*hight of lower-level nav items, is shorter than main level*/
}

nav li:hover li a:hover{background:rgba(252,204,130,1.00);
}

nav ul li ul li a{text-align: left;	/*top-level items are centered, but nessed i=list items are left alighn*/
}

.center_nav{margin-left: 0px;
}

.word_mark{font-family: "Encode Sans SC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
	font-size: 30px;
	padding: 7px 0px;
	color:rgba(255,255,255,1.00);
	margin-right: 95px;
	list-style:none;
	float:left;
}

.word_mark a:link{color:rgba(255,255,255,1.00);
	text-decoration:none;
	background:rgba(187,204,212,0.00);
}

.word_mark a:hover{color:rgba(255,255,255,1.00);
	text-decoration:none;
	background:rgba(187,204,212,0.00);
}

.word_mark a:active{color:rgba(255,255,255,1.00);
	text-decoration:none;
	background:rgba(187,204,212,0.00);
}

.word_mark a:visited{color:rgba(255,255,255,1.00);
	text-decoration:none;
	background:rgba(187,204,212,0.00);
}


