

/* 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;
	list-style-type: none;
	
}

.content p a {
  text-decoration: none;
  font-weight: bold;
}

body {
  background-color: ghostwhite;
}

h1 {
  background:url("header_3.jpg");
  height: 300px;
  color: white;
  font-size: 100px;
  font-family: 'Anton', sans-serif;
  text-shadow: 0.07em 0.07em 0.07em black;
  padding-left: 40px;
  vertical-align: bottom;
  text-decoration: none;
}

#container span{
    position:relative;
    top:150;
}

.top-bar {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4747B2;
  clear: left;
  box-shadow: 5px 5px 20px black;
  text-decoration: none;
}

.bottom-bar {
  top-margin: 20px;
  top-padding: 20px;
  clear: left;
}

.nav-button li, .bottom-bar p {
  font-size: 30px;
  color: white;
  float:left;
  margin-left: 40px;
  font-family: 'Homenaje', sans-serif;

  text-decoration: none; 
  text-transform: uppercase;
}

.nav-button li:first-child, .bottom-bar p:first-child {
  margin-left: 0px;
}

.bottom-bar p{
  height: 100px;
  color: black;
  text-transform: none;
  font-size: 20px;
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 30 px;
  font-family: 'Alef', sans-serif;
  
}

.content {
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 15px;
}

iframe {
  margin-left: 15px;
}

.content img {
  width: 450px;
  float: left;
  padding-right: 20px;
}



.content p {
  font-size: 24px;
  padding-right: 20px;
  font-family: 'Cuprum', sans-serif;
  margin-bottom: 20px;
}


h2 {
  font-size: 30px;
  font-family: 'Alef', sans-serif;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px slategray;
}

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

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

a:hover {
  color: #8a8e94;
}

.content #biography p {
  font-size: 20px;
  font-family: 'Hind', sans-serif;
}