
#primaryContent {
	margin: 10px;
	max-width: 800px;
	text-align: left;
    display: inline;
}
#interiorNavigation {
	
	flex-shrink: 0;
	text-align: left;
	padding: 8px 20px;
	clear: both;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	   margin-top: 28px;

}
#interiorNavigation:hover{
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.1) inset;
	/* width: 50em;  optional width to set a size to main body text area */
}
#interiorNavigation ul {
	list-style-type: none;
  padding: 0 8px 4px; 
  margin: 0; 
}
#interiorNavigation li {
margin: 10px 0;

}
#interiorNavigation a {
	text-decoration:none;
}
h5 {
margin: 0 0 4px;
 padding: 4px 10px 10px; 
font-size: 120%;
font-weight: normal;
}
#current {
	font-weight: bold;
}
p {
	line-height: 1.75;
}
#site-title a {
	color: white;
	
	text-decoration:none;
}
.base {
	padding-bottom: 10px;
	text-align: center;
}
body {
	text-align: center;
}
.clearfix {
	text-align: left;
	align-items: flex-start;
	gap: 20px;
    display: flex;
    max-width: 900px;
    margin: 0px auto;
}
@media (max-width: 640px)  {
	.clearfix {
		flex-direction: column;
	}
	#interiorNavigation {
		margin-top: 10px;
	}
	#primaryContent {
	margin-top: -10px;
	}
}

#buttonControl {
	position: fixed;
	top: 10px;
	left: calc(50% - 110px);
	width: 220px;
	background-color: white;
	z-index: 1000;
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);	
}

.conjugation-table {
	display: flex;
	flex-direction: column;
	width: 200px;
	line-height: 1.8;
	border: 1px solid rgba(0,0,0,.12); 
}
.conjugation {
	display: flex;
	border-top: 1px solid rgba(0,0,0,.12); 

	gap: 5px;
}
.conjugation div {
	width: 50%;	
}
.conjugation div:first-child {
	text-align: right;
	 font-style: italic;
}
.verb {
	text-align: center;
}
.verb:hover,  .conjugation:hover {
background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
background-image: -o-linear-gradient(#eeeeee, #ffffff);
background-image: linear-gradient(#eeeeee, #ffffff);
}
.conjugation-table-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.row{
	display: flex;
	justify-content: space-between;
}
practice-launcher {
	margin-top: 20px;
}
.page-nav{
display: flex;
	justify-content: space-between;
}
.card {
  background-color: #735EAB;
  border-radius: 48px;
  display: inline-block;
  color: white;
  margin-top: 12px;
}
.card:hover {
  box-shadow: 0px 1px 2px 0px black;
  background-color: #826DBA;
}
.card-state {
  padding: 14px 24px;
  border-radius: 48px;
}
.card-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.card-state:hover {
  opacity: .92;
}
.verb{
	text-align:center;
	font-size: 130%;
}
.audio {
    color: #176092;
}
practice-launcher {
	margin-bottom: 10px;
}