/* CSS for VillaCity.org */

/* Initialize global values. Could be in a reset CSS instead */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Set page height */
html {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #000000;
	background-color: #669900;
}

/* MAJOR PAGE ELEMENTS: header, nav, main, article, footer */
header {
  width: 95%;
	height: 12%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  background-color: #669900;
  color: #000000;
	margin: 1rem;
	position: sticky;
	top: 0;
}

/* Navigation bar */
nav {
	display: flex;
	max-width: 100%;
	padding-bottom: 1rem;
	flex-wrap: wrap;
}

.buttons li {
  float: left; /* Place buttons horizontally */
  list-style: none;
  width: 4rem;
  height: 2rem;
}

.buttons li a {
  display: block; /* So buttons don't overlap */
}

.buttons li a:hover {
  opacity: 0.4;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1; /* Keeps footer at bottom of page*/
	width: 95%;
	height: auto;
	margin: 1rem 0;
}

article {
	width: 90%;
}

article p {
	text-align: left;
	text-indent: 3rem;
}

article img {
	float: left;
	width: 40vw;
	height: auto;
	margin: 0 1.5rem 1rem 0;
}

footer {
	display: flex;
	flex-direction: column;
  width: 100%;
  background-color: #CCC;
  color: #000;
  font-size: 0.5rem;
  margin: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}


/* HEADER & MAIN DIVs*/

div.search { /* Search box styling */
	border: solid;
	border-color: #844A46;
	padding: 0 0.5em 0 0.5em;
}

.pagetitle {
	padding: 1rem 0;
}

.pagetitle h1, h2{
	text-align: center;
}

.vctitle {
	height: auto;
}

.VCCA {
	display: flex;
	flex-direction: column;
	height: 15rem;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}


/* IMAGES*/

img {
	width: 100%;
	min-height: 0;
	margin: 0.5rem;
}

.gt-pix-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 75vw;
	height: auto;
}

.gt-pix {
	width: 25vw;
	height: auto;
}

.map-pix-container {
	display: flex;
	justify-content: space-between;
	width: 95vw;
	height: auto;
}

.map-pix {
	width: 100%;
	height: auto;
	margin: 1rem;
}


/* FLEX-Parlow */

.parlow-container-flex {
	display: flex;
	flex-direction: row;
}

.parlow-headshots {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;;
	padding: 1rem;
}

.postcardppic {
	display: flex;
	width: auto;
	max-height: 90%;
	padding: 1rem;
	align-self: center;
	flex-grow: 1;
}


/* AUDIO */

.audioplayer {
	display: flex;
	flex-direction: row;
	justify-content: center;	
}


/* LINKS */

a {
	text-decoration: none;
}

a:link {
	color: blue;
}

a:hover {
	color: black;
}


/* LISTS */

ul li {
  text-decoration: none; /* No underline, etc. */
}

.listimg img {
	height: 1.5rem;
	width: auto;
	margin: 0;
}

.linklist {
	display: flex;
	flex-direction: column;
	width: 55vw;
	height: auto;
	margin: 1.5rem 0;
}


/* TEXT */

h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.centertext {
	text-align: center;
}

/*----------------------------------------------------------------------------*/

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#NavBar {
	position:absolute;
	width:101px;
	height:198px;
	z-index:1;
	left: 20px;
	top: 10px;
	visibility: visible;
}

#Title {
	position: absolute;
	width: 802px;
	height: 44px;
	z-index: 3;
	left: 208px;
	top: 23px;
	visibility: visible;
}

.ImageLeft {
	padding-left: 30px;
}

.ImageLeftOfCenter {
	padding-left: 250px;
}
