@charset "UTF-8";

/* nav styles below */

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

}

#nav_container{
	background:rgba(0,0,0,0.00);
	height:40px;
    position: fixed;
	width:100%;
	z-index: 9999;
}

#nav_placeholder {
    background: rgba(0,0,0,1.00);
    height: 60px;
    width: 1200px;
    z-index: 9999;
    margin: auto;
}

.word_mark {
    font-family:"Lovers Quarrel", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "width" 100;
    font-size: 40px;
    padding: 7px 0px;
    color: white !important;
    margin-right: 95px;
    margin-left: 45px;
    list-style: none;
    float: left;
}

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

nav {background:rgba(0,0,0,1.00);
	height: 50px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}

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

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

nav li ul { 
	display: none;
}

nav ul li a {
	display: block;
	text-decoration: none;
	padding:7px 15px 3px 15px;
	background:rgba(1,1,1,1.00);
	color:white;
	margin:1px;
	white-space: nowrap;
	height: 30px; /* width and height of top level nav items */
	width: 90px; /* if the button is small make this bigger like 120px */
	text-align: center;
	
}


nav ul li a:hover {
	background:rgba(74,73,73,1.00);
	
}


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

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

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

nav li:hover li a:hover {background:rgba(0,0,0,1.00);
	
}

nav ul li ul li a {
	text-align: left; /* Top-level items are centered, but nested list items are left-align */
	
}


.ctr_nav{
	margin-left: 154px;
}


