/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.jumbotron {
background-image: url("http://www.kanela.gr/photos/dog-posing.jpg");
background-size: cover;
color: white;
}

#main_text a {
	color: #ff0;
}

.navbar {
  background-color: #000;
}

a:hover {
    text-decoration: none;
}
	
