
header, nav, main, footer {display: block;}

*{box-sizing: border-box;}

head{
/* 	line-height: 150%; */
}


body{
	background: url(images/golconda2.jpg) repeat-x;
	background-color: white;
	background-size: 50%;
}

.body2{
	background: url(images/golconda2.jpg) repeat-x repeat-y;
	background-color: white;
	background-size: 50%;
}


h1{
	line-height: 200%;
	color: white;
	text-shadow: 2px 2px 10px #00cc00;
	background-color: black;
	background-image: url(images/sonofman.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	font-family: Avant Garde, Century Gothic, sans-serif;
	padding-left: 140px;
	padding-top: 100px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	border-radius: 9px 9px 0 0;
	
}

main{
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
	background-color: white;
}

main h2{
	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	font-family: Avant Garde, Century Gothic, sans-serif;
}

.mainP1{
	width: 75%;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
}

.mainP2{
	width: 75%;
	padding-left: 15px;
	padding-bottom: 100px;
	text-align: center;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
}

.mainP3{
	margin: auto;
	width: 75%;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
}

.mainImgL{
	float: left;
	margin: 0 15px 0 15px;
}

.mainImgR{
	float: right;
	margin: 0 15px 0 15px;
}

table{
	font-family: Century Gothic, Avant Garde, sans-serif;
	border: 2px dashed black;
	margin: auto;
	width: 75%;
}

td{
	padding: 15px;
	text-align: center;
	border-right: 1px dashed black;
	font-weight: bold;
}

td .imgv{
	height: 150px;
	width: 100px;
}

td .imgh{
	height: 100px;
	width: 150px;
}

td .imgm{
	height: 150px;
	width: 127px;
}


thead{
	background-color: black;
	color: white;

}

.altrow{
	background-color: lightgray;
}



figure{
	display: inline-block;
}

figure img{
	padding: 2px;
	border: 1px dashed black;
	box-shadow: 1px 1px 3px black;
	object-fit: contain;
}

figcaption{
	text-align: center;
	font-family: Century Gothic, Avant Garde, sans-serif;
	font-weight: bold;
}

.gallery{
	margin-left: 15%;
}


iframe{
	display: block;
	margin: auto;
}

footer{
	font-size: .75em;
	color: white;
	text-align: center;
	font-variant: italic;
	background-color: black;
	border-radius: 0 0 7px 7px;
}
footer a{
	color: #00cc00;
}

label{
	margin: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
}

input{
	display: block;
	margin: auto;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
	margin-bottom: 1em;
}

textarea{
	display: block;
	margin: auto;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, sans-serif;
	margin-bottom: 1em;
}

.nav{
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0;
	list-style: none;
}


.nav li{
	float: left;
	width: 14.25%;
}

.nav li:last-of-type a{
	border-right: 1px dashed #999;
}

.nav a{
	color: black;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 1px dashed #999;
	border-right: none;
	border-radius: 10px;
	padding: 5px; 
	display: block;
	background-color: #e7e7e7;
}

.nav a:hover{
	font-weight: bold;
	background-color: #00cc00;
	border: 1px solid black;
}



#wrapper{
	margin: auto;
	border: 1px solid black;
	border-radius: 10px;
	margin: auto;
	width: 80%;
	background-color: white;
}



/* .home .homeLink, 
.feature .featureLink,
.expert .expertLink,
.quiz .quizLink,
.project .projectLink,
.horoscope .horoscopeLink{
	background-color: #FFFFFF;
	background-position: 3px 100%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
} */
