body {
	background-color: rgb(255, 93, 80);
	font-size: 14px;
	font-family: ovo;
	left: 5%;
	right: 5%;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#logo{
	position: relative;
	top: 5px;
	width: 25%;
	left: 5%;
	z-index: 200;
}
#header {
	position: absolute;
	top: 20px;
	width: 65%;
	height: auto;
	z-index: 1;
	font-size: 70px;
	font-family: tangerine;
	float: right;
	right: 5%;
	color: floralwhite;
}
nav {
	position: relative;
	left: 5%;
	width: 90%;
	height: 40px;
	z-index: 202;
	font-family: ovo;
	font-size: 16px;
	background-color: rgba(0,0,0,1);
	right: 5%;
	padding-top: 11px;
}

	/* drop menu */
	.nav_menu .dropmenu { margin: 0; padding: 0; height: 28px; display: none; /* displays after menu load */ }
	
	/* all items  */
	.nav_menu ul.dropmenu li {
	height: 28px;
	width: auto;
}
	.nav_menu ul.dropmenu li:hover { background-color: rgba(0,0,0,1); }
	.nav_menu ul.dropmenu li.selected { background-color: rgba(0,0,0,1); }
	.nav_menu ul.dropmenu li a { color: #fff; text-decoration: none; padding: 0px; line-height: 12px; }
	.nav_menu ul.dropmenu li.selected a { color: #ffd200; }
	
	/* topitems */
	.nav_menu ul.dropmenu { margin: 0px; padding: 0px; }
	.nav_menu ul.dropmenu a.toplevel { height: auto; margin: 7px 20px 7px 20px; padding: 0px 0px 4px 0px; color: #fff; font-weight: bold; text-decoration: none; }
	.nav_menu ul.dropmenu a.toplevel.hover { color: rgba(0,227,176,1); }
	.nav_menu ul.dropmenu a.toplevel.selected { color: white; }
	.nav_menu ul.dropmenu a.toplevel.hover.selected { color : rgba(0, 227, 176, 1) }
	
	/* subitems */
	.nav_menu ul.dropmenu li ul { background-color: rgba(0,0,0,1); border-top: 1px solid #fff; }
	.nav_menu ul.dropmenu li ul li a.sublevel { color: #fff; width: 150px; padding: 5px 5px 5px 20px; margin: 0px; }
	.nav_menu ul.dropmenu li ul li a.sublevel.hover { color: #fff; background-color: rgba(0, 227, 176, 1); }
	.nav_menu ul.dropmenu li ul li a.sublevel.selected { color: #f7ad0b; }
	.nav_menu ul.dropmenu li ul li a.sublevel.hover.selected {  }
	
	/* sub subitems */
	.nav_menu ul.dropmenu li ul ul {
	left: auto;
	border: none;
	border-left: 1px solid #fff;
}


.fancy {
	font-family: tangerine;
	font-size: 44px;
}
#section {
	position: relative;
	left: 5%;
	top: 15px;
	width: 90%;
	height: auto;
	z-index: auto;
	right: 5%;
	background-color: rgb(255, 93, 80);
	color: rgba(0,0,0,1);
	padding: 0px;
	min-width: auto;
	min-height: auto;
}
h1 {
	font-family: tangerine;
}
h2,h3,h4,h5,h6 {
	font-family: ovo;
}
h1 {
	font-size: 40px;
	font-family: tangerine;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 14px;
	padding-bottom: 20px;
	right: auto;
	left: auto;
	position: relative;
	/* [disabled]text-align: justify; */
}
a:link {
	color: rgba(0,152,102,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(151,123,124,1.00);
}
a:hover {
	text-decoration: underline;
	color: rgba(0,255,51,1);
}
.largemenu {
	font-family: ovo;
	font-size: 24px;
}
a:active {
	text-decoration: none;
	color: rgba(255,255,51,1);
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	background-color: floralwhite;
	align-content: center;
	align-self: center;
		
}
th, td {
    padding: 5px;
}
#pedigree {
	padding-left: 5%;
}

.spotlight {
	height: auto;
	width: auto;
	left: 5%;
	right: 5%;
	border: thick solid rgba(0,0,0,1);
	padding: 5px;
	top: 20px;
	align-content: center;
	background-color: floralwhite;
	color: black
}
.spotlight img {
	margin: 1px;
	border: brgba(0,0,0,1.00)
	
}
.highlight {
	color: rgba(241,196,153,1.00);
}

.yellow {
	background: rgba(253,248,121,1.00)
}

.pink {
	background: rgba(204,0,255,0.75)
}

.red {
	background: rgba(102,0,0,0.75)
}

#submit:focus {
	background-color: rgba(244,203,203,1.00);
}
#message {
	min-width: 90%;
	min-height: 100px;
}
#pedigree {
	position: relative;
	top: 200px;
}
#section table {
	border: 1px solid rgba(0,0,0,1.00);
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
}
thead tr th {
	border: 1px solid rgba(0,0,0,1.00);
}
tbody tr td {
	border: 1px solid rgba(0,0,0,1.00);
	padding: 0.3em;
}
#section table caption {
	height: 0px;
	padding-top: 0px;
	opacity: 0;
}

@media screen{
}

@media screen and (max-width:850px){
body {
	left: 10px;
	right: 10px;
	margin-bottom: 50px;
}
#header {
	font-size: 60px;
	right: auto;
}
#logo {
	height: 150px;
}
nav {
	position: absolute;
	top: 220px;
}
#section {
	position: relative;
	top: 110px;
}
}

@media screen and (max-width:720px){
#logo {
	position: absolute;
	top: 1px;
	left: 2%;
}
#header {
	position: absolute;
	top: 209px;
	left: -1000px;
}
nav {
	position: absolute;
	top: 205px;
	font-size: 10px;
	display: inline;
	text-align: left;
	width: 100%;
	right: 0px;
	left: 0px;
}
body {
	position: absolute;
	left: 2%;
	right: 2%;
}
#section {
	position: relative;
	left: 2%;
	right: 2%;
	top: 265px;
}
#pedigree {
}
}
.indgoatpix {
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	border: 1px solid black;
}



