/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*- - - - - - - - -- - - - - - - - - - END OF CSS RESET - - - - - - - - - - - - - - --*/



/*- - - - - - - - -- - - - - - - - - - HIGH LEVEL STYLES - - - - - - - - - - - - - - --*/

html{
	position: relative;
	width: 100vw;
}

body{
	position: relative;
	width: 100%;
	overflow:auto;
}

section{
	position:relative;
	width:100%;
	overflow:auto;
}

div{
	position:relative;
	width:100%;
	overflow:auto;
}

/*- - - - - - - - -- - - - - - - - - - GENERIC FONT STYLES   - - - - - - - - - - - - - - --*/

      /* 

font-family: 'Playfair Display', serif;
font-weight: 400;
font-style: Italic;

font-family: 'Playfair Display', serif;
font-weight: 500;
font-style: none;

font-family: 'Playfair Display', serif;
font-weight: 600;
font-style: Semibold;

font-family: 'Playfair Display', serif;
font-weight: 600;
font-style: Italic Semibold;

font-family: 'Playfair Display', serif;
font-weight: 800;
font-style: Extrabold;

font-family: 'Playfair Display', serif;
font-weight: 900;
font-style: Black Italic;


font-family: 'Playfair Display SC', serif;
font-weight: 400;
font-style: none;

font-family: 'Playfair Display SC', serif;
font-weight: 700;
font-style: Bold;

font-family: 'Playfair Display SC', serif;
font-weight: 900;
font-style: Black;

       */

h1{
	font-family: 'Playfair Display SC', serif;
	font-size:;
	font-weight: 700;
	font-style: Bold;
	text-decoration:;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

h2{
	font-family: 'Playfair Display', serif;
	font-size:;
	font-weight: 500;
	font-style: none ;
	text-decoration:;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

h3{
	font-family: 'Playfair Display SC', serif;
	font-size:;
	font-weight: 700;
	font-style: Bold;
	text-decoration:;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

li{
	font-family: 'Playfair Display SC', serif;
	font-size:;
	font-weight: 400;
	font-style: none;
	text-decoration:;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

p{
	font-family: 'Gabriela', serif;
	font-size:;
	font-weight: 400;
	font-style: none;
	text-decoration:;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

a{
	text-decoration:none;
	color:black;
}

a:link{
	text-decoration:none;
	color:black;

}

a:visited{
	text-decoration:none;
	color:black;
	opacity:.5;
}

/*- - - - - - - - -- - - - - - - - - -  HEADER  - - - - - - - - - - - - - - --*/
.HEADER{
	position:relative;
	width:100%;
	min-height:8vw;
	overflow:auto;
	background-color:#242324;
}

#VaLogo{
	position:relative;
	width:28vw;
	padding-top:2vw;
	padding-left:2vw;
}

#hamburgerLines{
	position:relative;
	height:4vw;
	float:right;
	background-color: white;
	border-radius:1vw;
}

nav{
	position:absolute;
	left:96vw;
	top:0vw;
	height:20vw;
	width:18vw;
	transition:left .6s ease-in-out;
}

nav:hover{
	left:83vw;
	transition:left 1s ease-in-out;
}

/*#AVATAR{
	position:absolute;
	top:7.8vw;
	right:0;
	z-index:10;

	width:26vw;
	height:13vw;

	border-bottom-left-radius:13vw;
	border-bottom-right-radius:13vw;
}
*/

nav ul{
	background-color:white;
}

nav ul li{
	font-family: 'Playfair Display SC', serif;
	font-size:3.5vw;
	font-weight: 400;
	font-style: none;
	text-decoration:underline;
	text-alignment:;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

/*- - - - - - - - - - - - - FUTURE EXHIBITS - - - - - - - - - -- --*/

#future .show h2{
	font-family: 'Playfair Display SC', serif;
	font-size:2.7vw;
	font-weight: 400;
	font-style: none;
	text-decoration:;
	text-align:left;
	color:;
	line-height:;
	word-spacing:;
	letter-spacing:;
}

#future .show h3{
	text-align:left;
	font-size:2vw;
}

#future .show p{
	position:relative;
	font-family: 'Playfair Display', serif;
	font-size:1.5vw;
	font-weight: 700;
	font-style: none ;
	text-decoration:;
	text-alignment:center;
	color:;
	margin-bottom:3vw;

}


/*- - - - - - - - -- - - - - - - - - -  FOOTER  - - - - - - - - - - - - - - -- */

footer{
	position:relative;
	width:100%;
	min-height:7.3vw;
	background-color:black;
	opacity:.8;
}

footer ul{
	position:relative;
	float:left;
	width:45%;
	padding-left:2vw;
}

footer ul li{
	position:relative;
	float:left;
	padding:1vw;
	padding-left:2vw;
	padding-top:2.5vw;
	font-size:2vw;
	color:white;
}

#SmallVl{
	position:relative;
	width:.0001vw;
	height:5.5vw;
	float:left;
	left:1vw;
	top:.5vw;
}

footer p{
	position:relative;
	float:left;
	width:45%;
	padding:1vw;
	font-size:1.7vw;
	left:5vw;
	color:white;
}









