@import url('https://fonts.googleapis.com/css?family=Raleway');
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 75px;
}
.jumbotron{
	position: relative;
	background-image: url('../img/bw.jpg');
	background-position: center;
  max-height:100%;
  min-height:180px;
}

html,h1,h2,h3,h4,h5,h6,a{
	font-family: "Raleway";
}
.card {margin-bottom:1em;}
img.logo{
  width:auto;
  height:auto;
}