.button {
	display: inline-block;
	background: #abacad;
	background-image: -webkit-linear-gradient(top, #abacad, #697278);
	background-image: -moz-linear-gradient(top, #abacad, #697278);
	background-image: -ms-linear-gradient(top, #abacad, #697278);
	background-image: -o-linear-gradient(top, #abacad, #697278);
	background-image: linear-gradient(to bottom, #abacad, #697278);
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	margin: 1em;
	text-decoration: none;
}

.button:hover {
	background: #94a6eb;
	background-image: -webkit-linear-gradient(top, #94a6eb, #3188c2);
	background-image: -moz-linear-gradient(top, #94a6eb, #3188c2);
	background-image: -ms-linear-gradient(top, #94a6eb, #3188c2);
	background-image: -o-linear-gradient(top, #94a6eb, #3188c2);
	background-image: linear-gradient(to bottom, #94a6eb, #3188c2);
	text-decoration: none;
}




@font-face {
    font-family: 'tondubeta';
    src: url('fonts/Tondu_Beta-webfont.eot');
    src: url('fonts/Tondu_Beta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Tondu_Beta-webfont.woff2') format('woff2'),
         url('fonts/Tondu_Beta-webfont.woff') format('woff'),
         url('fonts/Tondu_Beta-webfont.ttf') format('truetype'),
         url('fonts/Tondu_Beta-webfont.svg#tondubeta') format('svg');
    font-weight: normal;
    font-style: normal;
}


i {
	margin-right: .25em;
}


body {
	background-color: #000000;
	color: #ebebeb;
	margin: 0;
    font-family: 'Ubuntu', sans-serif;
	font-size: 14pt;
	padding: 1em .5vw;
	background-color: #000000;
	position: relative;
	top: 6vw;
}

.tabContent {
	padding: .5em 1em;
	background-color: #1b1b1b;
	margin: 1em;
	border-radius: .5em;
}
.section {
	border: 1px solid;
	padding: .2em 1em;
}
.section:hover {
	background-color: #e9e9e9;
}
.clickable:hover {
	cursor:pointer;
	text-decoration: underline;
}
.sectionContent {
	background-color: #e9e9e9;
	padding: .2em 1em;
	margin-top: 0;
}

table {
	border-collapse: collapse;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: .1em solid #AAAAAB;
}
th {
	padding: .3em .5em;
	font-size: 1.1em;
	font-weight: normal;
	background: linear-gradient(#454545, #252525);
}
td {
	padding: .3em .5em;
	vertical-align: top;
}
tr {
	background-color: #101010;
}

.image {
	position: relative;
	opacity:.9;
	smargin: .5em;
}

.masonryImage {
	margin-bottom: 1em;
}

.image .caption, .pictureBoxCaption {
	position: absolute;
	width: 100%;
	bottom: .5em; 
	left: 0;
	background: #121212;
	text-align:center;
	opacity:0.8;
}

.pictureBoxCaption {
	opacity: 0;
}

.image:hover {
	opacity:1;
}
.image:hover > .pictureBoxCaption {
	opacity:0.8;
}


.projectTag:hover {
	background-color: #2b2b2b;
	cursor: pointer;
}
.projectTag {
	background-color: #1b1b1b;
	border-radius: .5em;
	padding: .25em .5em ;
	margin: .5em;
	display: inline-block;
	border: 1px solid #bdbdbd;
}

.pageTitle {
	top: 0;
	left: 14%;
	position: fixed;
	z-index: 110;
	padding: .1em;
	text-align: center;
	width: 72%;
	margin-left: auto ;
	margin-right: auto ;
}
#siteHeader {
	height: 5vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-image: url('bg.png');
	background-size: 120% 100%;
    background-repeat: no-repeat;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding: .25em .5em;
	margin:0;
	text-align: center;
}
#siteHeader a:hover {
	text-decoration: underline;
}

.headerBand, .headerBand a {
	background-color: #232323;
	text-decoration: none;
}
.headerBand {
	padding: .25em .5em;
	margin: 1em -.5em .5em -.5em;
}
.collapsableBand:hover {
	background-color: #353535;
}

.headerBand form {
	float: right;
	text-align: right;
}
.largeText {
	font-size: 3em;
}

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

p a, li a {
	color: #ff4500;
}


a:hover {
	text-decoration: underline;
}

a.anchor {
	padding-top: 5vw;
}

#navMenu {
	opacity: 0;
	height: 80%;
	max-width: 60vw;
	position: fixed;
	top: 6vw;
	left: -200px;
	z-index: -100;
	padding: 1em 2em;
	text-transform: uppercase;
	line-height: 1.5em;
	background: #252525 url('/siteFiles/PointsUpOutGlow.png') no-repeat bottom center;
	background-size: 30vh;
	overflow: auto;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.42);
	transition: all .2s;
}

#navMenu a, .historicalLabel {
	font-size: 1.2em;
	text-transform:	uppercase;
	font-family: 'tondubeta';
	color: #bdbdbd;
	text-shadow:
		-1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000,
		.1em .15em .1em #222222;
}

#navMenu a:hover, .logo:hover, .glowing {
	-webkit-stroke-width: 5.3px;
	-webkit-stroke-color: #FFFFFF;
	-webkit-fill-color: #FFFFFF;
	text-shadow:
		-1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000,
		.1em .15em 1em #bdbdbd;
	text-decoration: none;
	transition: .2s;
}



#navMenu ul {
	margin-top: 0;
	margin-bottom: 0;
}

#navMenu li {
	font-size: .75em;
	line-height: 1.2;
}


.historicalTitle {
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'tondubeta';
	text-shadow:
		-1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000,
		.1em .15em .1em #222222;
	
}

.newsItem {
	background-color: #191919;
	padding: .5em 2em 2em;
	margin-bottom: 3em;
}
.newsItem h2 {
	color: #e39414;
	font-size: 2em;
	display: inline-block;
	margin-bottom: 0;
}
.newsItem a {
	color: #e39414;
}
.newsItem img {
	height: auto;
	max-width: 80%;
}

video {
	height: auto;
	max-width: 90%;
}

.pageTitle {
	color: #cbcbcb;	
	font-size: 4vw;
	text-transform:	uppercase;
	font-family: 'tondubeta';
	text-shadow:
		-1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000,
		.02em .05em .02em #222222;
}



.hamburger {
	font-size: 2vw;
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 0.8em;
    margin-right: 0.3em;
    margin-top: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
	cursor: pointer;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}



.accordion {
	list-style: none;
}

.accordion:before {
    content: '\02795';
    font-size: .6em;
    color: #bdbdbd;
    margin-right: .6em;
	margin-left: -1.6em;
}

.accordion.active:before {
    content: "\2796";
}

.accordion.bullet:before {
     color: #000000;
	 text-shadow: none;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	opacity: 0;
}

.panel.show {
    opacity: 1;
    max-height: 100%;  
}

#siteFooter {
	background-color: #252525;
	margin: -1.2em -.2em;
	font-size: .7em;
	padding: .5em 1.5em;
}


.verticalText {
	transform: rotate(270deg);
}

.tourTable {
	border: none;
	background-color: #000000;
}
.tourTable td {
	color: #00aa00;
	padding: .2em 1em;
}
.tourTable tr, th {
	color: #ffffff;
	background: inherit;
	text-align: left;
}
.tourTable tr:hover {
	background-color: #191919;
}




#historicalNav {
	float: right;
	font-size: .8em;
	line-height: .9;
	background-color: #171717;
	padding: .5em;
	border-radius: .5em;
	margin-bottom: 1em;
	display: inline-block;
}
#historicalNav a {
	color: #bdbdbd;
} 








#return-to-top {
    position: fixed;
    top: 1vw;
    left: 5vw;
	z-index: 1000;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 3.5vw;
    height: 3.5vw;
    display: block;
	text-align: center;
    text-decoration: none;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}















#reformatControls {
	display: none;
}

@media all and (max-width: 700px) {
	/* whatever I want to do with the small screens */
	#reformatControls {
		display: inline-block;
	}
	

	#siteHeader {
		height: 6vw;
	}

	.pageTitle {
		font-size: 5vw;
	}

	.hamburger {
		font-size: 3vw;
	}
	#navMenu {
		top: 7vw;
	}
	#navMenu a, .historicalLabel {
		font-size: 1em;
	}

	#navMenu li {
		font-size: .75em;
	}

	
	#return-to-top {
		left: 9vw;
		width: 5vw;
		height: 5vw;
	}
	
}

.masonry {
	margin: auto;
}
.masonry-item {
	margin: 1em;
}