.myName {
		font-family: 'Cinzel', sans-serif;
		font-weight: bold;
		}
		
		/*
		.logoWords {
		font-family: 'Cinzel', sans-serif;
		font-weight: bold;
		color: #000f16;;
		font-size:5em;
		text-align:center;
		line-height:.55;
		text-shadow: 0 0 50px #76babd,0 0 50px #76babd;
		}
		
		.smallLogo {
			font-weight:normal;
			font-size: .6em;
			letter-spacing: 2px;
			text-shadow: 0 0 50px #76babd,0 0 50px #76babd,0 0 50px #76babd,0 0 50px #76babd;
		}
		*/
		
.top-bar {
  color: #005B5F;
  background-color: #46B1B6;  /* Blue */
  padding: 5px 0;
}

.top-bar ul {
	
	background-color: #46B1B6;
}
.top-bar a {
	  color: #005B5F;
  }
  
.top-bar .menu-text {
	
	font-family: 'Cinzel', sans-serif;
	font-weight: bold;
}

.myHead {
	width:100%;
	background-color:#000f16;
}

.button {
	background-color: #46B1B6;
	color: #005B5F;
	font-weight:bold;
}

h1, h2, h3 {
	font-family: 'Cinzel', sans-serif;
	
}

body {
	background-color: #FFCB61;
}