html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: white;
  height:100%;
}

a {
  color: #333333;
}

a:hover {
  color: #9947EC !important;
  text-decoration: none;
}

h1 {
  font-size: 5em;
  text-transform: uppercase;
  font-variant: small-caps;
  font-weight: 400;
  text-shadow: 2px 2px 0px #B57FEC;
  color: black;
  display: inline-block;
  margin-right: 20px;
}

h1:first-letter{
  font-size: 125%;
}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-variant: small-caps;
  font-style: bold;
  color: black;
}

h2:first-letter{
  font-size: 125%;
}

h3{
  font-weight: 400;
  font-size: 1.3em;
  line-height: 20px;
}

.company {
  font-weight: 300;
  font-size: 1.2em;
}

.date {
  color: #999999;
  text-align: center;
}

.date span {
  display: block;
}

#profile-container {
  height: 500px;
  width: auto;
  padding: 5%;
}

#profile {
   padding:5px;
   border:5px solid #6700D0;
   background-color: black;
 }

.navbar .nav ,
.navbar-fixed-top,
.navbar .nav > li{
  text-align: center;
  text-transform: uppercase;
  display:inline-block;
  float:none;
  display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
   background-color: black;

}

.nav > li > a {
  text-align: center;
  float: none;
  display: inline-block;
}

.nav > li > a:hover {
  background-color: #6700D0 !important;
  color: white !important;
}

#name {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  height: 100%;
}

#footer {
  padding-top:10px;
  padding-bottom: 10px;
  background-color: black;
}

#footer-text {
  text-align: center;
  color: #AAAAAA;
}

.container {
  height: auto;
  width: 850px;
  padding-top: 50px;
  padding-bottom: 40px;
}