#navbar {
  background-color: #052C40
}
#nav_text {
  color: #1081BF;
  text-decoration: none;
}
#image-container {
  position: relative;
  width: 1024px;
  height: 683px;
  margin: auto;
}
#image-container #bubble {
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 683px;
  display: block;
  position: absolute;
  background: url("/static/images/thought_bubble_resize_450.png") no-repeat;
  opacity:0.75;
}
h4 {
  position: absolute;
  top: 50px;
  left: 75px;
  right: 325px;
}
a {
  color: #1081BF;
}
#resume {
  padding: 10px;
}
