body{
  font-family: "PT Sans", sans-serif;
}

.content{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.my-navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
  margin-top: 0;
  padding: 20px;
  background-color: #2f2f2f;
  border-color: #080808;
  color: #EEEEEE;
  border-radius: 0px;
}

.jumbotron {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background: none;
}

textarea {
  resize: none;
}
