@import url("https://fonts.googleapis.com/css?family=Bungee|Nunito|Droid+Sans:700");
body {
  background-image: url("https://static1.squarespace.com/static/575b808cd51cd40da04b5e36/t/576093132b8ddee853d2b4b4/1465946915416/vt-wide.jpg?format=2500w");
  background-color: black;
  background-size: 115%;
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Nunito;
  padding-top: 50px;
  overflow-x: hidden;
}

#nav-bar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#note {
  float: right;
  color: white;
  padding: .9%;
}

#nav-bar a {
  float: left;
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: .9%;
  text-decoration: none;
  font-size: 17px;
}

#nav-bar a:hover {
  background-color: #ddd;
  color: black;
}

#nav-bar a.active {
  color: white;
}

#name-container {
  padding: 18% 0 22% 0;
  text-align: center;
  z-index: 999;
  margin-bottom: 150px;
}

#name-area {
  background-color: #4040bf;
  border-radius: 50%;
}

#name {
  font-family: "Droid Sans";
  text-shadow: 1px 1px 5px orange;
  font-size: 3.5em;
  color: black;
}

#name2 {
  color: white;
  text-shadow: 0px 1px 2px black;
  font-size: 2.5em;
}

#intro {
  padding-top: 200px;
  padding-bottom: 410px;
  font-size: 2em;
  text-shadow: 2px 2px 1px black;
  color: white;
  text-align: center;
  background: url("http://cdn.wallpapersafari.com/52/6/8EUfWs.jpeg") no-repeat center center fixed;
  background-size: 100%;
}

#projects {
  background: url("http://www.zastavki.com/pictures/originals/2015/Backgrounds_Quotes_for_a_computer_program__background_098902_.jpg") no-repeat center center fixed;
  padding-bottom: 35px;
  font-size: 1.3em;
}

#portfolio-title {
  font-size: 1.5em;
}

.project-title {
  font-size: 1.1em;
}

#portfolio {
  padding-top: 50px;
}

#pos1,
#pos2,
#pos3,
#pos4,
#pos5,
#pos6 {
  text-align: center;
}

#quote-gen {
  width: 80%;
}

#wiki-search {
  width: 83%;
}

#weather {
  width: 77%;
}

#twitch {
  width: 80%;
}

#top-row {
  margin-left: 90px;
}

#bottom-row {
  margin-left: 90px;
  margin-top: 20px;
}

img {
  max-width: 100%;
}
