/* 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;
}
/* 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;
}

html{
  background-color:#fcfcfc;
  background-image: url('homebackground.jpg');
}

/* defining fonts */
@font-face {
  font-family: GothamBlack;
  src: url('fonts/gotham/Gotham-Black.woff') format('woff');
}

@font-face {
  font-family: GothamXLight;
  src: url('fonts/gotham/Gotham-XLight.woff') format('woff');
}

@font-face {
  font-family: Gotham-Light;
  src: url('fonts/gotham/Gotham-Light.woff') format('woff');
}

@font-face {
  font-family: GothamBook;
  src: url('fonts/gotham/GothamBook.woff') format('woff');
}

/* class definitions */
.container{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 200px;
  text-align: center;
}

.homepagetitle{
  /* font parameters */
  font-family: GothamBlack;
  font-size: 72pt;
  color: #111111;
  /* positioning */
  position: absolute;
  width: 100%;
  margin-top: 0;
}

.homepagemenu{
  /* font parameters */
  font-family: GothamBook;
  font-size: 26pt;
  /* positioning */
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  bottom: 0;
  margin-left: -2.3%;
}

a:link, a:visited {
  background-color: transparent;
  opacity: .7;
  color: #111111;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  display: inline;
}

a:hover, a:active {
  opacity: .9;
}

li {
  list-style-type: none;
  display: inline-block;
}
